skill-master

Author, validate, and package Agent Skills per the agentskills.io specification.

22|1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/itechmeat/llm-code --skill skill-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-master
Source: https://github.com/itechmeat/llm-code/tree/main/skills/skill-master
Command: npx skills add https://github.com/itechmeat/llm-code --skill skill-master

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Master enables teams to author, validate, and package Agent Skills that conform to the agentskills.io specification.

Core Features & Use Cases

  • Frontmatter and content scaffolding for SKILL.md, references/, assets/, and scripts/
  • Guidance on documentation ingestion, validation, and packaging workflows
  • Templates and examples to accelerate skill creation and distribution

Quick Start

  • Run: python scripts/init_skill.py <skill-name> to scaffold a new skill
  • Validate: python scripts/quick_validate_skill.py <skill-directory> to verify structure
  • Package: python scripts/package_skill.py <skill-directory> --out dist to create a distributable zip

Frequently Asked Questions about skill-master

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

FAQPage Schema
How do I scaffold a new Agent Skill that conforms to the agentskills.io specification?

To scaffold a new Agent Skill, run the helper script python scripts/init_skill.py with your desired skill name. This generates the required folder layout including SKILL.md, references, assets, and scripts directories to match the agentskills.io specification.

What is the correct folder layout for packaging Agent Skills?

The correct folder layout for packaging Agent Skills includes a root SKILL.md file alongside references, assets, and scripts directories. This structure ensures proper documentation ingestion and conforms to the agentskills.io specification for distribution.

How do I validate an Agent Skill structure before distribution?

You validate an Agent Skill structure by running python scripts/quick_validate_skill.py with the skill directory path. This verifies frontmatter structure, enforces naming rules, and checks folder layouts to ensure compliance before you package the skill.

Can I package Agent Skills into a distributable zip file?

Yes, you can package Agent Skills into a distributable zip file by running python scripts/package_skill.py with the skill directory and an output path. This creates a validated archive ready for distribution and ingestion.

What do I need to include in SKILL.md frontmatter when authoring Agent Skills?

When authoring Agent Skills, SKILL.md frontmatter must include structured metadata conforming to the agentskills.io specification. The skill provides templates and enforces naming rules to ensure your frontmatter structure passes validation.

Are there templates available to accelerate Agent Skill creation?

Yes, templates and examples are provided to accelerate Agent Skill creation and distribution. These templates cover frontmatter structure, content scaffolding for directories, and documentation references to promote end-to-end skill production workflows.