| Plugin | Description | How to Use |
|--------|-------------|------------|
| [essentials](./plugins/essentials) | Core workflow tools - commits, research, deep thinking, PRs, and discipline enforcement | Commands: /commit, /pr, /ultrathink, /init-ultrathink, /de-slopify, /search-web, /issue
Auto-enforces: Skill usage across all interactions |
| [assistant](./plugins/assistant) | Engineer workflow assistant - standups, career tracking, quality checks, context management | Commands: /standup, /weekly-summary, /quality-check, /context-save, /context-restore, /staff-progress
Auto-suggests: Actions after commits/PRs, learning from your patterns |
| [ideation](./plugins/ideation) | Transform brain dumps into structured implementation artifacts | Natural language: "I want to build..."
Commands: /refine-spec, /validate-output
Workflow: Confidence β Questions β Contract β PRDs β Specs |
| [content](./plugins/content) | Blog posts, documentation, and conference talks | Commands: /write-blog, /create-talk
Natural language: "Write a blog about...", "Help me document..." |
| [architecture](./plugins/architecture) | System design, technical leadership, and architecture documentation | Commands: /arch-doc, /check-spec, /analyze-repo, /explain-codebase, /create-sprint-plan
Skills: Senior architect, CTO advisor, product strategist |
| [ai-development](./plugins/ai-development) | LLM/RAG development and prompt engineering | Commands: /deep-analyze
Skills: AI engineer, prompt engineer |
| [developer-tools](./plugins/developer-tools) | Coding, frontend, and debugging specialists | Natural language: "Build a login form", "Fix this bug"
Skills: /react-best-practices for React audits
Auto-selects: Best specialist agent for your task |
| [testing](./plugins/testing) | Unit, integration, and E2E testing | Commands: /test-suite (runs all layers)
Agents: Unit, integration, automation test developers |
| [neovim-advisor](./plugins/neovim-advisor) | Neovim configuration optimization and best practices | Commands: /nvim-check-config, /nvim-perf, /nvim-plugins, /nvim-lsp
Natural language: "Optimize my neovim config", "Why is startup slow?" |
| [dotfiles-optimizer](./plugins/dotfiles-optimizer) | Analyze and optimize dotfiles with security checks and modern tool recommendations | Commands: /dotfiles-optimize, /dotfiles-audit
Natural language: "Check my dotfiles", "Optimize my shell config" |
| [obsidian-second-brain](./plugins/obsidian-second-brain) | Obsidian vault manager - PARA, daily workflows, OKR tracking | Commands: /daily-startup, /process-inbox, /review-okrs, /maintain-vault, /apply-template
Auto-runs: Daily note reminder on startup |
| [chromedev-tools](./plugins/chromedev-tools) | Chrome DevTools integration for frontend development - inspect pages, debug console, analyze performance | Commands: /chromedev:inspect, /chromedev:screenshot, /chromedev:performance, /chromedev:console
Natural language: "Inspect the page", "Check console errors", "Analyze performance" |
| [studio-startup](./plugins/studio-startup) | Complete startup workflow orchestration from idea to MVP - coordinates product strategy, requirements, tech stack selection, architecture, and implementation across web, mobile, API, and CLI projects | Commands: /studio-startup:new
Natural language: "Start a project", "New startup", "Build an MVP", "Create an app"
Workflow: Strategy β Requirements β Tech β Validation β Design β Implementation |
| [til](./plugins/til) | Create TIL (Today I Learned) documentation notes in Obsidian from session learnings | Commands: /til, /til "Project Name"
Auto-creates: Engaging story-like notes with architecture diagrams, code snippets, and lessons learned |
| [interactive-learning](./plugins/interactive-learning) | Interactive tutorial system for learning technologies through guided Q&A with documentation fetching | Commands: /learn , /learn done
Natural language: "Learn React hooks", "Teach me TypeScript generics"
Creates: Obsidian learning notes with concepts and code examples |
Legend: Commands use /command syntax. Natural language triggers work automatically. β marks primary entry points.