Plugins and skills that make Claude Code more effective for real work.
| Component | Type | What It Does |
|---|---|---|
| assume-persona | plugin | Load expert personas for domain-specific assistance |
| lfg | plugin | Break down large work into tasks and execute with subagents |
| create-skill | skill | Guide for building your own Claude Code skills |
Add the marketplace, then install individual plugins:
# Add the marketplace
/plugin marketplace add dgca/mai
# Install plugins you want
/plugin install assume-persona@mai
/plugin install lfg@maiRequires Node.js 22.6.0+.
Create and load expert personas for domain-specific assistance. Define a React architect, security auditor, or any specialist—Claude adopts their expertise and perspective.
Key features:
- Personas auto-invoke when you discuss relevant topics
- Import existing content (docs, articles, notes) and generate personas from it
- Share project-specific personas with your team
See plugins/assume-persona for full documentation.
Let's Fucking Go — structured project management for AI-assisted development. Break large, ambiguous work into right-sized pieces that Claude can execute reliably.
Key features:
- Epics → milestones → tasks hierarchy
- Parallel execution with dependency awareness
- Independent QA verification of completed work
- Accumulated learnings across tasks
See plugins/lfg for full documentation.
A guide for building skills that extend Claude's capabilities. Covers skill structure, YAML frontmatter, bundled resources (scripts, references, assets), and best practices.