create-special-skill

Create modular code-generation skills with YAML frontmatter and TypeScript references.

1|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/caryden/special --skill create-special-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-special-skill
Source: https://github.com/caryden/special/tree/main/skills/create-special-skill
Command: npx skills add https://github.com/caryden/special --skill create-special-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing AI translation workflows for code generation is complex and error-prone without a repeatable, self-contained skill packaging mechanism.

Core Features & Use Cases

  • Self-contained skill structure with a frontmatter-defined entry and a verified TypeScript reference implementation.
  • Layered translation guidance (skill-level frontmatter, SKILL.md body, per-node specs, and reference sources) enabling deterministic subset extraction and provenance.
  • Supports optional resources (scripts, references, assets) loaded on demand to speed translation and auditing.

Quick Start

Provide a new library name under skills/, supply the source material (spec, RFC, or behavior description), and run the builder to scaffold a complete, tested TypeScript reference.

Frequently Asked Questions about create-special-skill

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

FAQPage Schema
How do I create modular code-generation skills for cross-language translation?

To create modular code-generation skills, supply a library name and source material like a spec or RFC, then run the builder to scaffold a self-contained structure with a YAML frontmatter, SKILL.md entry, and verified TypeScript reference with tests.

What is the standard structure for self-contained codegen skills?

The standard structure for codegen skills enforces a YAML frontmatter, a mandatory SKILL.md entry point, optional resource directories for scripts or assets, and a verified TypeScript reference implementation with tests.

How do I build a tested TypeScript reference implementation from a specification?

Building a tested TypeScript reference implementation from a specification requires providing source material under your skills directory and running the builder, which scaffolds the complete reference code alongside accompanying tests.

Does this code-generation skill framework support four-layer progressive disclosure?

Yes, this code-generation skill framework guides four-layer progressive disclosure using skill-level frontmatter, the SKILL.md body, per-node specs, and reference sources to enable deterministic subset extraction and provenance tracking.

Can I use RFCs and behavioral descriptions as source material for cross-language code generation?

Yes, you can use RFCs and behavioral descriptions as source material for cross-language code generation. The builder accepts these specifications to scaffold modular, self-contained skills with verified reference implementations.

Why do I need optional resource directories for cross-language translation skills?

Optional resource directories store scripts, references, and assets that are loaded on demand during cross-language translation, speeding up the translation process and simplifying auditing by keeping supplementary materials organized.