Tandem Panel Scaffold
Skill TerverifikasiScaffold an editable Tandem control panel app
This tool scaffolds a new, independent Tandem control panel application project. It sets up a Vite-based frontend with Preact, Tailwind CSS, and a local Tandem backend integration, providing a customizable starting point for developers.
Instalasi
npx skills add frumu-ai/tandemMenjalankan Vercel skills CLI (skills.sh) via npx — memerlukan Node.js secara lokal dan setidaknya satu agen yang kompatibel dengan skills terinstal (Claude Code, Cursor, Codex, …). Mengasumsikan repo mengikuti format agentskills.io.
Ekstensi serupa
npx CLI Tool Development (Bun-First)
98Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.
React PWA
98Extension from jwynia/agent-skills
ESLint Plugin React Hooks
99ESLint rules for React Hooks
Frontend Design
99Create distinctive, production-grade frontend interfaces with high design quality. Provides analysis tools for auditing existing designs and generation tools for creating color palettes, typography systems, design tokens, and component templates. Supports React, Vue, Svelte, and vanilla HTML/CSS. Use when building web components, pages, or applications. Keywords: design, UI, frontend, CSS, components, palette, typography, tokens, accessibility.
ADK Project Scaffolding Guide
98This skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add deployment", "enhance my project", or "upgrade my project". Part of the Google ADK (Agent Development Kit) skills suite. Covers `agents-cli scaffold create`, `scaffold enhance`, and `scaffold upgrade` commands, template options, deployment targets, and the prototype-first workflow. Do NOT use for writing agent code (use google-agents-cli-adk-code) or deployment operations (use google-agents-cli-deploy).
React Doctor
98Extension from millionco/react-doctor