creating-local-skills

Generate local SKILL.md scaffolds with minimal frontmatter and quality checklists.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill creating-local-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-local-skills
Source: https://github.com/haojing8312/WorkClaw/tree/main/apps/runtime/src-tauri/builtin-skills/skill-creator-guide
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill creating-local-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single source of truth and lightweight template for generating WorkClaw local SKILL.md files so creators can produce concise, discovery-friendly skills with predictable trigger quality and maintainable structure.

Core Features & Use Cases

  • Canonical template: points to templates/LOCAL_SKILL_TEMPLATE.md as the recommended scaffold for new local skills.
  • Quality checklist: enforces minimal frontmatter (name and description), required body sections, and prompt examples to reduce false positives and false negatives.
  • Iteration guidance: describes an observation→update→validate loop for improving real-world trigger accuracy and readability.
  • Use case: enable non-technical product owners or skill authors to generate a shareable local skill that is easy to discover and audit.

Quick Start

Create a new local skill scaffold named email-assistant using templates/LOCAL_SKILL_TEMPLATE.md and ensure the SKILL.md frontmatter contains only a concise third-person name and description that clearly indicate when the skill should trigger.

Frequently Asked Questions about creating-local-skills

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

FAQPage Schema
How do I create a local skill scaffold that is easy to discover?

To create a local skill scaffold, use a canonical template like LOCAL_SKILL_TEMPLATE.md to generate a SKILL.md file with minimal frontmatter and a compact body structure for predictable discovery.

What should be included in SKILL.md frontmatter for accurate triggering?

SKILL.md frontmatter requires a concise third-person name and description that clearly indicate when the skill should trigger, reducing false positives and false negatives during discovery.

How does the quality checklist improve local skill trigger accuracy?

The quality checklist improves trigger accuracy by enforcing minimal frontmatter, required body sections, and prompt examples to validate the skill and reduce discovery errors.

How do I iterate on a local skill to improve its real-world readability?

Iterate on a local skill using an observation, update, and validate loop to continuously refine trigger accuracy and maintainability based on real-world performance.

Can non-technical product owners generate shareable local skills?

Yes, non-technical product owners can generate shareable local skills by following the scaffold template and quality checklist to produce auditable and discovery-friendly files.

What is the best way to standardize local skill creation for consistent quality?

The best way to standardize local skill creation is using a single source of truth template that enforces a compact body structure and a quality checklist for consistent trigger quality.