What problem does it solve?
Manually creating Claude Code skills that adhere to platform conventions and project-specific best practices is time-consuming and error-prone, often resulting in inconsistent skills that fail to activate correctly or follow repository standards.
Core Features & Use Cases
- Standardized Scaffolding: Automatically generates the required directory structure and mandatory SKILL.md file with valid YAML frontmatter for new skills.
- Convention Enforcement: Embeds project rules for kebab-case naming, trigger-rich descriptions, required anti-pattern sections, and file organization to ensure all new skills are consistent with existing ones.
- Use Case: A developer working on the Oragon.ElasticPool .NET project can use this skill to quickly create a reusable automation for running unit tests, ensuring the new skill has proper trigger keywords and validation steps so it activates correctly when team members request test runs.
Quick Start
Use the create-skill skill to build a new skill that automates generating OpenTelemetry instrumentation for new object pool classes in the Oragon.ElasticPool project, including all required frontmatter fields and anti-pattern guidelines.