your-skill-name

Enforce root SKILL.md frontmatter with name and description for Skill Units.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/timescale/marketing-skills --skill your-skill-name-timescale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/timescale/marketing-skills/tree/main/plugins/tiger-marketing-skills/_template
Command: npx skills add https://github.com/timescale/marketing-skills --skill your-skill-name-timescale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a scalable, standards-based foundation for creating self-contained Skill Units, ensuring consistent discovery and activation in the plugin marketplace.

Core Features & Use Cases

  • Self-contained Skill Unit with a root SKILL.md frontmatter that defines name and description for discovery.
  • Optional directories (scripts/, references/, assets/) supported to house code, reference material, and assets used by the skill.
  • Clear guidance for teams to implement and activate new skills within the marketplace.

Quick Start

Create a new skill directory by copying this template, then customize SKILL.md and optional resources.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I standardize plugin skill metadata for marketplace discovery?

To standardize plugin skill metadata for marketplace discovery, create a root SKILL.md file with YAML frontmatter defining the skill's name and description, ensuring consistent activation and discoverability across the plugin marketplace.

What is a Skill Unit and how does it work in a plugin marketplace?

A Skill Unit is a self-contained, standardized plugin component that works in a marketplace by using a root SKILL.md file for discovery and activation, while optionally housing scripts, references, and assets in dedicated directories.

How do I create a new skill template with documentation and assets?

To create a new skill template with documentation and assets, copy the template directory, customize the root SKILL.md frontmatter, and add optional code, reference material, or media to the scripts/, references/, and assets/ folders.

Does a valid Skill Unit require scripts and assets directories?

A valid Skill Unit does not require scripts and assets directories; it only mandates a root SKILL.md file containing the required name and description frontmatter, while directories for scripts, references, and assets remain entirely optional.

What is the best way to structure plugin development workflows for new skills?

The best way to structure plugin development workflows for new skills is to enforce a root SKILL.md with required frontmatter for standardized metadata, allowing teams to consistently implement and activate self-contained skill units.