template-skill

Create new Skill Units from a template with frontmatter validation.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/andebet07-oss/MemoriaShare_C --skill template-skill-andebet07-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/andebet07-oss/MemoriaShare_C/tree/main/skills/skills-main/template
Command: npx skills add https://github.com/andebet07-oss/MemoriaShare_C --skill template-skill-andebet07-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a placeholder skill unit that defines a reusable skeleton for creating new skills with consistent frontmatter and structure.

Core Features & Use Cases

  • Provides a ready-to-use metadata scaffold (name, description, request) for new skills.
  • Serves as a starting point for documenting operational instructions and optional resources (scripts/references/assets).
  • Helps teams quickly bootstrap skill units with a common quality standard.

Quick Start

Update the name and description in the frontmatter, replace the placeholder body with real instructions, and add any optional resources 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 create a new skill with standard YAML frontmatter?

To create a new skill with standard YAML frontmatter, use a ready-made skeleton template that provides a pre-configured SKILL.md file. This scaffold ensures your metadata includes the required name and description fields, plus optional resources, to meet common quality standards.

What is the minimum metadata required in a SKILL.md frontmatter?

The minimum metadata required in a SKILL.md frontmatter includes the name and description fields. You place these in the YAML block, and the template also expects a body section for your operational instructions to fully define the skill unit.

How do I bootstrap a skill unit for team documentation?

To bootstrap a skill unit for team documentation, copy a placeholder skill template. This provides a reusable skeleton with consistent frontmatter and structure, allowing you to quickly replace the placeholder body with real operational instructions.

Can I add optional resources like scripts to a skill template?

Yes, you can add optional resources like scripts and references to a skill template. The skeleton supports including these additional assets alongside your main SKILL.md file to help document operational instructions and provide reference materials.

Why does my skill metadata validation fail during creation?

Skill metadata validation fails during creation if your SKILL.md frontmatter is missing the required name or description fields. Using a standard template skeleton ensures frontmatter validation passes by providing these mandatory fields by default.