template-skill

Generate a Skill Unit from minimal frontmatter with name and description.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill template-skill-nguyenvanlinh1902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/nguyenvanlinh1902/trackingSolar/tree/main/.opencode/skill/template-skill
Command: npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill template-skill-nguyenvanlinh1902

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standard structure to define a complete Skill Unit using a minimal frontmatter template, enabling consistent discovery and activation across the repository.

Core Features & Use Cases

  • Standardized frontmatter: Enforces required fields like name and description to ensure every Skill Unit is discoverable.
  • Guided structure: Includes a ready-to-fill Markdown body for operational instructions loaded at activation time.
  • Use Case: Quickly bootstrap new skills with minimal boilerplate, reducing setup time for contributors.

Quick Start

Create a new Skill Unit by filling in the name and description in the SKILL.md frontmatter and adding the operational instructions in the Markdown body.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I generate a skill template with standard YAML frontmatter?

To generate a skill template with standard YAML frontmatter, you fill in the required name and description fields in the SKILL.md file, which automatically enforces consistent metadata structure for repository discovery.

What is the required frontmatter metadata for a Skill Unit?

The required frontmatter metadata for a Skill Unit includes the name and description fields, ensuring the skill is discoverable and properly defined across the repository before adding operational instructions.

How do I bootstrap a new skill unit without writing boilerplate?

You bootstrap a new skill unit without writing boilerplate by applying a minimal template frontmatter, which instantly generates a ready-to-fill Markdown body for your operational instructions.

Can I use this template to standardize skill documentation across a repository?

Yes, you can use this template to standardize skill documentation across a repository by enforcing a guided structure that produces consistent metadata and operational instructions for every unit.

What is the best way to ensure my skill metadata is discoverable?

The best way to ensure your skill metadata is discoverable is to use a standardized frontmatter template that satisfies the required name and description fields, enabling consistent activation and discovery across units.

Do I need to add operational instructions to the Markdown body myself?

Yes, you need to add operational instructions to the Markdown body yourself, as the template provides a guided ready-to-fill structure that loads these instructions at activation time.