skill-creator

Generate Skill Units with SKILL.md templates and validation workflows.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill skill-creator-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/skills/skill-creator
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill skill-creator-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

This Skill helps teams create, audit, and tidy modular Skill Units to ensure consistent structure, frontmatter, and resource organization across the repository.

Core Features & Use Cases

  • Provides a standardized SKILL.md frontmatter template and guidelines for naming and description.
  • Documents recommended skill structures (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) and when to use them.
  • Describes tooling and workflows for initializing, editing, validating, and packaging skills, including init_skill.py, quick_validate.py, and package_skill.py.
  • Supports progressive disclosure and resource organization to keep context lean while enabling on-demand access to references, scripts, and assets.

Quick Start

Follow this guidance to create, audit, and tidy Skills by using the provided SKILL.md template and resource patterns.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and validate AI skill frontmatter for a domain-specific knowledge pack?

To create and validate AI skill frontmatter, use a standardized SKILL.md template that enforces naming conventions, structural integrity, and resource organization. This ensures your domain-specific knowledge packs maintain consistent frontmatter and pass validation workflows before packaging.

What is the recommended structure for organizing modular skill units and templates?

The recommended structures for modular skill units include Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based patterns. Choosing the right structure keeps context lean through progressive disclosure while enabling on-demand access to scripts, references, and assets.

How do I package skills while enforcing security constraints and resource organization?

You can package skills by applying validation and packaging workflows that enforce naming, frontmatter structure, and security constraints during packaging. This process tidies modular skill units and ensures consistent resource organization across your repository.

Does the skill validation workflow require YAML dependencies for frontmatter auditing?

Yes, the skill validation workflow requires a YAML dependency to parse and audit frontmatter structures correctly. This dependency supports the enforcement of frontmatter structure and naming conventions during the initialization, editing, and validation of skill units.

What's the best way to audit and tidy modular skill units across a repository?

The best way to audit and tidy modular skill units is to apply standardized frontmatter templates and run validation tooling like quick_validate.py. This enforces consistent structure, naming, and resource organization across all skill units in the repository.

When should I use workflow-based versus task-based skill structures for my templates?

Use workflow-based skill structures for multi-step processes and task-based structures for discrete, independent actions. Documenting these recommended patterns helps teams choose the right structure to keep context lean while enabling on-demand resource access.