my-skill

Create self-contained AI Skills with YAML frontmatter in SKILL.md.

1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/talesofai/bot-agent --skill my-skill-talesofai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-skill
Source: https://github.com/talesofai/bot-agent/tree/main/.claude/skills/skill-authoring/assets/skill-template
Command: npx skills add https://github.com/talesofai/bot-agent --skill my-skill-talesofai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a framework to define and document a custom AI Skill, enabling collaboration and reuse by standardizing the entry point (SKILL.md) and optional resource collections.

Core Features & Use Cases

  • Self-contained: Each Skill is a standalone unit with a YAML frontmatter-driven entry point.
  • Resource extensibility: Supports optional scripts/, references/, and assets/ directories that are loaded on demand.
  • Activation via keywords: Triggerable by configured phrases or scenarios defined in SKILL.md.

Quick Start

Create a new Skill directory containing SKILL.md with a name and description, then add optional resource folders as needed.

Frequently Asked Questions about my-skill

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

FAQPage Schema
How do I automate AI skill authoring with markdown and frontmatter?

Automate AI skill authoring by creating a SKILL.md file with YAML frontmatter defining the name and description, then adding optional resource directories. This standardizes entry points for orchestration and reuse.

What is a self-contained AI skill and how does its entry point work?

A self-contained AI skill is a standalone unit driven by a SKILL.md entry point with YAML frontmatter. It activates via configured trigger keywords and loads optional scripts, references, and assets on demand.

Can I use optional resource directories like assets and scripts with markdown documentation?

Yes, you can extend markdown documentation by adding optional scripts/, references/, and assets/ directories. These resources are loaded on demand alongside the SKILL.md entry point during skill orchestration.

How do I set up trigger keywords for activating an AI skill?

Configure trigger keywords by defining specific phrases or scenarios within the SKILL.md file's YAML frontmatter. These keywords activate the self-contained skill during relevant automation workflows.

Do I need dependencies to create a self-contained AI skill?

No dependencies are required to create a self-contained AI skill. You only need a SKILL.md file with required name and description frontmatter, while optional components like scripts and assets can be added as needed.

What's the best way to document an AI skill for collaboration and reuse?

Document an AI skill for collaboration by standardizing its SKILL.md entry point with YAML frontmatter, then organizing optional resources into dedicated directories to ensure the unit remains self-contained and extensible.