template-skill

Validate SKILL.md frontmatter and compile skill metadata with security flags.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/syl2042/codex_skills --skill template-skill-syl2042
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/syl2042/codex_skills/tree/main/template-skill
Command: npx skills add https://github.com/syl2042/codex_skills --skill template-skill-syl2042

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This placeholder skill provides a ready-to-customize entry for your Codex skills catalog, enabling you to define a new behavior by editing the SKILL.md frontmatter and instructions.

Core Features & Use Cases

  • Scaffold: Provides a minimal, adaptable skill skeleton that can be tailored to specific tasks.
  • Guidance: Serves as a starting point for capturing naming, description, and operational instructions for a new skill.
  • Use Case: If you are cataloging your own skills, update the frontmatter to expose the intended name, description, and activation guidance.

Quick Start

Customize this SKILL.md by filling the name, description, and instruction body to define how Claude should operate.

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 custom Claude skill from a template?

To create a custom Claude skill, you customize the SKILL.md frontmatter by filling in the name, description, and instruction body to define how Claude operates. This provides a minimal, adaptable skill skeleton for specific tasks.

What is a SKILL.md frontmatter and why do I need it?

A SKILL.md frontmatter is the required metadata block at the root directory containing name and description. You need it to create a valid Skill unit and expose the intended activation guidance for your catalog.

How do I add scripts and references to a workflow template?

You add scripts and references by placing optional components in the skill directory. The skill assesses the directory for these assets and compiles metadata including tagline, category, keywords, and dependencies automatically.

Can I use this skill skeleton to catalog my own custom instructions?

Yes, you can use this skill skeleton for cataloging custom instructions. It provides a ready-to-customize entry for your skills catalog, enabling you to define new behaviors by editing the SKILL.md.

Does the skill check for security risks in custom instructions?

Yes, the skill checks for security risks. It flags any detected security risks in scripts or instructions and reports them with a clear toxic_reason if applicable during the metadata compilation process.

What are the limitations of using a basic skill template for workflow customization?

The limitation of this basic skill template is its minimal implementation depth. It provides only a starter scaffold without complex internal reasoning, requiring you to manually define the operational instructions and logic.