skill-authoring

Create and manage reusable skills in SKILL.md files with frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage reusable skills that extend an AI agent's capabilities across sessions.

Core Features & Use Cases

  • Define skills in SKILL.md frontmatter and a body with actionable instructions.
  • Organize skills with optional assets/references/scripts for richer guidance.
  • Use to teach the AI new workflows or save instructions for future tasks.

Quick Start

Write a SKILL.md describing a new skill, including a name and description in frontmatter, and place any example instructions in the Markdown body.

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 save instructions for future tasks?

To create reusable AI skills, write a SKILL.md file containing a name and description in the frontmatter, add actionable instructions in the body, and optionally include scripts or assets to support execution across sessions.

How do I teach an AI agent new modular workflows?

You teach an AI agent new modular workflows by defining them in a SKILL.md file with descriptive frontmatter and a body of instructions, optionally organizing supporting scripts and references in dedicated directories.

What is a SKILL.md file and how does it structure frontmatter?

A SKILL.md file structures reusable AI capabilities by requiring a name and description in its frontmatter, followed by a Markdown body containing actionable instructions, with optional directories for scripts and reference materials.

Can I use modular workflows to extend agent capabilities across different sessions?

Yes, modular workflows defined as reusable skills extend agent capabilities across sessions by saving instructions in a SKILL.md file, allowing the AI to access and execute established procedures in future tasks.

Do I need to include scripts and references directories when authoring a skill?

No, scripts and references directories are optional when authoring a skill. A valid skill only requires a SKILL.md file with frontmatter containing a name and description, alongside a descriptive body of instructions.

What is the best way to organize reference materials for AI skills?

The best way to organize reference materials for AI skills is to place them in optional dedicated assets or references directories alongside your SKILL.md file, providing richer guidance and supporting execution without cluttering the main instructions.