skill-authoring

Define and store reusable AI skills under .agents/skills with SKILL.md frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables saving reusable knowledge, procedures, and workflows that persist across sessions to extend an agent’s capabilities and reduce repetitive work.

Core Features & Use Cases

  • Create and save reusable skills that persist across interactions.
  • Organize skills under .agents/skills/NAME/SKILL.md with frontmatter for discovery.
  • Reference and compose existing skills to build complex workflows.

Quick Start

Draft and save a new SKILL.md frontmatter and body for a named skill under .agents/skills/SKILLNAME/SKILL.md.

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 skills to automate repeatable workflows?▼

To create reusable AI skills, you define and store instructions in a SKILL.md file with frontmatter, organizing the files under .agents/skills/NAME/ to extend agent capabilities across sessions.

What frontmatter is required when saving reusable AI skills?▼

Required frontmatter for reusable AI skills includes the name and description fields within the SKILL.md file, ensuring proper skill discovery and allowing agents to understand the saved workflow context.

Can I compose existing AI skills to build complex automation workflows?▼

Yes, you can reference and compose existing AI skills to build complex workflows, allowing you to combine multiple saved procedures stored under .agents/skills/ for comprehensive task automation.

How do I save agent instructions so they persist across chat sessions?▼

You save agent instructions by drafting a SKILL.md file containing the workflow logic and storing it in the .agents/skills/ directory, which ensures the knowledge persists across multiple chat sessions.

Does organizing files under .agents/skills/ help with AI agent discovery?▼

Organizing files under .agents/skills/ with proper SKILL.md frontmatter directly enables AI agent discovery, allowing the system to automatically locate and apply your saved automation procedures.

Why do I need reusable skills instead of manually prompting AI for repeatable tasks?▼

Reusable skills eliminate repetitive work by saving knowledge, procedures, and workflows that persist across interactions, extending agent capabilities without needing to manually prompt the AI each time.