template-skill

Create new skills with standardized SKILL.md frontmatter and structure.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lukebaze/forex-rebate-bot --skill template-skill-lukebaze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/lukebaze/forex-rebate-bot/tree/main/.opencode/skill/template-skill
Command: npx skills add https://github.com/lukebaze/forex-rebate-bot --skill template-skill-lukebaze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardize skill creation by ensuring every skill has a SKILL.md frontmatter with name and description.

Core Features & Use Cases

  • Provides a consistent frontmatter schema (name and description) for new skills.
  • Offers a ready-to-edit Markdown body for operational instructions.
  • Speeds up team onboarding by providing a reusable starter kit for new capabilities.

Quick Start

Copy this template-skill directory, update the SKILL.md frontmatter with a real name and description, and replace the Markdown body with actionable instructions for activation.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I bootstrap new skills with standard metadata?

To bootstrap new skills with standard metadata, copy the template-skill directory and update the SKILL.md frontmatter with a real name and description to ensure consistent skill creation.

What frontmatter fields are required for skill creation?

The required frontmatter fields for skill creation are name and description, which are defined in the SKILL.md frontmatter schema to standardize operational instructions.

How do I set up a reusable starter kit for team onboarding?

Set up a reusable starter kit by copying this template, editing the Markdown body with actionable instructions, and populating optional scripts, references, and assets directories as needed.

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

Yes, the template supports optional scripts, references, and assets directories that can be populated as needed alongside your SKILL.md frontmatter and operational instructions.

What is the best way to standardize skill metadata across a team?

The best way to standardize skill metadata across a team is applying this template to guarantee every skill has a SKILL.md frontmatter with a consistent name and description schema.

Do I need to replace the Markdown body when creating a new skill?

Yes, you need to replace the ready-to-edit Markdown body with actionable instructions for activation after updating the SKILL.md frontmatter with your real name and description.