skill-creator

Create reusable SKILL.md files from captured intent and workflow steps.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill skill-creator-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill skill-creator-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating reusable AI skills from conversations and workflows to persist instructions for future tasks.

Core Features & Use Cases

  • Capture intent, interview questions, and workflow steps to produce a reusable SKILL.md.
  • Organize skills with a consistent filename, frontmatter, and optional resources (scripts/references/assets).
  • Reuse and compose skills across sessions to accelerate automation and guidance.

Quick Start

Create a new skill by creating .agents/skills/<skill-name>/SKILL.md with name and description frontmatter, then populate the body with steps to trigger and use the skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI skills to persist workflows across sessions?

To create reusable AI skills, you capture workflow intent and steps into a SKILL.md file with required name and description frontmatter, enabling consistent automation across future sessions.

What is the best way to save AI conventions and instructions for future tasks?

Saving AI conventions involves defining them in a SKILL.md entry within the .agents/skills directory, which stores your workflow knowledge for reliable future task activation.

How do I structure a SKILL.md file for knowledge management and automation?

You structure a SKILL.md file by adding required frontmatter for name and description, then populating the body with activation guidance, metadata, and optional resources like scripts or references.

Can I include scripts and reference assets when building reusable skills?

Yes, you can include optional resources such as scripts, references, and assets alongside your SKILL.md file to support complex automation workflows and provide additional context for the skill.

Does composing multiple skills together require any external dependencies?

No, composing skills requires no external dependencies; you simply organize multiple self-contained SKILL.md files to accelerate automation and apply consistent conventions across tasks.