MCPcopy Index your code
hub / github.com/CaptainCrouton89/.claude

github.com/CaptainCrouton89/.claude @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
205 symbols 549 edges 46 files 85 documented · 41%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

A Quick Overview (Read this)

This is a mess—it's literally a repo of my ~/.claude directory. Not everything is actively used, but a good place to get inspiration is from the /agents, /commands, and /output-styles directories.

You may notice I have an agents-library and an mcp-library too—those are because I have a custom slash command that installs agents and mcps into my local project (/init-workspace).

Also, I highly recommend you check out my mcp boilerplate repo. It'll make it a lot easier to spin up new MCPs, and it has all the commands for local installation (or to your mcp-library directory lol).

The directories in here you don't recognize (/templates, /docs) are also places where I reference files in slashcommands or in system prompts, so claude can look them up when claude needs to get more information on a topic.

Core symbols most depended-on inside this repo

Shape

Function 204
Class 1

Languages

TypeScript87%
Python13%

Modules by API surface

hooks/validation/feature-validator.mjs23 symbols
hooks/pre-tool-use/agent-system/agent-script.mjs20 symbols
hooks/validation/claude-md-validator.mjs15 symbols
hooks/lifecycle/claude-md-manager.mjs15 symbols
hooks/lifecycle/agent-monitor.mjs12 symbols
hooks/post-tool-use/typescript-error-fixer.py11 symbols
hooks/lifecycle/history-mcp.mjs11 symbols
hooks/user-prompt-observers/observer-registry.js6 symbols
hooks/state-tracking/benchmark/run-benchmark.js6 symbols
hooks/pre-tool-use/agent-system/spawn-helpers.cjs6 symbols
hooks/pre-tool-use/agent-system/registry-manager.cjs6 symbols
hooks/pre-tool-use/agent-system/cursor-runner.cjs6 symbols

For agents

$ claude mcp add .claude \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page