productivity-skills
Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation
pinned to #3fa16a9updated 3 months ago
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
3 months ago
Latest release
published
- #ai-agents
- #ai-tools
- #anthropic
- #automation
- #claude-code
- #claude-skills
- #developer-tools
- #plugins
- #productivity
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3fa16a9· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Kind-specific
3 passed1 warningPlugin: 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: manifest fields complete
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent3fa16a9warn3 months ago
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
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
ponytail
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Claude Mem
Memory compression system for Claude Code - persist context across sessions
mh install plugins/productivity-skills