creating-skills

Design and validate Agent Skills using structured templates and SKILL.md frontmatter.

2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Asmayaseen/hackathon-2 --skill creating-skills-asmayaseen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/Asmayaseen/hackathon-2/tree/main/.claude/skills/creating-skills
Command: npx skills add https://github.com/Asmayaseen/hackathon-2 --skill creating-skills-asmayaseen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides teams to create, structure, and validate Agent Skills with proper frontmatter and templates.

Core Features & Use Cases

  • Provides a standardized process for Skill creation, including SKILL.md frontmatter and resource scaffolding.
  • Helps ensure verify.py validation and packaging steps are correctly implemented for consistent deployment.
  • Used when designing new Skills or updating existing Skill scaffolding to align with MCP.

Quick Start

Use the included templates and scripts to initialize a new skill directory, customize SKILL.md, and scaffold resources.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I create and structure a new Agent Skill?

To create an Agent Skill, use provided templates to initialize a new skill directory, customize the SKILL.md frontmatter, and scaffold resources like scripts and assets. This ensures consistent structure for agent-skills.

What is the process for validating Agent Skills before deployment?

Validating Agent Skills requires running verify.py validation scripts to check SKILL.md frontmatter and packaging steps. This ensures correct implementation and consistent deployment for MCP alignment.

Do I need a specific environment to scaffold and package agent-skills?

Scaffolding and packaging agent-skills requires only a standard Python environment. You use included templates and scripts to initialize directories without needing additional specialized platforms.

What's the best way to update existing skill scaffolding to align with MCP?

The best way to update existing skill scaffolding is to audit the SKILL.md structure and verify.py validation using the provided structured blueprint. This aligns resources and frontmatter with MCP standards.

Why does my SKILL.md validation fail during skill creation?

SKILL.md validation fails during skill creation when frontmatter is improperly structured or packaging steps are incorrectly implemented. Use the included templates to ensure verify.py validation passes consistently.

Can I use the quick_validate dependency to audit my skill structure?

Yes, you can use the quick_validate dependency to audit your skill structure. It works with verify.py to check that your SKILL.md frontmatter and resource scaffolding meet required validation standards.