claude-skills-marketplace
Automate coding, testing, refactoring, and visual documentation workflows
All Skills in This Repository (18)
Pure Emerald Level Indicatorsensemble-solving
Generate three parallel solutions with diversified approaches and select the best via weighted evaluation.
architecture-diagram-creator
Generate HTML architecture diagrams with SVG data flows, pipelines, and system layers.
technical-doc-creator
Generate HTML technical documentation with API references, code examples, and SVG architecture diagrams.
codebase-documenter
Generates comprehensive markdown documentation covering codebase architecture, components, data flow, and development guidelines.
code-execution
Execute Python code locally with marketplace API access for bulk operations.
code-auditor
Audit codebases for architecture, quality, security, performance, testing, and maintainability issues.
project-bootstrapper
Bootstrap software projects with structure, Git hooks, and CI/CD configuration.
conversation-analyzer
Analyze Claude Code conversation history to identify usage patterns and automation opportunities.
code-refactor
Refactor code across multiple files to rename identifiers and replace patterns.
file-operations
Analyze files to extract metadata and content statistics without modification.
code-transfer
Transfer code blocks between files with line-based precision.
git-pushing
Stage, commit, and push code changes with conventional commit messages.
Frequently Asked Questions
FAQPage SchemaHow to install Claude Skills Marketplace?▼
Run `npx skills add mhattingpete/claude-skills-marketplace --all -g -y` in your terminal to install all plugins and skills globally.
What does Claude Skills Marketplace do?▼
It gives your AI agent ready-made skills for fixing tests, pushing git commits, refactoring code in bulk, planning features, and creating visual HTML documentation like diagrams and dashboards.
How does it save tokens on bulk code changes?▼
The execution runtime runs Python locally against your codebase and returns only summaries, cutting token usage by 90-99% when editing many files at once.
Does it work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and activate automatically from natural language requests inside Claude Code.
Can non-developers use these skills?▼
Basic coding knowledge helps, but skills like documentation and diagram creators work from plain-English requests without writing code yourself.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core