Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande d'installation directe
npx -y tokrepo@latest install 823e9001-761f-5981-a67c-352fd18a287b --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

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 <language> 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 <language> 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 et remerciements

Source: https://github.com/loulanyue/awesome-claude-notes > License: MIT > GitHub stars: 154 · forks: 6

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires