skill-authoring

Create reusable AI skills with structured SKILL.md files and YAML frontmatter.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/koya-alt/Catalyst --skill skill-authoring-koya-alt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/koya-alt/Catalyst/tree/main/local/skills/skill-authoring
Command: npx skills add https://github.com/koya-alt/Catalyst --skill skill-authoring-koya-alt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need a clear, consistent way to capture and reuse knowledge, procedures, and workflows across AI sessions. This Skill provides that framework, ensuring instructions are discoverable and maintainable.

Core Features & Use Cases

  • Guidance: Step‑by‑step instructions for creating SKILL.md files with proper frontmatter.
  • Structure: Defines where to store skills, references, scripts, and assets.
  • Use Cases: When a user wants to teach the AI a new capability, save a repeatable workflow, or document a process for future reuse.

Quick Start

Create a new skill called code-review by placing its SKILL.md file under .agents/skills/code-review/.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I create reusable AI workflows and save instructions for future sessions?▼

You create reusable AI workflows by authoring a structured SKILL.md file with YAML frontmatter that defines the name and description, persisting your knowledge across sessions.

What is the best way to teach AI a new capability and document a process?▼

The best way to teach AI new capabilities is to define a structured SKILL.md file under a designated skills directory, capturing procedures and workflows for automated reuse.

Where should I store skills, references, and scripts for AI task automation?▼

You should store skills, references, scripts, and assets in structured directories, placing the SKILL.md file under a specific path like .agents/skills/ for discoverability.

Can I use supporting scripts and assets directories when authoring AI skills?▼

Yes, you can use supporting scripts, references, or assets directories alongside your SKILL.md file to provide additional context and procedures when authoring AI skills.

Do I need YAML frontmatter to define name and description for a SKILL.md file?▼

Yes, you need YAML frontmatter to define the name and description in a SKILL.md file, satisfying the structured requirement for capturing and discovering reusable AI instructions.