Claude Skill
secondsky/claude-skills
为 Claude Code CLI 打造的生产级技能集合,涵盖 Cloudflare、React、Tailwind v4 及 AI 集成,通过基于插件的可扩展架构简化开发流程。
概览
仓库信息
安装这个 Skill
git clone https://github.com/secondsky/claude-skills.gitRegistry 信息
项目简介
一套为 Claude Code CLI 打造的生产级技能集合,涵盖 Cloudflare、React、Tailwind v4 及 AI 集成,旨在简化开发工作流。
Production-ready skills for Claude Code CLI - Cloudflare, React, Tailwind v4, and AI integrations
要点
- Cloudflare 集成技能
- React 组件生成
- Tailwind v4 样式支持
- AI 集成钩子与命令
- 基于插件的可扩展架构
使用场景
- 快速搭建 Cloudflare Workers 或 Pages 项目
- 生成带有 Tailwind v4 样式的 React 组件
- 自动化 AI 驱动的代码生成与重构
- 通过自定义技能和钩子扩展 Claude Code CLI
- 借助集成工具简化全栈开发流程
README 摘要
# 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: -