# Claude Skills — 10 Plugins and 60 Skills for Claude Code > Claude Skills ships 10 plugins (60 skills) for Claude Code that produce real outputs: scaffolds, docs, deployments, integrations, and dev workflows. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use 1. Add the marketplace (one-time): ```bash /plugin marketplace add jezweb/claude-skills ``` 2. Install a few plugins: ```bash /plugin install cloudflare@jezweb-skills /plugin install writing@jezweb-skills /plugin install dev-tools@jezweb-skills ``` 3. Ask Claude naturally; installed skills trigger automatically (per README). ## Intro Claude Skills ships 10 plugins (60 skills) for Claude Code that produce real outputs: scaffolds, docs, deployments, integrations, and dev workflows. - **Best for:** Claude Code users who want reusable “recipes” for shipping work (deployments, docs, releases) instead of ad-hoc prompts - **Works with:** Claude Code plugin marketplace, installable plugins under the `jezweb-skills` namespace, skill triggers documented in README - **Setup time:** 5–10 minutes ## Practical Notes - README claims 10 plugins / 60 skills, including dev-tools like vitest setup, UX audits, releases, and browser automation. - The skill list includes integrations (Google Workspace, Stripe, ElevenLabs) and build/deploy recipes (Cloudflare Workers, Hono APIs). ## How to Adopt Plugin Skills Without Chaos To make skill packs useful across a team: - Pick a small set of “golden” plugins for your org (for example: dev-tools + writing) and standardize outputs (release notes format, proposal format, etc.). - Store project conventions in your repo so the skill output matches your standards. - Use skills as *starting points* and keep human review for anything externally visible (SEO pages, legal docs, production deploys). ## Where This Helps Most - Onboarding: new teammates run the same recipes instead of asking “how do we do X here?” - Repetitive deliverables: release notes, weekly updates, baseline docs. ### FAQ **Q: What’s the unit of installation?** A: The README describes installable plugins under the marketplace, then skills trigger from natural language. **Q: Do I need to install all plugins?** A: No—install only what you need (README shows selective installs like cloudflare/writing/dev-tools). **Q: What’s the key promise?** A: The README states every skill is designed to produce tangible output (projects, docs, deployed services). ## Source & Thanks > Source: https://github.com/jezweb/claude-skills > License: MIT > GitHub stars: 776 · forks: 67 --- ## 快速使用 1. 添加 marketplace(一次性): ```bash /plugin marketplace add jezweb/claude-skills ``` 2. 安装几个插件: ```bash /plugin install cloudflare@jezweb-skills /plugin install writing@jezweb-skills /plugin install dev-tools@jezweb-skills ``` 3. 按 README 的说明,直接用自然语言提需求即可触发对应技能。 ## 简介 Claude Skills 为 Claude Code 提供可安装的插件集合:10 个插件、60 个技能,覆盖脚手架搭建、文档生成、部署发布、第三方集成与开发工作流,强调“每个技能都能产出东西”。 - **适合谁:** 希望把“怎么做”沉淀为可复用配方的 Claude Code 用户(部署、文档、发布等) - **可搭配:** Claude Code 插件市场、`jezweb-skills` 命名空间下的可安装插件、README 中的触发词与技能列表 - **准备时间:** 5–10 分钟 ## 实战建议 - README 标注 10 个插件 / 60 个技能,其中包含 vitest、UX audit、release、browser automation 等 dev-tools 类能力。 - 技能列表覆盖 integrations(Google Workspace、Stripe、ElevenLabs)与 build/deploy(Cloudflare Workers、Hono API)等配方。 ## 团队采用插件技能的正确姿势 要让 skill pack 真正提升团队效率,关键是“少而精 + 有标准”: - 先选少量“黄金插件”(例如 dev-tools + writing),把输出格式统一(release notes、proposal 等)。 - 把项目约定沉淀在仓库里,让技能输出更贴合团队规范。 - 把技能当作起点:任何对外发布的内容(SEO 页面、法律文书、生产部署)都需要人工复核。 ## 最适合的场景 - Onboarding:新人直接跑同一套配方,不再口口相传。 - 重复交付:周报、release notes、基础文档等。 ### FAQ **安装的最小单位是什么?** 答:README 描述为 marketplace 中的可安装插件,然后技能会通过自然语言触发。 **需要全装吗?** 答:不需要。README 示例是按需安装(如 cloudflare/writing/dev-tools)。 **它的核心承诺是什么?** 答:README 强调每个 skill 都会产出可交付的成果(项目、文档、部署结果等)。 ## 来源与感谢 > Source: https://github.com/jezweb/claude-skills > License: MIT > GitHub stars: 776 · forks: 67 --- Source: https://tokrepo.com/en/workflows/claude-skills-10-plugins-and-60-skills-for-claude-code Author: Skill Factory