By dylan
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.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dylan/claude --plugin gpu-expertSwift API design reviewer. Enforces Swift API Design Guidelines — naming, argument labels, fluency, documentation, and conventions — across any Swift code at any scope level.
Codebase architecture generator. Creates docs/codebase-architecture.md and .claude/CLAUDE.md by exploring source and asking targeted questions.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.