What problem does it solve?
This Skill automates the entire process of creating new Anthropic Skills, from defining requirements to generating code, validating it, and submitting a pull request to a GitHub repository.
Core Features & Use Cases
- Automated Skill Generation: Creates
SKILL.md, README.md, and supporting scripts based on user specifications.
- GitHub Integration: Handles cloning repositories, creating branches, committing changes, and generating pull requests.
- Validation: Ensures generated skills meet structural and content requirements.
- Use Case: A product manager needs to create a new skill for summarizing meeting notes. They describe the skill, and this tool generates all the necessary files, pushes them to the
Agent-Skills repository, and creates a pull request for review.
Quick Start
Use the skill-creator to generate a new skill named 'meeting-summarizer' with steps for transcribing audio, identifying action items, and generating a summary.