template-skill

Creates LLM agent skill files with YAML frontmatter and Markdown instructions.

2|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/patronus-ai/skill-inject --skill template-skill-patronus-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/patronus-ai/skill-inject/tree/main/data/skills/template-skill
Command: npx skills add https://github.com/patronus-ai/skill-inject --skill template-skill-patronus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you start from a reusable template and quickly define what a tool should do, so the agent can follow clear, correctly scoped instructions.

Core Features & Use Cases

  • Fill in missing capability details: Replace placeholder name/description text with instructions tailored to your desired behavior.
  • Define usage expectations: Specify when Claude should use the skill and what inputs it should expect.
  • Provide operational instructions: Add the actual guidance the agent should execute after the YAML frontmatter.

Quick Start

Edit the SKILL.md frontmatter to set an accurate name and description, then replace the placeholder body with the exact instructions you want the agent to follow.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I write YAML frontmatter for LLM agent skills?

YAML frontmatter for LLM agent skills requires name and description fields to define capability specifications. This metadata informs the agent when to activate the skill and what parameters to expect.

What is the best way to structure instruction authoring for an AI agent?

Instruction authoring for an AI agent requires a non-empty Markdown body following the YAML frontmatter. This structure provides operational guidance the agent executes after loading the capability specification.

How do I turn a template skill into a usable tool?

To turn a template skill into a usable tool, replace placeholder name and description text in the SKILL.md frontmatter. Then, fill the body with exact operational instructions tailored to your desired behavior.

Do I need dependencies to create a capability specification for an LLM?

No dependencies are required to create a capability specification for an LLM. You only need a text editor to define the YAML frontmatter and Markdown instructions for the agent.

What should be included in agent prompting instructions?

Agent prompting instructions should include usage expectations, expected inputs, and operational guidance. This ensures the LLM correctly scopes and executes the desired behavior defined in the skill body.