skill-authoring

Define reusable agent SKILL.md entries with frontmatter under .agents/skills/.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill skill-authoring-tamnguyentommy-rgb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill skill-authoring-tamnguyentommy-rgb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining reusable agent workflows can be error-prone and hard to share across sessions. This skill provides a structured approach to document and store reusable instructions that persist for future interactions.

Core Features & Use Cases

  • Frontmatter-driven discovery: Defines skills with a strict name and description to enable quick retrieval.
  • Modular guidance: Encourages organizing task-specific procedures in a predictable format with optional references, scripts, and assets.
  • Collaborative reuse: Enables saving, sharing, and extending workflows across conversations and deployments.

Quick Start

Create a new skill by naming it in lowercase-hyphen form, writing a concise description, and adding SKILL.md under .agents/skills/SKILLNAME/.

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 agent skills for repeated tasks?

To create reusable AI agent skills, define a SKILL.md entry point with frontmatter specifying the name and description, then store it under .agents/skills/SKILLNAME/ to ensure future discoverability and persistence across sessions.

What is frontmatter-driven discovery for AI agent workflows?

Frontmatter-driven discovery uses a strict name and description metadata block at the top of a SKILL.md file to enable quick retrieval and structured sharing of agent workflows across conversations.

How should I structure and format instructions for AI agents?

Structure AI agent instructions by creating a lowercase-hyphenated directory under .agents/skills/, adding a SKILL.md entry point, and including optional references, scripts, and assets to support modular guidance and future use.

Can I share and reuse agent workflows across different deployments?

Yes, you can collaboratively reuse agent workflows across deployments by organizing task-specific procedures in the predictable .agents/skills/ format, enabling saving, sharing, and extending instructions across sessions.

What's the best way to document and maintain persistent agent templates?

The best way to document persistent agent templates is using frontmatter-driven discovery with strict naming and descriptions, storing modular guidance with optional scripts and assets in a structured .agents/skills/ directory.