skill-name

Create reusable Skill Units with YAML frontmatter and structured sections in SKILL.md files.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/kevinbarfleur/sift --skill skill-name-kevinbarfleur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/kevinbarfleur/sift/tree/main/.claude/skills/_TEMPLATE
Command: npx skills add https://github.com/kevinbarfleur/sift --skill skill-name-kevinbarfleur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use skeleton for defining and sharing domain-specific capabilities as standalone units. It reduces setup time and enforces a consistent format for discovery and reuse.

Core Features & Use Cases

  • Template-based: a reusable scaffold to create new Skill Units with a consistent frontmatter and documentation.
  • Discovery-ready: immediate metadata via name, description, and triggers and a predictable structure.
  • Extensible: supports optional assets (scripts/, references/, assets/) for future enhancements.

Quick Start

Duplicate this directory and customize the Skill name and description in SKILL.md. Update the SKILL.md frontmatter with the real name, description, and triggers. Add optional resources under scripts/, references/, and assets/ as needed.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a standardized skill template with markdown and YAML frontmatter?

To create a skill template, duplicate the provided directory and customize the SKILL.md file with your specific YAML frontmatter, including name, description, and triggers. This enforces a consistent format for discovery and reuse across teams.

What is YAML frontmatter used for in skill discovery metadata?

YAML frontmatter provides immediate metadata for skill discovery by defining the name, description, and triggers in a structured format at the top of SKILL.md. This allows teams to consistently catalog and locate domain-specific capabilities.

How do I structure a new domain-specific skill unit for team reuse?

Structure a new skill unit by filling the SKILL.md skeleton with your documentation and frontmatter. You can optionally add scripts/, references/, and assets/ directories to extend the skill with supplementary resources for your team.

Do I need any external runtime dependencies to use this markdown skill template?

No external runtime dependencies are required to use this markdown skill template. The core structure is entirely expressed within the static SKILL.md frontmatter and documentation, allowing immediate deployment without environment setup.

Can I add custom scripts and assets to a standardized skill documentation skeleton?

Yes, you can add custom scripts and assets to the skill documentation skeleton. The template supports optional directories including scripts/, references/, and assets/ for future enhancements and extensible resource sharing.

What is the best way to document standardized capabilities for consistent discovery?

The best way to document standardized capabilities is using a reusable scaffold with predictable YAML frontmatter and structured markdown sections. This reduces setup time and ensures consistent discovery across domain-specific skill units.