creating-skills

Create Agent Skills with validated frontmatter and optional resources.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/hussain9491/hackathone2_phase2_Q4 --skill creating-skills-hussain9491
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/hussain9491/hackathone2_phase2_Q4/tree/main/.claude/skills/creating-skills
Command: npx skills add https://github.com/hussain9491/hackathone2_phase2_Q4 --skill creating-skills-hussain9491

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Creating standardized, well-documented Agent Skills by enforcing a validated SKILL.md frontmatter, clear structure, and optional resource folders.

Core Features & Use Cases

  • Standardized SKILL.md templates with a mandatory name and description to enable reliable discovery.
  • Structured guidance on organizing bundled resources (scripts, references, assets) for predictable behavior.
  • Validation and packaging workflows (verify.py and packaging) to enforce conformance and safe distribution.

Quick Start

Create a new skill using the template, fill in the frontmatter and body, add optional resources, and run verify and package steps.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I structure an Agent Skill with validated frontmatter?

To structure an Agent Skill, use a SKILL.md file with mandatory name and description frontmatter, provide clear body instructions, and organize optional scripts, references, and assets folders for predictable behavior.

What is the best way to package and verify Agent Skills before distribution?

The best way to verify Agent Skills is running validation workflows with verify.py to enforce SKILL.md format conformance, then applying packaging steps to ensure safe distribution of bundled resources.

Does my SKILL.md file require a specific format for skill discovery?

Yes, SKILL.md requires mandatory name and description frontmatter to enable reliable discovery, alongside a structured body providing instructions for the skill's processing logic.

How should I organize bundled resources like scripts and assets in an Agent Skill?

Organize bundled resources by separating scripts, references, and assets into distinct folders, following structured design patterns to ensure predictable behavior during skill execution.

Why does my Agent Skill verification fail during validation?

Agent Skill verification fails when SKILL.md frontmatter is missing mandatory name and description fields, or when optional resources are not organized per the expected design patterns.