# claude-skills — 170 Production Skills for Claude Code > Add the claude-skills marketplace to Claude Code and install targeted skills for web apps, Cloudflare, Tailwind v4, and AI integrations. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # claude-skills — 170 Production Skills for Claude Code > Add the claude-skills marketplace to Claude Code and install targeted skills for web apps, Cloudflare, Tailwind v4, and AI integrations. ## Quick Use 1. Install: ```bash /plugin marketplace add https://github.com/secondsky/claude-skills ``` 2. Run: ```bash /plugin install tailwind-v4-shadcn@claude-skills ``` 3. Verify: - Trigger a task that matches the installed skill and confirm Claude Code loads and follows it. --- ## Intro Add the claude-skills marketplace to Claude Code and install targeted skills for web apps, Cloudflare, Tailwind v4, and AI integrations. - **Best for:** teams that repeatedly scaffold similar stacks and want consistent “house style” across AI-assisted changes - **Works with:** Claude Code marketplace workflow; skill install by folder name and marketplace id (per repo docs) - **Setup time:** 10 minutes ### Quantitative Notes - Repo advertises ~170 skills (repo docs) - GitHub stars + forks (verified): see Source & Thanks - Setup time ~10 minutes (add marketplace + install one skill) --- ## Practical Notes A good way to use large marketplaces is **intentional selection**: pick 3–5 skills that match your stack (e.g., Cloudflare + Tailwind + testing). Then enforce the rule: when the agent claims something is done, it must reference the skill’s checklist and run the corresponding verification step. **Safety note:** Skills are executable guidance. Review what a skill will do before trusting it on sensitive repos. ### FAQ **Q: Do I need to install all skills?** A: No. Install only the skill folders you need; keep your environment lean. **Q: How do skills help in practice?** A: They encode known-good steps and reduce repeated trial-and-error in AI-assisted workflows. **Q: What’s a safe rollout?** A: Start with one skill on a non-critical project, then expand once outputs match expectations. --- ## Source & Thanks > GitHub: https://github.com/secondsky/claude-skills > Owner avatar: https://avatars.githubusercontent.com/u/5509203?v=4 > License (SPDX): MIT > GitHub stars (verified via `api.github.com/repos/secondsky/claude-skills`): 141 > GitHub forks (verified via `api.github.com/repos/secondsky/claude-skills`): 21 --- # claude-skills——Claude Code 170 个生产级技能 > 把 claude-skills marketplace 加到 Claude Code,按需安装 Web/Cloudflare/Tailwind v4/AI 集成技能,让工程化步骤可复用、可验证。 ## 快速使用 1. 安装: ```bash /plugin marketplace add https://github.com/secondsky/claude-skills ``` 2. 运行: ```bash /plugin install tailwind-v4-shadcn@claude-skills ``` 3. 验证: - Trigger a task that matches the installed skill and confirm Claude Code loads and follows it. --- ## 简介 把 claude-skills marketplace 加到 Claude Code,按需安装 Web/Cloudflare/Tailwind v4/AI 集成技能,让工程化步骤可复用、可验证。 - **适合谁(Best for):** 经常搭建相似技术栈的团队,希望 AI 辅助改动也遵循统一“工程规范”和可验证步骤 - **兼容工具(Works with):** Claude Code marketplace 流程;按技能名安装(仓库说明) - **安装时间(Setup time):** 10 分钟 ### 量化信息 - 仓库宣称约 170 个技能(仓库说明) - GitHub stars + forks(已核验):见「来源与感谢」 - 安装约 10 分钟(添加 marketplace + 安装一个技能) --- ## 实战要点 面对大型 marketplace,建议用「有意识的精选」:先挑 3–5 个与你技术栈匹配的技能(例如 Cloudflare + Tailwind + testing)。再立规矩:agent 说“完成”时,必须引用 skill 的 checklist,并执行对应的验证步骤。 **安全提示:** Skill 属于“可执行的指导”。在敏感仓库使用前,先审查它会做什么再信任。 ### FAQ **Q: 要一次性装全吗?** A: 不需要。按需安装技能目录即可,保持环境精简。 **Q: 技能到底怎么帮忙?** A: 它把“靠谱步骤”写进流程,减少 AI 辅助开发时重复试错。 **Q: 怎么安全上线?** A: 先在不关键的项目用 1 个技能跑通,确认输出符合预期后再逐步扩展。 --- ## 来源与感谢 > GitHub:https://github.com/secondsky/claude-skills > Owner avatar:https://avatars.githubusercontent.com/u/5509203?v=4 > 许可证(SPDX):MIT > GitHub stars(已通过 `api.github.com/repos/secondsky/claude-skills` 核验):141 > GitHub forks(已通过 `api.github.com/repos/secondsky/claude-skills` 核验):21 --- Source: https://tokrepo.com/en/workflows/claude-skills-170-production-skills-for-claude-code Author: Skill Factory