Agent 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 mhattingpete678 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Jul 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install productivity-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install productivity-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mhattingpete/claude-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is productivity-skills-plugin/.

Plugin files

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

Included 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.

Plugin 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"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[productivity-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/productivity-skills)