create-enaible-skill

Generates and updates Enaible skills from a validated payload with templating and validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/adam-jackson-cf/enaible --skill create-enaible-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-enaible-skill
Source: https://github.com/adam-jackson-cf/enaible/tree/main/skills/create-enaible-skill
Command: npx skills add https://github.com/adam-jackson-cf/enaible --skill create-enaible-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool automates the creation and updating of Enaible skills from a validated payload, ensuring consistent structure and guardrails across skill development.

Core Features & Use Cases

  • Deterministic skill generation from a payload, including SKILL.md and optional reference docs.
  • Enforces workflow structure, step maps, and cross-file link integrity.
  • Facilitates repo-scoped and shared-scoped skill creation and updates for scalable catalogs.

Quick Start

Provide a valid payload on STDIN to generate the skill files for a given skill_id.

Frequently Asked Questions about create-enaible-skill

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

FAQPage Schema
How do I automate code generation for skills from a JSON payload?

Automating code generation for skills from a JSON payload requires providing validated input on STDIN to render deterministic SKILL.md files and reference docs via a templating engine with strict validation.

How does deterministic skill generation enforce workflow structure and guardrails?

Deterministic skill generation enforces guardrails by applying strict validation to a payload, ensuring consistent workflow steps, step maps, and cross-file link integrity across the skill lifecycle.

Can I use this to generate both repository-scoped and shared-scoped skills?

Yes, you can generate both repository-scoped and shared-scoped skills. The tool facilitates deterministic file rendering and updates for scalable skill catalogs across both scopes.

What is the best way to update existing skill files without breaking reference links?

The best way to update existing skill files without breaking reference links is using a validated payload to apply deterministic rendering, which enforces cross-file link integrity and reference-document linking.

Do I need jinja2 templates to render SKILL.md and optional reference files?

Yes, you need jinja2 templates to render SKILL.md and optional reference files. The templating engine uses jinja2 to apply strict validation and generate deterministic file outputs from the payload.