mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-01-24 08:13:08 +08:00
Battle-tested configs from 10+ months of daily Claude Code usage. Won Anthropic x Forum Ventures hackathon building zenith.chat. Includes: - 9 specialized agents (planner, architect, tdd-guide, code-reviewer, etc.) - 9 slash commands (tdd, plan, e2e, code-review, etc.) - 8 rule files (security, coding-style, testing, git-workflow, etc.) - 7 skills (coding-standards, backend-patterns, frontend-patterns, etc.) - Hooks configuration (PreToolUse, PostToolUse, Stop) - MCP server configurations (15 servers) - Plugin/marketplace documentation - Example configs (project CLAUDE.md, user CLAUDE.md, statusline) Read the full guide: https://x.com/affaanmustafa/status/2012378465664745795
Plugins and Marketplaces
Plugins extend Claude Code with new tools and capabilities. This guide covers installation only - see the full article for when and why to use them.
Marketplaces
Marketplaces are repositories of installable plugins.
Adding a Marketplace
# Add official Anthropic marketplace
claude plugin marketplace add https://github.com/anthropics/claude-plugins-official
# Add community marketplaces
claude plugin marketplace add https://github.com/mixedbread-ai/mgrep
Recommended Marketplaces
| Marketplace | Source |
|---|---|
| claude-plugins-official | anthropics/claude-plugins-official |
| claude-code-plugins | anthropics/claude-code |
| Mixedbread-Grep | mixedbread-ai/mgrep |
Installing Plugins
# Open plugins browser
/plugins
# Or install directly
claude plugin install typescript-lsp@claude-plugins-official
Recommended Plugins
Development:
typescript-lsp- TypeScript intelligencepyright-lsp- Python type checkinghookify- Create hooks conversationallycode-simplifier- Refactor code
Code Quality:
code-review- Code reviewpr-review-toolkit- PR automationsecurity-guidance- Security checks
Search:
mgrep- Enhanced search (better than ripgrep)context7- Live documentation lookup
Workflow:
commit-commands- Git workflowfrontend-design- UI patternsfeature-dev- Feature development
Quick Setup
# Add marketplaces
claude plugin marketplace add https://github.com/anthropics/claude-plugins-official
claude plugin marketplace add https://github.com/mixedbread-ai/mgrep
# Open /plugins and install what you need
Plugin Files Location
~/.claude/plugins/
|-- cache/ # Downloaded plugins
|-- installed_plugins.json # Installed list
|-- known_marketplaces.json # Added marketplaces
|-- marketplaces/ # Marketplace data