Claude Skills Marketplace (mhattingpete) — Summary
This is a curated multi-plugin Claude Code marketplace shipping five plugin collections across engineering workflow, visual documentation, productivity, code operations, and a code execution runtime. The standout feature is an optional FastMCP-based code execution environment that routes bulk file operations through a Python MCP server, achieving claimed 90-99% token savings by executing code locally rather than loading file contents into context. The marketplace ships 18 skills and 1 subagent (plan-implementer) across four plugin bundles. The execution runtime requires a one-time setup.sh and runs Python scripts locally via a FastMCP server on localhost. Skills auto-activate based on context; the agent in engineering-workflow-plugin orchestrates feature planning, test fixing, git automation, and code review as a coordinated pipeline.
differs_from_seeds: Closest to superpowers (Archetype 1: skills-only behavioral framework) in that all work is done through auto-activating skills, but adds a dedicated subagent (plan-implementer) for implementation work and an optional MCP execution server for token-efficient bulk operations — neither of which superpowers ships. Unlike openspec (Archetype 2: mirror commands+skills), there are no slash commands, only skills. The MCP execution runtime pattern is closer to claude-flow's MCP-anchored toolserver archetype, though much lighter in scope.