template-skill

Scaffold Claude skills with YAML frontmatter and SKILL.md structure.

19|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/ZanebonoAlter/Syntopica --skill template-skill-zanebonoalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ZanebonoAlter/Syntopica/tree/main/.claude/skills/template
Command: npx skills add https://github.com/ZanebonoAlter/Syntopica --skill template-skill-zanebonoalter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a reusable scaffold for bootstraping a Claude skill with a consistent YAML frontmatter schema and a ready-to-edit SKILL.md entry point.

Core Features & Use Cases

  • Standardized frontmatter: Provides mandatory fields like name and description to enable automatic discovery.
  • Scaffolded instructions: Includes a template SKILL.md body to guide you in implementing operational instructions.
  • Optional resources: Describes the possibility to attach scripts, references, and assets for on-demand tasks.

Quick Start

Replace the placeholder content in SKILL.md with your skill's actual instructions and metadata, then implement the required scripts as needed.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I bootstrap a Claude skill with a YAML frontmatter schema?

To bootstrap a Claude skill with a YAML frontmatter schema, use a ready-made scaffold that provides a ready-to-edit SKILL.md entry point and enforces mandatory metadata fields for automatic discovery.

What is the best way to structure metadata for a new Claude skill?

The best way to structure metadata for a new Claude skill is using a standardized YAML frontmatter schema that enforces mandatory fields and JSON-encoded strings for dependencies and components.

How do I scaffold operational instructions for an AI skill?

You scaffold operational instructions for an AI skill by replacing the placeholder content in a template SKILL.md body, which guides you in implementing the required operational logic and metadata.

Can I attach optional scripts and references when bootstrapping a skill?

Yes, you can attach optional scripts and references when bootstrapping a skill, as the scaffold describes the possibility to wire these assets for on-demand tasks alongside your SKILL.md.

Does the skill scaffold include safety checks for metadata?

Yes, the skill scaffold includes safety checks for toxicity within its standardized YAML frontmatter schema to ensure metadata complies with safety requirements during creation.

Why does my Claude skill require JSON-encoded fields for dependencies?

Your Claude skill requires JSON-encoded fields for dependencies and components to maintain a consistent metadata schema that enables reliable parsing and automatic discovery.