# awesome-claude-notes — Agents, Skills & Hooks > A production asset library for Claude Code and AI coding harnesses: 28 agents, 125 skills, 60 commands, plus hooks, rules, and MCP configs. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash /plugin marketplace add loulanyue/awesome-claude-notes /plugin install awesome-claude-notes@awesome-claude-notes git clone https://github.com/loulanyue/awesome-claude-notes.git cd awesome-claude-notes npm install npx ecc typescript ``` Then run: ```bash /awesome-claude-notes:plan "Add user authentication" ``` ## Intro A production asset library for Claude Code and AI coding harnesses: 28 agents, 125 skills, 60 commands, plus hooks, rules, and MCP configs. - **Best for:** teams that want repeatable Claude Code workflows (planning, testing, review, safety) - **Works with:** Claude Code plugin + Node.js (README mentions Node >=18); optional use with Cursor/Codex/OpenCode assets - **Setup time:** 10–25 minutes ## Practical Notes - Per README quick start: 28 agents, 125 skills, and 60 commands. - Keeps both plugin install and `npx ecc ` steps to distribute rules/commands correctly. - Includes hooks + rules + MCP configs so the harness becomes consistent across tools. ## Main A good way to adopt it without chaos: 1. **Start with one language profile** (e.g., `npx ecc typescript`) and one repo. Don’t roll it out org-wide on day one. 2. **Pick 3–5 commands** that match your team’s bottlenecks (planning, TDD, code review, build fix, release notes). 3. **Enable hooks gradually.** Hooks are powerful; start with non-destructive ones (format/lint reminders) before approval gates. 4. **Treat rules as policy.** Keep a short “why” doc explaining what the rules do and when to override. If you see “Duplicate hooks file”, the README notes it’s usually from a duplicated `hooks` declaration in a plugin manifest—remove the duplicate entry. ### FAQ **Q: Why do I need `npx ecc ` after installing the plugin?** A: Per README: the Claude Code plugin does not automatically distribute `rules`, so you still need the language install step. **Q: Can I install only parts?** A: Yes—README mentions selective install profiles/modules. Start small to avoid workflow churn. **Q: What’s the minimum environment?** A: Node.js (README points to package.json requirements, >=18) plus your coding harness of choice. ## Source & Thanks > Source: https://github.com/loulanyue/awesome-claude-notes > License: MIT > GitHub stars: 154 · forks: 6 --- ## 快速使用 ```bash /plugin marketplace add loulanyue/awesome-claude-notes /plugin install awesome-claude-notes@awesome-claude-notes git clone https://github.com/loulanyue/awesome-claude-notes.git cd awesome-claude-notes npm install npx ecc typescript ``` 然后直接用: ```bash /awesome-claude-notes:plan "Add user authentication" ``` ## 简介 awesome-claude-notes 是面向 Claude Code 等 AI coding harness 的生产级资产库:28 个 agents、125 个 skills、60 个命令,配合 hooks/rules/MCP configs,把流程做成可复用模板。 - **适合谁:** 希望把 Claude Code 的规划/测试/评审/安全流程沉淀成可复用资产的团队 - **可搭配:** Claude Code 插件 + Node.js(README 提示 >=18);也提供 Cursor/Codex/OpenCode 适配资产 - **准备时间:** 10–25 分钟 ## 实战建议 - README 快速开始:28 个 agents、125 个 skills、60 个 commands。 - 同时保留插件安装与 `npx ecc `,用于正确分发 rules/commands。 - 包含 hooks/rules/MCP configs,让同一套约束可跨工具复用。 ## 主要内容 建议以“可控增量”方式落地: 1. **先从一个语言 profile**(如 `npx ecc typescript`)和一个仓库试点,不要第一天全员铺开。 2. **先挑 3–5 个命令**覆盖你们的瓶颈(规划、TDD、代码评审、修构建、发版说明)。 3. **hooks 逐步开启。** hooks 很强,先开非破坏性的(格式化/检查提醒),再引入审批门禁。 4. **把 rules 当作团队政策。** 给规则写一页简短“为什么”,明确何时可 override。 如果遇到 “Duplicate hooks file”,README 提示常见原因是插件清单里重复声明了 `hooks` 字段,删掉重复声明即可。 ### FAQ **装完插件为什么还要 `npx ecc `?** 答:README 说明:插件不会自动分发 `rules`,所以仍需执行语言安装步骤。 **可以只装一部分吗?** 答:可以。README 提到选择性安装 profile/modules;建议从小范围开始减少波动。 **最小环境要求是什么?** 答:Node.js(README 指向 package.json,>=18)+ 你使用的 coding harness。 ## 来源与感谢 > Source: https://github.com/loulanyue/awesome-claude-notes > License: MIT > GitHub stars: 154 · forks: 6 --- Source: https://tokrepo.com/en/workflows/awesome-claude-notes-agents-skills-hooks Author: Skill Factory