template-skill

Provides a reusable skeleton for creating new skills with standardized structure.

1|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Randi-Agent/randi-agent --skill template-skill-randi-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/Randi-Agent/randi-agent/tree/main/src/skills/anthropic-repo/template
Command: npx skills add https://github.com/Randi-Agent/randi-agent --skill template-skill-randi-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template-skill provides a ready-to-use skeleton for creating new skills, ensuring consistent structure and metadata across Skill Units.

Core Features & Use Cases

  • Standardized frontmatter with required fields (name, description) and a clean Markdown body.
  • Quick-start example and scaffolding to accelerate skill creation for AI workflows.
  • Reusable blueprint for documenting inputs, outputs, and usage.

Quick Start

Duplicate this template directory, edit SKILL.md to provide a real name and description, and replace the instruction body with your skill's workflow.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new skill with consistent markdown and YAML frontmatter?

To scaffold a new skill with consistent markdown and YAML frontmatter, you duplicate the template directory, edit the SKILL.md file to provide a real name and description, and replace the instruction body with your workflow. This ensures uniform metadata organization across teams.

What is the best way to standardize skill documentation for AI workflows?

The best way to standardize skill documentation for AI workflows is to use a reusable blueprint with required YAML fields like name and description. This provides a clean Markdown body and accelerates skill creation while maintaining consistent structure.

Do I need any dependencies to create a new skill unit from a template?

You do not need any dependencies to create a new skill unit from a template. The skeleton provides a standalone structure with YAML frontmatter and a Markdown body, requiring no external components to begin documenting inputs, outputs, and usage.

How does YAML frontmatter validation work for skill units?

YAML frontmatter validation for skill units works by checking required fields like name and description against repository conventions. The template ensures your metadata is properly structured so the skill passes validation without manual formatting errors.

Can I use this template to document inputs and outputs for team workflows?

Yes, you can use this template to document inputs and outputs for team workflows. It provides a reusable blueprint specifically designed to accelerate skill creation while ensuring consistent structure and metadata organization across team projects.