<skill-name>

Define front-matter-driven Skill units with entry points for rh-skills workflows.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill skill-name-reason-healthcare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: <skill-name>
Source: https://github.com/reason-healthcare/rh-skills/tree/main/skills/_template
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill skill-name-reason-healthcare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a consistent, front-matter-driven blueprint for creating self-contained Skill units that can be discovered, loaded, and executed by rh-skills, ensuring predictable behavior across topics.

Core Features & Use Cases

  • Enforces a strict YAML frontmatter contract (name, description) to enable reliable discovery.
  • Defines an optional resource model (scripts/, references/, assets/) that Skill units may include to support plan, implement, and verify workflows.
  • Supports a three-mode lifecycle (plan, implement, verify) to guide deterministic automation and validation.

Quick Start

Provide a topic to plan, then run rh-skills plan <topic> to generate a plan artifact for human review.

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 unit template for workflow planning and validation?

You can use a front-matter-driven blueprint to define a standardized Skill unit template, ensuring predictable behavior during workflow planning, implementation, and validation. This enforces a strict YAML contract for name and description to enable reliable discovery.

What metadata is required to ensure safe discovery and activation of a Skill unit?

Safe discovery and activation require strict YAML frontmatter that enforces a minimal contract on the name and description fields. This front-matter-driven blueprint ensures self-contained Skill units can be reliably loaded and executed.

How does the plan, implement, and verify lifecycle work for deterministic automation?

The three-mode lifecycle guides deterministic automation by sequentially planning a topic, implementing the defined resources, and verifying the results. Running rh-skills plan generates a plan artifact for human review before implementation proceeds.

Can I include optional resources like scripts and references in my Skill unit?

Yes, the blueprint defines an optional resource model allowing you to include scripts, references, and assets directories. These resources support the plan, implement, and verify workflows within your self-contained Skill unit.

What is the best way to structure self-contained Skill units for repeatable activation?

The best way to structure self-contained Skill units is using a standardized blueprint with YAML frontmatter. This enforces a minimal contract on name and description, ensuring repeatable activation and predictable behavior across different topics.