Agent Plugins Marketplace
All plugins

engineering-workflow-skills

v1.2.0

Skills for software engineering workflows: git operations, test fixing, code review, feature planning, and ensemble problem solving (generates multiple solutions in parallel and selects the best)

Claude Code5 Skills

By mhattingpete678 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 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 engineering-workflow-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 engineering-workflow-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 engineering-workflow-plugin/.

Plugin files

engineering-workflow-plugin/
├── .claude-plugin/plugin.json
├── skills/ensemble-solving/SKILL.md
├── skills/feature-planning/SKILL.md
├── skills/git-pushing/SKILL.md
├── skills/review-implementing/SKILL.md
└── skills/test-fixing/SKILL.md

Included Skills5

ensemble-solvingskills/ensemble-solving/SKILL.md

Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or creative tasks where exploring alternatives improves quality.

feature-planningskills/feature-planning/SKILL.md

Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.

git-pushingskills/git-pushing/SKILL.md

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

review-implementingskills/review-implementing/SKILL.md

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

test-fixingskills/test-fixing/SKILL.md

Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.

Plugin manifests1

engineering-workflow-plugin/.claude-plugin/plugin.json
{
  "name": "engineering-workflow-skills",
  "version": "1.2.0",
  "description": "Skills for software engineering workflows: git operations, test fixing, code review, feature planning, and ensemble problem solving (generates multiple solutions in parallel and selects the best)",
  "author": {
    "name": "mhattingpete",
    "email": "[email protected]"
  }
}

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

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