skill-template

Create standardized Agent Skills with SKILL.md frontmatter and structured Markdown sections.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/samvanme/SBSitev0 --skill skill-template-samvanme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/samvanme/SBSitev0/tree/main/claudeskills/Agent-Skills-for-Context-Engineering-main/template
Command: npx skills add https://github.com/samvanme/SBSitev0 --skill skill-template-samvanme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template provides a standardized blueprint for defining new Agent Skills in context engineering, ensuring consistent discovery, activation, and onboarding of contributors.

Core Features & Use Cases

  • Standard frontmatter: Requires a YAML frontmatter with name and description to enable automatic discovery.
  • Structured body: Includes sections (When to Activate, Core Concepts, Detailed Topics, Practical Guidance) to organize implementation guidance.
  • Optional resources: Supports optional directories (scripts/, references/, assets/) for richer skills without cluttering the template.

Quick Start

Copy this template to a new Skill folder, rename the frontmatter name field, fill in a clear description, and add any references or scripts as needed to support discovery and activation.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I create a standardized template for Agent Skills?

To create a standardized template for Agent Skills, copy this blueprint into a new folder, rename the YAML frontmatter name field, and fill in a clear description to enable automatic discovery and consistent activation.

What is a SKILL.md frontmatter and why is it needed for context engineering?

SKILL.md frontmatter is YAML metadata containing the name and description fields, needed for context engineering to enable automatic discovery and activation of Agent Skills across teams adding multiple skills.

How do I structure a Skill template for consistent discovery and activation?

Structure a Skill template by including YAML frontmatter with name and description, followed by Markdown body sections for When to Activate, Core Concepts, Detailed Topics, and Practical Guidance to ensure consistent discovery and activation.

Can I include additional scripts and references when creating Agent Skills?

Yes, you can include additional scripts and references when creating Agent Skills by utilizing optional directories like scripts/, references/, and assets/ to support richer skills without cluttering the main SKILL.md template.

What is the best way to onboard contributors to new Agent Skills?

The best way to onboard contributors to new Agent Skills is using a standardized blueprint with structured Markdown sections for implementation guidance, ensuring consistent discovery, activation, and contributor onboarding.

Does this Skill template work for teams adding multiple Agent Skills?

Yes, this Skill template works for teams adding multiple Agent Skills by providing a standardized blueprint with required frontmatter fields and structured body sections to ensure consistent discovery and activation across the team.