template-skill

Create a Claude Skill template with YAML frontmatter and Markdown instructions.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/Dianshu-Liao/SkilLGuard --skill template-skill-dianshu-liao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/Dianshu-Liao/SkilLGuard/tree/main/data/skills/template-skill
Command: npx skills add https://github.com/Dianshu-Liao/SkilLGuard --skill template-skill-dianshu-liao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a safe starting template so you can quickly replace placeholder text with clear, actionable instructions for Claude.

Core Features & Use Cases

  • Instruction entry point: Defines a discoverable Skill name and description via YAML frontmatter.
  • Editable guidance scaffold: Offers a consistent spot to paste the operational instructions Claude should follow.
  • Use Case: When you want to create a new permissioned/guarded agent capability, start from this template and fill in your specific workflow steps and boundaries.

Quick Start

Replace the placeholder description and insert your Claude instructions after the line "# Insert instructions below".

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new Claude Skill with YAML frontmatter?▼

A skill template provides a standardized YAML frontmatter structure for name and description, paired with an editable Markdown body to hold your operational instructions.

What is the required structure for Claude skill manifests?▼

Claude skill manifests require YAML frontmatter with name and description fields at the root, followed by operational instructions placed directly in the Markdown body.

How do I scaffold workflow instructions for an agent capability?▼

You scaffold workflow instructions by starting from a template and replacing placeholder text with actionable steps and boundaries after the designated instruction marker.

Do I need any dependencies to start authoring Claude instructions?▼

No dependencies are required; the template provides a self-contained scaffold with editable guidance for immediate instruction authoring.

What's the best way to define discoverable metadata for agent skills?▼

The best way to define discoverable metadata is using YAML frontmatter at the root of your skill manifest to provide a clear name and description for instruction loading.