template-skill

Create standardized Skill Units with a ready-to-fill frontmatter template.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/softbreezee/claw-os --skill template-skill-softbreezee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/softbreezee/claw-os/tree/main/temp_skills/skills-main/template
Command: npx skills add https://github.com/softbreezee/claw-os --skill template-skill-softbreezee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a standardized entry point to create new Skill Units, reducing setup time and ensuring consistency across skills.

Core Features & Use Cases

  • Standard frontmatter template requiring at least name and description.
  • Clear structure to add optional resources (scripts/, references/, assets/).
  • Easy onboarding for contributors by following a common pattern.

Quick Start

Copy this template, fill in the frontmatter and body, and publish your new Skill Unit.

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 standardized skill unit template for new contributors?▼

To create a standardized skill unit template, use a ready-to-fill structure that requires frontmatter name and description fields, ensuring consistent onboarding for new contributors and reducing setup time.

What frontmatter fields are required to define a new skill?▼

The required frontmatter fields to define a new skill are name and description, while optional directories and metadata fields can be added to provide additional resources and context.

Can I add optional directories like scripts and references to my skill template?▼

Yes, you can add optional directories such as scripts, references, and assets to your skill template, providing a clear structure to extend functionality and include necessary resources.

What is the best way to onboard new contributors to write skill units?▼

The best way to onboard new contributors is by providing a standardized entry point template with a common pattern, reducing setup time and ensuring consistency across all skills.

How do I quickly set up a YAML skill unit for automation?▼

To quickly set up a YAML skill unit for automation, copy the template, fill in the required frontmatter and body content, then publish the new skill unit to standardize your workflow.