kriscard-claude-plugins
Personal Claude Code plugin marketplace - skills, commands, and agents for maximum productivity.
Installation
Add this marketplace from GitHub:
claude plugin marketplace add kriscard/kriscard-claude-plugins
Install plugins you need:
Essential (recommended for all environments but may require some local configuration)
claude plugin install essentials@kriscard # Core workflow tools
claude plugin install developer-tools@kriscard # Coding agents
claude plugin install testing@kriscard # Test specialists
claude plugin install assistant@kriscard # Staff Engineer workflow assistant
claude plugin install browser@kriscard # Browser automation & inspection
claude plugin install til@kriscard # TIL documentation
claude plugin install architecture@kriscard # System design
claude plugin install obsidian-second-brain@kriscard # Knowledge management
Optional (install based on your workflow)
claude plugin install ideation@kriscard # Brain dumps → specs
claude plugin install content@kriscard # Blog posts & talks
claude plugin install ai-development@kriscard # LLM/RAG tools
claude plugin install neovim-advisor@kriscard # Neovim optimization
claude plugin install dotfiles-optimizer@kriscard # Dotfiles analysis
claude plugin install studio-startup@kriscard # Project startup orchestration
claude plugin install interactive-learning@kriscard # Learning tutorials
Updating Plugins
To get the latest plugin changes, manually clear the cache:
rm -rf ~/.claude/plugins/cache/kriscard
Then reinstall the plugins you need. This workaround is needed because Claude Code's automatic plugin updates don't always work correctly (tracking issue).
Plugins
| Plugin | Description | How to Use |
|---|
| essentials | Core workflow tools - commits, specs, PRs, deep thinking | Commands: /commit, /spec, /deep-spec, /issue, /pr, /ultrathink, /analyze-repo, /de-slopify Auto-enforces: Skill usage across all interactions |
| 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 | Transform brain dumps into structured implementation artifacts | Commands: /ideation, /validate-output Workflow: Confidence → Questions → Contract → PRDs → Specs |
| content | Blog posts, documentation, and conference talks | Commands: /write-blog, /create-talk Natural language: "Write a blog about...", "Help me document..." |
| architecture | System design, technical leadership, and architecture documentation | Commands: /arch-doc, /check-spec, /explain-codebase, /create-sprint-plan Skills: Senior architect, CTO advisor, product strategist |
| ai-development | LLM/RAG development and prompt engineering | Commands: /deep-analyze Skills: AI engineer, prompt engineer |
| 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 | Unit, integration, and E2E testing | Commands: /test-suite (runs all layers) Agents: Unit, integration, automation test developers |
| 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 | 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 | Obsidian vault manager - PARA, daily workflows, OKR tracking | Commands: /daily-startup, /close-day, /process-inbox, /review-okrs, /maintain-vault, /extract-ideas, /weekly-learnings, /learned, /money, /spot-drift, /find-ideas, /connect-notes Auto-runs: Daily note reminder on startup |