Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Claude Code Skills for software engineering workflows - Git automation, testing, and code review
| Date | Stars |
|---|---|
| 2026-07-31 | 657 |
| 2026-08-01 | 656 |
| 2026-08-06 | 656 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Claude Skills Marketplace [](https://smithery.ai/skills?ns=mhattingpete&utm_source=github&utm_medium=badge) [](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-creator/ # Dashboard creation skill │ │ ├── flowchart-creator/ # Flowchart creation skill │ │ ├── technical-doc-creator/ # Technical documentation skill │ │ └── timeline-creator/ # Timeline creation skill │ ├── EXAMPLES.md │ └── README.md ├── productivity-skills-plugin/ # Productivity & optimization plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── skills/ │ │ ├── code-auditor/ # Code auditing skill │ │ ├── codebase-documenter/ # Codebase documentation skill │ │ ├── conversation-analyzer/ # Usage analysis skill │ │ └── project-bootstrapper/ # Project setup skill │ └── README.md ├── code-operations-plugin/ # Code manipulation plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── skills/ │ │ ├── code-execution/ # 🚀 Python execution skill (NEW!) │ │ │ └── examples/ # Example scripts │ │ ├── code-transfer/ # Code transfer skill │ │ │ └── scripts/ │ │ │ └── line_insert.py # Line-based insertion script │ │ ├── code-refactor/ # Bulk refactoring skill │ │ └── file-operations/ # File analysis skill │ └── README.md ├── LICENSE └── README.md ``` ## What are Skills and Agents? **Skills** are model-invoked capabilities that extend Claude Code's functionality. Unlike slash commands that require explicit user activation, Skills are automatically triggered by Claude based on context and the Skill's description. Each Skill consists of a `SKILL.md` file with: - YAML frontmatter (name, description, metadata) - Detailed instructions for Claude - Optional supporting files (scripts, templates, references) **Agents** are specialized Claude instances that can be invoked by Claude to handle specific types of work. They run independently with their own context and can use different models optimized for their task. Each Agent consists of an `AGENT.md` file wit
Excerpt of 19,629 characters
Read on GitHub21
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d49f1c2b2e9b849e, topic:developer-tools, desc:code review
matched fp:d49f1c2b2e9b849e, topic:ai-agents
matched fp:d49f1c2b2e9b849e, topic:plugins
matched fp:d49f1c2b2e9b849e, topic:automation