productivity-skills
v1.0.0Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation
by mhattingpete657updated 2 weeks ago
Source
git clone https://github.com/mhattingpete/claude-skills-marketplaceClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is productivity-skills-plugin/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/code-auditor/SKILL.md├── skills/codebase-documenter/SKILL.md├── skills/conversation-analyzer/SKILL.md└── skills/project-bootstrapper/SKILL.md
Skills4
Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.
Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.
Manifests1
{
"name": "productivity-skills",
"version": "1.0.0",
"description": "Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation",
"author": {
"name": "mhattingpete"
}
}