plugins marketplace
← All plugins

productivity-skills

v1.0.0

Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation

Claude Code4 skills

by mhattingpete657updated 2 weeks ago

Source

git clone https://github.com/mhattingpete/claude-skills-marketplace

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is productivity-skills-plugin/ inside the repository.

Layout

productivity-skills-plugin/
├── .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

code-auditorskills/code-auditor/SKILL.md

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.

codebase-documenterskills/codebase-documenter/SKILL.md

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.

conversation-analyzerskills/conversation-analyzer/SKILL.md

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.

project-bootstrapperskills/project-bootstrapper/SKILL.md

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

productivity-skills-plugin/.claude-plugin/plugin.json
{
  "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"
  }
}