Git Commit Helper
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
code-style
Enforce SOLID principles and clean code practices to improve readability, maintainability, and code quality. Use when writing, refactoring, or reviewing code.
Conventional Commits - Advanced
Advanced usage of conventional commits with breaking changes, issue references, and multi-file commits.
screaming-architecture
Organize code by feature intent, not framework layers. Structure projects to clearly communicate business purpose at first glance.