askill
skill-creator

skill-creatorSafety 90Repository

Guide for creating effective Agent Skills packages with clear metadata, trigger rules, and actionable implementation instructions.

0 stars
1.2k downloads
Updated 2/20/2026

Package Files

Loading files...
SKILL.md

Skill Creator

Purpose

Create or improve skills that are easy for models to discover, understand, and execute safely.

Use When

  • A new capability should be packaged as a reusable skill.
  • An existing skill is unclear, too broad, or low quality.

Skill Quality Checklist

  1. Single responsibility: one skill, one outcome.
  2. Clear trigger conditions: when to use and when not to use.
  3. Minimal required inputs.
  4. Deterministic workflow with concrete steps.
  5. Explicit output contract.
  6. Guardrails/safety constraints.
  7. References for authoritative behavior.

Recommended Structure

  • Frontmatter:
    • name: kebab-case skill id matching folder name
    • description: one-sentence capability statement
  • Body:
    • Purpose
    • Use When
    • Inputs
    • Procedure
    • Output Contract
    • Guardrails
    • Examples (optional)

Authoring Rules

  • Keep instructions imperative and testable.
  • Avoid ambiguous language and broad advice-only text.
  • Prefer short sections and concrete field names.
  • Document failure/blocked paths.

Validation

  • name must be lowercase kebab-case.
  • Folder name must match name.
  • description must be non-empty.
  • Frontmatter and markdown body must both exist.

Improvement Pass

When editing a skill:

  1. Tighten scope.
  2. Clarify procedure order.
  3. Add missing guardrails.
  4. Remove redundant prose.
  5. Ensure examples match real tools.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/25/2026

A well-structured meta-skill providing comprehensive guidance for creating effective Agent Skills. Includes quality checklist, recommended structure, authoring rules, and validation criteria. The 'Use When' trigger section and structured steps make it actionable. Slight mismatch with 'github-actions' tag (should be more generic like 'skill-development' or 'metadata'). Missing concrete examples but provides solid framework for skill creation. High reusability as it's applicable to any skill development workflow."

90
85
85
70
75

Metadata

Licenseunknown
Version-
Updated2/20/2026
Publisherhoux15

Tags

github-actions