skill-creator

Convert existing workflows into reusable agent skills with SKILL.md structure.

3|Updated Jul 5, 2021
One-click install
npx skills add https://github.com/iAziz786/dotfiles --skill skill-creator-iaziz786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/iAziz786/dotfiles/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/iAziz786/dotfiles --skill skill-creator-iaziz786

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, validate, and package repeatable workflows or templates into self-contained agent skills that can be invoked on demand.

Core Features & Use Cases

  • Converts existing documents, templates, or patterns into a dedicated skill with a consistent frontmatter and folder structure.
  • Enforces naming conventions and provides a ready-to-use SKILL.md skeleton for new skills.
  • Guides users through the skill creation lifecycle, including references for best practices and potential gotchas.

Quick Start

Provide the source material (docs, conversation patterns, or manual workflows) and ask to generate a ready-to-use SKILL.md under .agents/skills/<skill-name>.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I turn existing workflow templates into reusable agent skills?

To turn workflow templates into reusable agent skills, provide your source documents or manual patterns to automatically generate a SKILL.md file and the required directory structure under .agents/skills.

What is the required folder structure for creating an agent skill?

The required folder structure for creating an agent skill mandates a consistent directory structure under .agents/skills/<skill-name>, containing a valid SKILL.md file with proper frontmatter and optional scripts or assets.

Can I convert conversation patterns into an on-demand agent skill?

Yes, you can convert conversation patterns into an on-demand agent skill by supplying the patterns as source material to generate a ready-to-use SKILL.md skeleton with enforced naming conventions.

What is the best way to package manual workflows for on-demand agent activation?

The best way to package manual workflows for on-demand agent activation is transforming them into a self-contained skill with proper frontmatter, validating the structure, and storing optional references under .agents/skills.

Do I need a specific frontmatter format when generating a SKILL.md file?

Yes, generating a SKILL.md file requires a valid frontmatter format to ensure the skill is correctly recognized and can be invoked on demand within the agent environment.

What are the limitations when transforming documents into agent skills?

Limitations when transforming documents into agent skills include dependencies on providing well-structured source material, as the generation process requires valid input to enforce naming conventions and proper directory setup.