skill-authoring

Create reusable agent skills with SKILL.md frontmatter and structured assets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining reusable skills that extend agent capabilities, enabling consistent task automation across sessions.

Core Features & Use Cases

  • Defines a clear SKILL.md frontmatter with name and description to enable discovery.
  • Guides authors to structure skills with concise instructions, examples, and workflows.
  • Supports linking to references or assets for longer content and reusability.

Quick Start

Create a new skill named 'skill-name' following the SKILL.md format and add it 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 create reusable agent skills for workflow automation?

To create reusable agent skills, you structure a SKILL.md file with frontmatter containing a name and description, add concise instructions, and place it in the .agents/skills directory to enable future task automation across sessions.

What is the SKILL.md format for extending agent capabilities?

The SKILL.md format structures reusable skills by defining frontmatter with a name and description for discovery, then guiding authors to include concise instructions, examples, and references to longer content or assets.

How do I save agent instructions for future tasks across sessions?

You save agent instructions for future tasks by authoring a reusable skill with a SKILL.md file, ensuring the frontmatter includes a name and description, and storing it in a predictable directory structure for consistent access.

Can I link to external references when teaching an agent reusable workflows?

Yes, you can link to external references or assets when teaching an agent reusable workflows, allowing you to manage longer content separately while maintaining concise primary instructions within the SKILL.md file.

Do I need any dependencies to start authoring AI skills?

No dependencies are required to start authoring AI skills, as the process relies on creating a SKILL.md file with proper frontmatter and instructions, then adding it directly to the .agents/skills directory.

What's the best way to structure agent extensions for consistent task automation?

The best way to structure agent extensions for task automation is to use a predictable directory structure, define clear SKILL.md frontmatter, and document optional scripts, references, and assets to ensure reliable discovery and execution.