Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

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.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando de instalación directa
npx -y tokrepo@latest install 823e9001-761f-5981-a67c-352fd18a287b --target codex

Ejecutar después de confirmar el plan con dry-run.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados