engineering-workflow-skills
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)
pinned to #3fa16a9updated 2 weeks ago
Ask your AI client: “install plugins/engineering-workflow-skills”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/engineering-workflow-skillsmetahub onboarded this repo on the author's behalf.
If you own github.com/mhattingpete/claude-skills-marketplace on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
646
Last commit
2 weeks ago
Latest release
published
- #ai-agents
- #ai-tools
- #anthropic
- #automation
- #claude-code
- #claude-skills
- #developer-tools
- #plugins
- #productivity
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3fa16a9· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent3fa16a9warn2 weeks ago
Contents
Automate common software engineering workflows including feature planning, testing, git operations, and code review implementation.
Version: 1.1.0
Skills
1. feature-planning
Activates when you say:
- "Add user authentication"
- "Build a dashboard"
- "Implement X feature"
- "Plan how to do X"
What it does:
- Asks clarifying questions about requirements
- Explores codebase for existing patterns
- Creates detailed implementation plan
- Hands off to plan-implementer agent for execution
2. test-fixing
Activates when you say:
- "Fix the tests"
- "Tests are failing"
- "Make the test suite green"
What it does:
- Runs test suite to identify failures
- Groups errors by type/cause
- Fixes issues systematically
- Verifies all tests pass
3. git-pushing
Activates when you say:
- "Push these changes"
- "Commit and push"
- "Create a PR"
What it does:
- Stages all changes
- Generates conventional commit message
- Pushes to remote
- Creates pull request (if requested)
4. review-implementing
Activates when you say:
- "Implement this review feedback"
- "Address these comments"
- "Apply review suggestions"
What it does:
- Parses reviewer feedback
- Creates todo list for each item
- Implements changes systematically
- Verifies all feedback addressed
Agent
plan-implementer
Focused agent for implementing code from detailed plans. Uses Haiku model for cost-effective execution.
Used by: feature-planning skill Purpose: Execute discrete implementation tasks with strict scope adherence
Workflow Example
User: "Add user authentication"
↓
feature-planning → creates plan, asks questions
↓
plan-implementer → implements each task
↓
test-fixing → fixes any test failures
↓
git-pushing → commits and pushes changes
Installation
Add to your .claude-plugin/marketplace.json:
{
"plugins": [
{
"name": "engineering-workflow-skills",
"source": "github:anthropics/claude-skills-marketplace/engineering-workflow-plugin",
"version": "1.1.0"
}
]
}
Author
mhattingpete
Reviews
No reviews yet. Be the first.
Related
before-you-build
Production-ready workflow orchestration with 91 marketplace plugins, 199 local specialized agents, and 162 local skills - optimized for granular installation and minimal token usage
claude-magic-compact
Lossless context compression for Claude Code.
espalier-engineering
Train your AI coders the way you'd train a vine — discover your codebase's actual patterns, then encode them as rules, skills, agents, hooks, and a guided pipeline so generated code lands inside your conventions on the first try, not the fifth
mh install plugins/engineering-workflow-skills