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

Awesome Claude Code Config — Interactive Installer

awesome-claude-code-config ships an interactive installer for Claude Code rules, workflows, and integrations, plus flags for non-interactive installs.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Config
Instalación
Manual
Confianza
Confianza: Community
Entrada
bash <(curl -fsSL .../install.sh)
Comando CLI universal
npx tokrepo install 4c4a47be-429f-565a-82b3-bb7ea0878c23
Introducción

Install a curated Claude Code setup (rules, workflows, integrations) via a two-level selector, so you can standardize behavior across machines without manual copying.

Best for: People who want a repeatable Claude Code baseline across projects and machines, with an installer and sensible defaults

Works with: macOS/Linux install.sh and Windows PowerShell install.ps1; optional non-interactive --all installs (per README)

Setup time: 8–20 minutes

Key facts (verified)

  • README documents flags like --all, --dry-run, --uninstall, and --version (PowerShell variants included).
  • README shows a two-level selector UI with groups (Core, Language Rules, Review, Workflow, Integrations, etc.).
  • Integrations listed in README include GitHub MCP, Playwright MCP, and Context7 (via selection groups).
  • GitHub: 230 stars · 29 forks; pushed 2026-04-20 (GitHub API verified).

Main

A safe way to adopt a “mega config” repo:

  1. Run it with --dry-run first to see exactly what it will place and where.
  2. Install only the groups you need (e.g., Core + Review + one integration) and leave everything else off.
  3. Treat config updates like dependency updates: review the changelog, then re-run the installer.
  4. Keep project-specific rules in-project; keep global rules truly global.

You get the most value when you keep the setup small but consistent across your machines.

FAQ

Q: Can I install everything at once? A: Yes. The README says --all installs everything non-interactively.

Q: Is there a Windows installer? A: Yes. The README includes a PowerShell install command via install.ps1.

Q: How do I uninstall? A: The README mentions an --uninstall flag (and PowerShell variant) for removal.

🙏

Fuente y agradecimientos

Source: https://github.com/Mizoreww/awesome-claude-code-config > License: MIT > GitHub stars: 230 · forks: 29

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