skill-creator

Generate Anthropic Skills and submit pull requests to GitHub repositories.

633|108|Updated Oct 8, 2023
One-click install
npx skills add https://github.com/lofcz/LLMTornado --skill skill-creator-lofcz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lofcz/LLMTornado/tree/main/src/LlmTornado.Demo/Static/Files/Skills/skill-creator
Command: npx skills add https://github.com/lofcz/LLMTornado --skill skill-creator-lofcz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating Anthropic Skills and submitting pull requests to GitHub?

You can automate skill creation and GitHub PRs by defining your requirements to generate SKILL.md, README.md, and scripts, then automatically committing and submitting a pull request to your repository.

What GitHub authentication methods work for automated pull request generation?

Automated pull request generation requires GitHub authentication via CLI, token, or SSH to handle repository operations like cloning, branching, committing, and submitting PRs.

Can I generate complex data processing pipelines or just simple code generation scripts?

You can generate various skill types ranging from simple data processing scripts to complex pipelines, automatically creating supporting files and validating structural requirements.

How does skill validation work before submitting a pull request?

Skill validation ensures generated files meet structural and content requirements before submission, checking that SKILL.md, README.md, and supporting scripts conform to expected standards.

Do I need to manually clone repositories and create branches for workflow automation?

No, workflow automation handles repository operations automatically including cloning, creating branches, committing changes, and generating pull requests without manual Git commands.

What's the best way to generate a new skill from a text description?

Provide a text description of your skill requirements, such as steps for transcribing audio or summarizing notes, and the tool generates all necessary files and submits them via PR.