Claude Skill
secondsky/claude-skills
Production-ready skills for Claude Code CLI including Cloudflare, React, Tailwind v4, and AI integrations. Streamline your development with plugin-based extensibility.
Overview
Repository
Install this Skill
git clone https://github.com/secondsky/claude-skills.gitRegistry
Summary
A collection of production-ready skills for Claude Code CLI, covering Cloudflare, React, Tailwind v4, and AI integrations to streamline development workflows.
为 Claude Code CLI 打造的生产级技能——Cloudflare、React、Tailwind v4 及 AI 集成
Key features
- Cloudflare integration skills
- React component generation
- Tailwind v4 styling support
- AI integration hooks and commands
- Plugin-based extensible architecture
Use cases
- Rapidly scaffold Cloudflare Workers or Pages projects
- Generate React components with Tailwind v4 styling
- Automate AI-powered code generation and refactoring
- Extend Claude Code CLI with custom skills and hooks
- Streamline full-stack development with integrated tooling
README excerpt
# Claude Code Skills Collection **170 production-ready skills for Claude Code CLI** Version 3.3.1 | Last Updated: 2026-05-14 <div align="center"> **🔌 Platform Support** This repository uses **Claude Plugin Patterns** — natively supported by: | Platform | Status | Notes | |----------|--------|-------| | **Claude Code** | ✅ **Native** | Full marketplace support | | **Factory Droid** | ✅ **Native** | Full marketplace support | </div> **For all other Platforms like opencode, codex and others, you can use https://github.com/enulus/OpenPackage ** --- A curated collection of battle-tested skills for building modern web applications with Cloudflare, AI integrations, React, Tailwind, and more. PS: if skills.sh warns about any skill: Their scan process is a outdated LLM which flags newest versions pins (like in ZOD) as non existent and by that potentially malicous. --- ## Quick Start ### Marketplace Installation (Recommended) ```bash # Add the marketplace /plugin marketplace add https://github.com/secondsky/claude-skills # Install individual skills as needed /plugin install cloudflare-d1@claude-skills /plugin install tailwind-v4-shadcn@claude-skills /plugin install ai-sdk-core@claude-skills ``` See [MARKETPLACE.md](MARKETPLACE.md) for complete catalog of all 170 skills. ### Bulk Installation (Contributors) ```bash # Clone the repository git clone https://github.com/secondsky/claude-skills.git cd claude-skills # Install all 170 skills at once ./scripts/install-all.sh # Or install individual skills ./scripts/install-skill.sh cloudflare-d1 ``` --- ## Repository Structure This repository contains **170 production-tested skills** for Claude Code, each focused on a specific technology or capability. **Individual Skills**: Each skill is a standalone unit with: -