Comprehensive collection of custom agents, commands, templates, and documentation for Claude Code workflows
npx claudepluginhub jeprecated/claude-setupCustom commands, agents, and skills for NixOS, Jujutsu, and documentation workflows
A centralized collection of custom configurations, agents, commands, templates, and documentation for working with Claude Code.
agents/)Specialized sub-agents with specific expertise:
commands/)Reusable prompts for common workflows:
hooks/)Automated behavior improvements that run at specific trigger points:
skills/)Interactive workflows for complex multi-step processes:
templates/)Starter templates for project documentation:
mcp-servers/)Catalog of Model Context Protocol servers:
Learn more about MCP servers →
docs/)Comprehensive guides and learnings:
Step 1: Install via Plugin Marketplace
In Claude Code, run the /plugin command and enter the repository path:
/plugin
> /home/jmo/Development/claude-setup
This installs all agents, commands, and templates automatically.
Step 2: Install Dependencies (includes contextbricks status line)
Navigate to the repository and install npm dependencies:
cd ~/Development/claude-setup
npm install
This will automatically install and configure:
Step 3: Symlink Global Instructions
Link the global instructions to your Claude Code config:
ln -sf ~/Development/claude-setup/docs/global-instructions.md ~/.claude/CLAUDE.md
Your existing ~/.claude/CLAUDE.md will be backed up to ~/.claude/CLAUDE.md.backup.
Step 4: Install Hooks (Recommended)
Install the forced eval hook to dramatically improve skill activation reliability:
mkdir -p ~/.claude/hooks
ln -sf ~/Development/claude-setup/hooks/forced-eval-skill.md ~/.claude/hooks/user-prompt-submit.md
This increases skill activation from ~50% to 84% success rate.
Step 5: Configure MCP Server Paths
⚠️ Important: Update the filesystem MCP server path to match your system:
# Edit .mcp.json and update the filesystem path
# Replace /home/jmo/Development with your actual development directory
Files to update:
.mcp.json - Line 19: Update filesystem args pathmcp-servers/filesystem.json - Line 7: Update filesystem args pathStep 6: Restart Claude Code
Restart Claude Code to load all components.
templates/LANGUAGE-GUIDE.md):# For Rust projects
cp templates/CLAUDE-project.md.template ~/Development/my-app/CLAUDE.md
cp templates/settings-rust.json.template ~/Development/my-app/.claude/settings.local.json
# For Python projects
cp templates/CLAUDE-project.md.template ~/Development/my-app/CLAUDE.md
cp templates/settings-python.json.template ~/Development/my-app/.claude/settings.local.json
# See LANGUAGE-GUIDE.md for other languages
All updates happen automatically:
hooks/docs/global-instructions.md directlyProduction-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.