ConfigsMay 12, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Config
Install
Manual
Trust
Trust: Community
Entrypoint
bash <(curl -fsSL .../install.sh)
Universal CLI install command
npx tokrepo install 4c4a47be-429f-565a-82b3-bb7ea0878c23
Intro

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.

🙏

Source & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets