npx claudepluginhub dylan/claudeCodebase architecture generator. Creates docs/codebase-architecture.md and .claude/CLAUDE.md by exploring source and asking targeted questions.
GPU and Metal expert consultant. Researches topics, reviews shader and Metal code, and maintains a NotebookLM knowledge base — all through the lens of Apple Silicon.
Swift API design reviewer. Enforces Swift API Design Guidelines — naming, argument labels, fluency, documentation, and conventions — across any Swift code at any scope level.
A Claude Code plugin marketplace by Dylan.
/plugin marketplace add dylan/claude
Generates codebase architecture docs and enforces architecture-doc-first development.
/plugin install map@dylan
/map skill — Explores your codebase and generates two files:
docs/codebase-architecture.md — File inventory, data flow, state shape, event/API surface, and common task recipes, all with file:line references to actual source.claude/CLAUDE.md — Scaffold with project context and empty wisdom sections that fill in as you workPrompt hook — On any code-change prompt (add, fix, refactor, etc.), reminds Claude to consult and update the architecture doc. If no doc exists, suggests running /map first.
/map does| Section | When included |
|---|---|
| Header | Always — one-sentence description + key tech |
| Commands | Always — build, test, lint, format |
| File Inventory | Always — tables grouped by domain concern |
| Data Flow | Layered processing (web apps, pipelines, event systems) |
| State Shape | Non-trivial state (game servers, real-time, complex frontend) |
| Event/API Surface | External-to-internal mapping (endpoints, events, CLI) |
| Module Relationships | Composition roots, dependency graphs |
| Common Task Guide | Repeatable extension patterns with step-by-step recipes |
file:line pointers over inline codeGPU & Metal expert consultant — researches topics, reviews shader code, and maintains a NotebookLM knowledge base.
/plugin install gpu-expert@dylan
Combines Apple documentation (via sosumi MCP), a persistent NotebookLM knowledge base, and codebase analysis to answer GPU/Metal questions, review Metal code, and research GPU topics — all through the lens of Apple Silicon.
Requirements: sosumi MCP server, notebooklm CLI (authenticated), and the notebooklm-skill Claude Code skill. The skill degrades gracefully if sosumi or NotebookLM is unavailable.
Swift API Design Guidelines enforcer — active whenever you're writing, reviewing, or designing Swift code.
/plugin install swift-api-design@dylan
Enforces the Swift API Design Guidelines at every scope level — public APIs, internal helpers, local functions, closures, tuple members. Calls out violations with the specific guideline broken and a concrete rewrite. No hedging.
What it covers:
Any or unconstrained genericsWhat it doesn't cover: Protocol-oriented design choices, generics architecture, performance, memory management. Guidelines scope only.
Production-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.