Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

claude-code-starter

claude-code-starter contient 11 skills collectées depuis zbruhnke, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
16
mis à jour
2026-01-13
Forks
2
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

wiggum
Développeurs de logiciels

Start an autonomous implementation loop from a spec or PRD. Enters plan mode for user approval, enforces command gates (test/lint/typecheck/build), validates dependencies, commits incrementally, and maintains documentation and changelog. Production-ready quality gates.

2026-01-13
release-checklist
Analystes en assurance qualité des logiciels et testeurs

Run a final release checklist before shipping. Verifies no TODOs, no debug code, docs updated, tests passing, dependencies justified, and security reviewed.

2026-01-12
risk-register
Gestionnaires des systèmes informatiques et d'information

Document risks for changes touching auth, data, or migrations. Lists top risks, how to test/monitor them, and rollback strategy.

2026-01-12
changelog-writer
Développeurs web

Maintain CHANGELOG.md with properly categorized entries. Use after implementing features, fixing bugs, or making any notable changes. Follows Keep a Changelog format.

2026-01-12
code-review
Analystes en assurance qualité des logiciels et testeurs

Review code changes for quality, security, and best practices. Use when reviewing staged changes, pull requests, or specific files before merging.

2026-01-12
explain-code
Développeurs de logiciels

Explain how code works in detail. Use when trying to understand unfamiliar code, complex logic, or system architecture.

2026-01-12
generate-tests
Analystes en assurance qualité des logiciels et testeurs

Generate comprehensive tests for code. Use when adding test coverage, implementing TDD, or ensuring code reliability.

2026-01-12
install-precommit
Développeurs de logiciels

Install the pre-commit review hook that forces you to understand changes before committing. Use when you want to enable commit reviews or when setting up a new project.

2026-01-12
refactor-code
Programmeurs informatiques

Refactor code to improve clarity and maintainability without changing behavior. Use when improving readability, reducing complexity, or eliminating duplication.

2026-01-12
refresh-claude
Développeurs de logiciels

Review recent changes and update CLAUDE.md to keep it relevant for future sessions. Use after significant changes or periodically to maintain context.

2026-01-12
review-mr
Analystes en assurance qualité des logiciels et testeurs

Review a merge request or branch. Compares a branch against main/master, summarizes changes, highlights concerns, and provides actionable feedback. Use for PR reviews or before merging.

2026-01-12