skill-creator

Generate SKILL.md files and example resources for new skills.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ladinglogichq/lading-logic-hackathon --skill skill-creator-ladinglogichq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ladinglogichq/lading-logic-hackathon/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/ladinglogichq/lading-logic-hackathon --skill skill-creator-ladinglogichq

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating consistent, well-documented skills for AI agents is tedious; this guide provides a structured blueprint to generate SKILL.md, scaffolding scripts/references/assets, and enforce quality checks to accelerate skill development.

Core Features & Use Cases

  • Provides a reliable template for SKILL.md frontmatter and body, plus example resource directories to demonstrate structure.
  • Enables rapid bootstrapping of new skills with executable scaffolds and reference placeholders for later customization.
  • Supports iterative skill design by clarifying workflow patterns and resource organization to maintain lean context loading.

Quick Start

Run init_skill.py <skill-name> to scaffold a new skill with example resources, then customize SKILL.md and the sample scripts, references, and assets.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new AI agent skill with templates?

You can scaffold new skills by running init_skill.py <skill-name>, which generates a ready-to-edit SKILL.md alongside example scripts, references, and assets directories for immediate customization.

What is a SKILL.md file and why is it needed for skill creation?

A SKILL.md file defines an AI agent skill's metadata and instructions, requiring correct frontmatter with name and description fields to enforce naming conventions and align with the Deepagents workflow.

Do I need pyyaml installed to generate skill scaffolding?

Yes, pyyaml is a required dependency for generating skill scaffolding, as it processes the YAML frontmatter needed to enforce naming conventions within the SKILL.md file.

Can I include executable scripts and reference assets when bootstrapping skills?

Yes, skill scaffolding supports generating executable scripts, reference placeholders, and asset directories, enabling iterative skill design while maintaining lean context loading.

What's the best way to maintain consistent documentation across multiple AI agent skills?

The best way to maintain consistent documentation is using a structured scaffolding template that enforces SKILL.md frontmatter rules and naming conventions, ensuring standardized skill structures across projects.

Why does my skill creation workflow fail due to frontmatter issues?

Skill creation workflows fail when SKILL.md frontmatter is missing or incorrect, as the system strictly requires valid name and description fields to enforce naming conventions and proper resource organization.