fastclaw-skill-guide

Standardize SKILL.md frontmatter and content for FastClaw skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating consistent, well-structured skill units for FastClaw agents can be error-prone without a clear template. This guide provides a standardized approach to defining skill metadata, structure, and best practices.

Core Features & Use Cases

  • Standardized frontmatter: Ensure every skill defines a name and description and can be loaded predictably.
  • Structured content: Show how to organize content, examples of SKILL.md format, and optional resource folders (scripts/, references/, assets/).
  • Guidance for loading: Explain three-level loading and how metadata influences discovery and loading.
  • Best practices: Writing guidelines, organization, and verification steps to add a skill to workspace.

Quick Start

Create a new skill by adding SKILL.md with the YAML frontmatter and a Markdown body following this guide.

Frequently Asked Questions about fastclaw-skill-guide

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

FAQPage Schema
How do I create a valid FastClaw skill with SKILL.md frontmatter?

To structure FastClaw skills, create a root SKILL.md file with YAML frontmatter defining the name and description, then add a Markdown body. You can also use optional resource directories like scripts/, references/, and assets/ to support execution.

What is the required frontmatter format for a FastClaw SKILL.md file?

The required frontmatter for a FastClaw SKILL.md file is a YAML block containing name and description fields. This metadata enables the three-level loading process to discover and execute the skill unit.

How does metadata influence FastClaw skill loading and discovery?

FastClaw skill metadata influences loading through a frontmatter-driven process that validates the skill unit during discovery. Standardized YAML fields ensure the agent can predictably locate and load the required SKILL.md root file.

Do I need optional resource directories to build a FastClaw skill?

You do not need optional resource directories to build a valid FastClaw skill. While scripts/, references/, and assets/ folders support execution, only a root SKILL.md with valid YAML frontmatter is strictly required.

What are the best practices for writing and organizing FastClaw skills?

Best practices for FastClaw skills involve standardizing YAML frontmatter, organizing content logically within the SKILL.md body, utilizing optional resource folders, and performing verification steps before adding the skill to your workspace.