A curated collection of Claude Code plugins, skills, and agents.
npx claudepluginhub mvdmakesthings/skillsLinear-driven planning→QA flow: PRDs, issue breakdown, plan grilling, design mockups, test planning, QA execution, and post-incident reports. Bundles the to-prd, to-issues, grill-with-docs, plan-design, plan-qa, qa, and pir skills.
Writing toolkit: humanize AI-sounding prose (/writing:human) and a storytelling coach for pitches, talks, and memos. Bundles the human-voice-writer and storyteller-guidance skills.
Console-native billable hours tracker with git-versioned plaintext ledger.
Skills that improve other skills — session reflection, friction logging, and HITL-gated SKILL.md evolution.
A Claude Code plugin marketplace featuring skills that extend Claude's capabilities for specialized tasks.
Register this marketplace with Claude Code:
/plugin marketplace add mvdmakesthings/skills
View all available skills in the marketplace:
/plugin
Install individual skills or the entire plugin:
# Install the markdown-optimizer skill
/plugin install markdown-optimizer@mvd-agent-skills
Expert DevOps and SRE advisor for director-level strategic guidance with AWS Well-Architected Framework alignment.
Use cases:
Features:
Optimize markdown documents for LLM consumption by adding structured metadata, normalizing formatting, and reducing token usage.
Use cases:
Features:
View markdown-optimizer documentation →
Want to contribute a skill? Use the template provided:
Copy the template:
cp -r template-skill/ your-skill-name/
Customize SKILL.md:
Add to marketplace.json:
.claude-plugin/marketplace.json with your skillTest your skill:
Read the template documentation →
skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── LICENSE # MIT License
├── README.md # This file
├── markdown-optimizer/ # Markdown optimization skill
│ ├── SKILL.md # Skill instructions
│ ├── USAGE_GUIDE.md # User documentation
│ ├── references/ # Reference materials
│ └── scripts/ # Helper scripts
└── template-skill/ # Template for new skills
├── SKILL.md # Template skill file
└── README.md # Template documentation
Skills are specialized instruction sets that Claude Code loads when relevant. Each skill:
SKILL.md file with YAML frontmatterWhen you invoke a skill, Claude follows the instructions in SKILL.md to help with specific tasks.
Contributions are welcome! To add a skill to this marketplace:
my-skill-name)For issues, questions, or feature requests:
MIT License - see LICENSE for details.
Maintained by Michael VanDyke. This marketplace follows the Claude Code plugin marketplace specification and is inspired by Anthropic's skills repository.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.