mhattingpete/claude-skills-marketplace

Claude Code Skills for software engineering workflows - Git automation, testing, and code review

What it solves

This project provides a curated collection of plugins, skills, and agents designed to extend the capabilities of Claude Code for software engineering. It addresses the need for automated, context-aware workflows for common developer tasks like feature planning, code refactoring, and technical documentation, while significantly reducing token consumption during bulk operations.

How it works

The marketplace consists of several specialized plugins (Engineering Workflow, Visual Documentation, Productivity, and Code Operations). It uses two primary components:

  • Skills: Model-invoked capabilities that trigger automatically based on context and descriptions in SKILL.md files.
  • Agents: Specialized Claude instances (like the plan-implementer) that handle specific tasks independently with their own context and optimized models.

Additionally, it includes an Execution Runtime that implements the Anthropic code execution pattern. This allows Claude to execute Python code locally via a FastMCP server instead of loading entire files into the context window, reducing token usage by 90-99% for bulk operations.

Who it’s for

Software engineers and developers using Claude Code who want to automate repetitive engineering tasks, generate visual documentation, or perform large-scale codebase transformations efficiently.

Highlights

  • Token-Efficient Bulk Operations: Local Python execution reduces token costs for large-scale refactoring and analysis.
  • Linguistic Automation: Skills for git automation, test fixing, and implementing code review feedback.
  • Visual Documentation: Tools to generate self-contained HTML architecture diagrams, flowcharts, and dashboards.
  • Agentic Workflows: A dedicated implementation agent that works in tandem with planning skills to execute complex feature requests.
  • Comprehensive Toolset: Includes specialized tools for code auditing, project bootstrapping, and conversation analysis.

Related

  • Project
  • Project
  • Project
  • Project
  • Project