skill-creator

Automate creation and refinement of z-schema skills into SKILL.md files.

349|91|Updated Jul 23, 2013
One-click install
npx skills add https://github.com/zaggino/z-schema --skill skill-creator-zaggino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zaggino/z-schema/tree/main/skills/skill-creator
Command: npx skills add https://github.com/zaggino/z-schema --skill skill-creator-zaggino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides builders to create, improve, and document reusable skills for the z-schema JSON Schema validator, turning workflows into portable SKILL.md entries that codify intent and expectations.

Core Features & Use Cases

  • Capture intent and scope for new skills, including target audience and triggers.
  • Research and reference existing z-schema docs to ground skill accuracy.
  • Produce a concise SKILL.md with frontmatter and a focused body, plus optional references for detailed material.

Quick Start

Draft a new skill by capturing intent, researching relevant docs, writing SKILL.md with frontmatter, and organizing a references folder.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a SKILL.md file for a z-schema workflow?

To create a SKILL.md file for a z-schema workflow, you follow a structured process that captures intent, researches existing documentation, and writes concise frontmatter and body content. This ensures the skill aligns with z-schema exports and code conventions.

What is the best way to document JSON Schema validator workflows?

The best way to document JSON Schema validator workflows is by turning them into portable SKILL.md entries that codify intent and expectations. This approach uses structured frontmatter and references to ground accuracy in z-schema documentation.

How does frontmatter work when structuring skill references?

Frontmatter works by providing structured metadata at the top of a SKILL.md file, defining the skill's scope and triggers. It pairs with a focused body and an optional references folder to organize detailed material separately.

Can I upgrade existing z-schema skills without starting from scratch?

Yes, you can upgrade existing z-schema skills without starting from scratch. The skill creation workflow supports refining current entries by reviewing and updating their frontmatter, body, and references to ensure ongoing alignment with z-schema options and error codes.

Does this skill creation process align with specific z-schema error codes?

Yes, the skill creation process explicitly aligns with z-schema error codes. It guides builders to ensure their documented workflows match z-schema exports, options, and established code conventions for accurate validation behavior.

When do I need to use a references folder for skill creation?

You need to use a references folder for skill creation when your SKILL.md body requires supplementary material. It helps organize detailed z-schema documentation separately, keeping the main skill file concise while grounding its accuracy.