skill-creator

Bootstrap Tlamatini skill packages with SKILL.md scaffolding and linting.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill skill-creator-xaiht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/skill_creator
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill skill-creator-xaiht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create, edit, validate, and package new Tlamatini skills (SKILL.md packages).

Core Features & Use Cases

  • Bootstrap a new skill directory under Tlamatini/agent/skills_pkg with a valid SKILL.md scaffold.
  • Validate the skill package using the included lint tool to catch naming and structure errors.
  • Package and prepare a ready-to-use SKILL.md for deployment in the skill registry.

Quick Start

Create a new skill directory with a minimal SKILL.md scaffold and run the linter to validate the package.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I bootstrap a new skill package and generate the SKILL.md scaffold?

To bootstrap a new skill package, this tool creates the directory structure and generates a SKILL.md scaffold with required frontmatter definitions while enforcing kebab-case naming conventions.

How do I validate skill package structure and frontmatter contracts?

You validate a skill package by running the included quick_validate lint script, which checks the directory structure and SKILL.md frontmatter to catch naming and structural errors before deployment.

What is the required naming convention for creating a new skill directory?

The required naming convention for creating a new skill directory is kebab-case. The bootstrap process enforces this naming standard to maintain consistency across the skill registry.

Can I standardize skill creation across a repository and enforce frontmatter definitions?

Yes, you can standardize skill creation by applying this bootstrap tool to scaffold new packages with predefined frontmatter definitions, ensuring every SKILL.md adheres to consistent structural contracts.

Does the skill linter check directory structure and naming errors before packaging?

Yes, the linter checks directory structure and naming errors before packaging by running the quick_validate script, which verifies the SKILL.md scaffold meets required frontmatter and kebab-case standards.