skill-authoring

Create reusable skills with SKILL.md files in the .agents/skills/ directory.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill skill-authoring-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill skill-authoring-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates and documents reusable skills that extend agent capabilities, enabling rapid reuse across tasks and sessions.

Core Features & Use Cases

  • Define new skills with a clear name and purpose for easy discovery.
  • Encapsulate instructions, workflows, and examples that guide future interactions.
  • Use as a reference when teaching the AI to perform recurring tasks or saving procedures.

Quick Start

Create a new skill by adding a properly formatted SKILL.md with a name and description to the .agents/skills/ directory.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I save agent instructions for repeated tasks?

To save agent instructions for repeated tasks, you create a reusable skill by adding a properly formatted SKILL.md file with a name and description to the .agents/skills/ directory.

What is a reusable agent skill?

A reusable agent skill is a documented set of instructions and workflows that extends agent capabilities, enabling rapid knowledge reuse across different tasks and sessions.

What frontmatter is required to create agent skills?

The required frontmatter to create agent skills includes specifying a clear name and description within the SKILL.md file to ensure proper formatting and easy discovery.

Can I include resource directories when documenting workflows in markdown?

Yes, you can include optional resource directories when documenting workflows in markdown, allowing you to encapsulate examples and guide future AI interactions effectively.

When should I update SKILL.md for knowledge reuse?

You should update SKILL.md for knowledge reuse when you need to modify existing instructions, add new workflows, or extend agent capabilities to handle evolving recurring tasks across sessions.