Claude Skill
mhattingpete/claude-skills-marketplace
Discover Claude Skills for automating Git operations, testing, and code review in software engineering workflows. AI-powered tools to enhance developer productivity.
Overview
Repository
Install this Skill
git clone https://github.com/mhattingpete/claude-skills-marketplace.gitRegistry
Summary
A Claude Skill marketplace providing AI-powered automation tools for software engineering workflows, including Git operations, testing, and code review.
Claude Skill 软件工程工作流功能 - Git自动化、测试与代码审查
Key features
- Git automation workflows
- Testing assistance and automation
- Code review automation
- AI-powered software engineering tools
- Claude Skill integration
- Developer workflow optimization
Use cases
- Automating Git commit and push operations
- Running automated tests with AI assistance
- Streamlining code review processes
- Enhancing developer productivity
- Integrating AI into software development workflows
- Managing code quality with automated checks
README excerpt
# Claude Skills Marketplace [](https://github.com/mhattingpete/claude-skills-marketplace/stargazers) [](LICENSE) [](https://github.com/mhattingpete/claude-skills-marketplace/commits) A curated marketplace of Claude Code plugins for software engineering workflows. <img src="assets/skill-loading.gif" alt="Skill Loading Demo" width="600"> ## Repository Structure ``` claude-skills-marketplace/ ├── .claude-plugin/ │ └── marketplace.json # Marketplace manifest ├── execution-runtime/ # 🚀 Code execution environment (NEW!) │ ├── api/ # Importable API library │ ├── mcp-server/ # FastMCP server │ ├── setup.sh # One-command installation │ └── README.md ├── engineering-workflow-plugin/ # Engineering workflow plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── agents/ │ │ └── plan-implementer.md # Plan implementation agent │ ├── skills/ │ │ ├── feature-planning/ # Feature planning skill │ │ ├── git-pushing/ # Git automation skill │ │ ├── review-implementing/ # Code review skill │ │ └── test-fixing/ # Test fixing skill │ └── README.md ├── visual-documentation-plugin/ # Visual documentation plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── skills/ │ │ ├── architecture-diagram-creator/ # Architecture diagram skill │ │ ├── dashboard-c