productivity-skills
Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation
pinned to #3fa16a9updated last week
Ask your AI client: “install plugins/productivity-skills”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/productivity-skillsmetahub onboarded this repo on the author's behalf.
If you own github.com/mhattingpete/claude-skills-marketplace on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
646
Last commit
last week
Latest release
published
- #ai-agents
- #ai-tools
- #anthropic
- #automation
- #claude-code
- #claude-skills
- #developer-tools
- #plugins
- #productivity
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3fa16a9· last week
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent3fa16a9warnlast week
Contents
Workflow optimization skills for analyzing usage patterns, auditing code quality, bootstrapping projects, and generating documentation.
Version: 1.0.0
Skills
1. conversation-analyzer
Activates when you say:
- "Analyze my conversations"
- "How can I improve my workflow"
- "Review my Claude Code history"
What it does:
- Analyzes conversation history from
~/.claude/history.jsonl - Identifies patterns, repetitive tasks, and inefficiencies
- Provides actionable recommendations
2. code-auditor
Activates when you say:
- "Audit the code"
- "Check for security issues"
- "Review code quality"
What it does:
- Comprehensive analysis across 6 dimensions: architecture, quality, security, performance, testing, maintainability
- Generates detailed report with file:line references
- Prioritizes findings and provides action plan
3. project-bootstrapper
Activates when you say:
- "Set up a new project"
- "Bootstrap this project"
- "Add best practices"
What it does:
- Sets up directory structure, git, testing, linting, CI/CD
- Creates documentation (README, CONTRIBUTING)
- Configures development workflow automation
4. codebase-documenter
Activates when you say:
- "Explain this codebase"
- "Document the architecture"
- "Create developer documentation"
What it does:
- Explores codebase and documents architecture, components, data flow
- Creates visual diagrams and includes code examples
- Generates comprehensive documentation files
Installation
Add to your .claude-plugin/marketplace.json:
{
"plugins": [
{
"name": "productivity-skills-plugin",
"source": "github:anthropics/claude-skills-marketplace/productivity-skills-plugin",
"version": "1.0.0"
}
]
}
Integration
Works seamlessly with:
- engineering-workflow-skills: Plan implementations from audit findings, fix issues, commit changes
- visual-documentation-skills: Create visual diagrams for documentation
Author
mhattingpete
Reviews
No reviews yet. Be the first.
Related
before-you-build
Production-ready workflow orchestration with 91 marketplace plugins, 199 local specialized agents, and 162 local skills - optimized for granular installation and minimal token usage
claude-magic-compact
Lossless context compression for Claude Code.
espalier-engineering
Train your AI coders the way you'd train a vine — discover your codebase's actual patterns, then encode them as rules, skills, agents, hooks, and a guided pipeline so generated code lands inside your conventions on the first try, not the fifth
mh install plugins/productivity-skills