claudestuff
Plugins and skills I've built for Claude Code. Install what's useful, study the patterns, build your own.
Quick Start
# Add the marketplace
/plugin marketplace add bloknayrb/claudestuff
# Browse and install plugins
/plugin
What's Here
| Category | Description | Plugins |
|---|
| Learning | How plugins work | example-plugin |
| Developer Tools | Role-based agents, code quality, docs | professional-agents, anti-slop, documentation-updater |
| Office Automation | Document creation and editing | ms-office-suite |
| Personal Finance | Budgeting, investing, financial planning | personal-finance |
| Career Coaching | Career exploration, resume review, interview prep | career-coach |
| Android Development | Jetpack Compose, Kotlin, architecture, publishing | android-dev |
| Image Generation | AI image prompting for Nano Banana MCP | nanobanana |
| Writing | Learn your style, write in your voice | ghostwriter |
| Focus | Executive function support | focus-tools |
Plugins at a Glance
Which Plugin Should I Look At?
Are you...
├── Learning how plugins work?
│ └── → example-plugin (shows all component types)
│
├── Building office document automation?
│ └── → ms-office-suite (PPTX, DOCX, XLSX, PDF skills)
│
├── Looking for agent design patterns?
│ └── → professional-agents (8 role-based agents)
│
├── Managing personal finances?
│ └── → personal-finance (budgeting, investing, planning)
│
├── Navigating career decisions?
│ └── → career-coach (exploration, resume review, interview prep)
│
├── Building an Android app?
│ └── → android-dev (Compose, Kotlin, architecture, publishing)
│
├── Updating repo documentation?
│ └── → documentation-updater (skill: audit, generate, update docs)
│
├── Generating images with Nano Banana?
│ └── → nanobanana (model selection, prompt engineering, visual grounding)
│
├── Writing in your own voice?
│ └── → ghostwriter (learn style, draft, rewrite, critique)
│
├── Auditing a branch before PR?
│ └── → anti-slop (pre-PR quality audit)
│
└── Overwhelmed and need to focus?
└── → focus-tools (identify ONE next action)
Complexity Ratings
| Plugin | Setup | Customization | Best For |
|---|
| example-plugin | Easy | None needed | Learning plugin structure |
| professional-agents | Easy | Low | Adding role-based agents |
| ms-office-suite | Medium | Low | Office document automation |
| personal-finance | Easy | Low | Personal finance education |
| career-coach | Easy | Low | Career coaching and interview prep |
| android-dev | Easy | Low | Android app development guidance |
| nanobanana | Easy | Medium | Image generation prompting |
| ghostwriter | Easy | Low | Writing in your voice |
| anti-slop | Easy | Low | Pre-PR branch quality audit |
| focus-tools | Medium | Medium | Executive function support |
Complexity Key:
- Easy: Install and use immediately
- Medium: Requires some configuration or dependencies
Plugins
example-plugin
What: Complete example demonstrating all component types
Components: /hello command, Code Reviewer agent, Example skill, Post-tool hook, MCP config
Use for: Learning how plugins work, starting template for new plugins
ms-office-suite
What: Office document skills for Claude Code
Skills: PPTX, DOCX, Word Styles, XLSX, PDF
Use for: Creating and editing Office documents programmatically
Requires: Python packages (openpyxl, pypdf, etc.), Node.js, LibreOffice
professional-agents
What: 8 role-based agents for development and project management
Agents: Developer, Tech Lead, Product Owner, UX Designer, QA Reviewer, Researcher, Strategic PM, DOCX Editor
Use for: Adding specialized personas, understanding agent design patterns
personal-finance
What: Personal finance education — budgeting, investing, and financial planning
Skills: Budgeting (spending analysis, debt payoff), Investing (three-fund portfolio, tax-advantaged accounts), Financial Planning (priority ladder, net worth, goal projection)
Agents: Budget Analyst, Portfolio Analyzer
Use for: Budget creation, transaction categorization, portfolio analysis, debt payoff comparison, retirement planning
career-coach
What: Career development coaching — exploration, resume optimization, and interview preparation
Skills: Career Development (GROW model, RIASEC, career ladders), Job Search (ATS optimization, resume writing, networking), Interview Prep (STAR method, mock interviews, salary negotiation)
Agents: Career Coach (orchestrator), Resume Reviewer, Mock Interviewer
Use for: Career direction, resume review, ATS optimization, behavioral interview practice, salary negotiation, offer comparison
android-dev