claude-skills
Production-ready skills for Cloudflare, React, Nuxt, and testing
All Skills in This Repository (51)
Pure Emerald Level Indicatorsmobile-first-design
Design responsive interfaces from mobile-first CSS with breakpoints at 768px and 1024px.
idempotency-handling
Prevent duplicate API request processing using Redis caching and database-backed idempotency keys.
zod
Validate input data against runtime Zod schemas with TypeScript inference.
tanstack-table
Translate data-table requirements into TanStack Table v8 server-side patterns.
woocommerce-dev-cycle
Run PHP and JavaScript tests, linting, and quality checks in WooCommerce projects.
base-ui-react
Migrate Radix UI components to Base UI equivalents in React projects.
cloudflare-d1
Manage Cloudflare D1 databases with SQL queries, migrations, and bindings.
nuxt-seo
Configure Nuxt SEO by integrating eight modules into one workflow.
pinia-colada
Manage async state and query caching for Vue and Nuxt applications.
cloudflare-kv
Manage Cloudflare Workers KV namespaces with TTL caching and metadata.
aceternity-ui
Provide animated React components for Next.js applications with Tailwind CSS and Framer Motion.
cloudflare-r2
Orchestrate Cloudflare R2 bucket operations with S3-compatible workflows.
Frequently Asked Questions
FAQPage SchemaHow to install claude-skills?▼
Run `npx skills add secondsky/claude-skills --all -g -y` in your terminal to install all skills globally, or add `--skill <name>` to install a single skill.
What does the claude-skills collection cover?▼
It includes 140+ skills for Cloudflare (Workers, D1, KV, Queues, Workflows), React and Next.js, Nuxt, Tailwind v4, Zod validation, testing, API design, and security, each with templates and error-prevention guides.
Does claude-skills work with Codex, Cursor, and other agents?▼
Yes. Skills follow the universal SKILL.md standard and ship with both Claude Code and Codex plugin manifests; other harnesses like Cursor can install them via the skills.sh CLI.
How do these skills prevent coding errors?▼
Each skill documents known framework errors, version-migration breaking changes, and misconfiguration pitfalls with exact fixes, so your agent avoids them instead of debugging after the fact.
Can I install only one skill instead of the whole collection?▼
Yes. Run `npx skills add secondsky/claude-skills --skill cloudflare-d1` (or any skill name) to install just the skill you need.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core