skill-authoring

Create reusable agent instructions with YAML frontmatter and Markdown.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill skill-authoring-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/skills/skill-authoring
Command: npx skills add https://github.com/tann200/CodingAgent --skill skill-authoring-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to create and manage reusable skills for your coding agent, facilitating the extension of capabilities and efficient handling of repetitive tasks.

Core Features & Use Cases

  • Skill Creation: Guide your coding agent through creating reusable skills that capture specific workflows or knowledge.
  • Task Reuse: Save instructions and procedures that can be called on later to save time and improve consistency.
  • User Collaboration: Facilitate the process of teaching the agent new tasks and capturing important instructions.

Quick Start

To create a skill, write the SKILL.md file with the required details in .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 instructions for my coding agent?

Build reusable skills by writing a SKILL.md file with YAML frontmatter specifying 'name' and 'description', and Markdown operational instructions to capture workflows for future activation within your coding agent.

What is the best way to capture repetitive workflows for agent reuse?

The best way to capture repetitive workflows is constructing reusable instructions and procedures as a Skill. This enhances user productivity and maintains task consistency across future activations within the agent.

How does writing a Skill extend agent capabilities?

Writing a Skill extends agent capabilities by capturing specific workflows or knowledge into structured YAML and Markdown formats. This allows the agent to call on saved procedures later, saving time and improving consistency.

What format do I need to follow to build a Skill for workflow automation?

You need to follow a Markdown format for operational instructions and include a YAML frontmatter with 'name' and 'description' fields to properly structure your Skill for workflow automation and future reuse.

Do I need any dependencies to start creating reusable skills?

No dependencies are required to start creating reusable skills. You only need to write your SKILL.md file with the required YAML frontmatter and Markdown instructions in the designated `.agents/skills/` directory.