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 3 months 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
3 months ago
Latest release
published
- #ai-agents
- #ai-tools
- #anthropic
- #automation
- #claude-code
- #claude-skills
- #developer-tools
- #plugins
- #productivity
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3fa16a9· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Kind-specific
3 passed1 warningPlugin: 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: manifest fields complete
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent3fa16a9warn3 months 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
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
ponytail
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Claude Mem
Memory compression system for Claude Code - persist context across sessions
mh install plugins/engineering-workflow-skills