skill-authoring

Guide users through writing SKILL.md files for reusable agent skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured process for creating and managing reusable skills, enabling the agent to learn and perform new tasks consistently across sessions.

Core Features & Use Cases

  • Skill Creation: Guides the user through defining a new skill with a name, description, and operational instructions.
  • Reusability: Allows saving and recalling complex workflows or knowledge for future use.
  • Use Case: When a user wants to teach the agent how to summarize meeting notes or generate a specific type of report, this skill facilitates the creation of a persistent instruction set for that task.

Quick Start

Use the skill-authoring skill to create a new skill for summarizing code documentation.

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 agent skills for persistent workflows?▼

To create reusable agent skills, you define a `SKILL.md` file containing the skill name, description, and operational instructions. This saves complex workflows as persistent knowledge for the agent to recall and perform consistently across sessions.

What is a SKILL.md file used for when teaching an agent?▼

A `SKILL.md` file is used to define a new skill by providing its name, description, and operational instructions. It serves as a persistent instruction set that extends agent capabilities with user-defined workflows and procedures.

How do I teach an agent to summarize meeting notes automatically?▼

You teach an agent to summarize meeting notes by using a skill creation process to write a `SKILL.md` file. This generates a persistent instruction set that defines the specific summarization workflow for the agent to follow.

Can I define custom agent workflows to run across multiple sessions?▼

Yes, you can define custom agent workflows to run across multiple sessions by writing a `SKILL.md` file. This approach captures complex procedures and knowledge, enabling the agent to execute the defined workflows consistently over time.

What is the best way to structure operational instructions for an agent?▼

The best way to structure operational instructions for an agent is through a guided `SKILL.md` file definition. This structured process captures the skill name, description, and specific task procedures to ensure reliable execution.

Do I need any dependencies to start authoring agent skills?▼

No dependencies are required to start authoring agent skills. You can directly begin defining reusable workflows and procedures by creating a `SKILL.md` file to establish persistent agent knowledge.