Source-driven skill builder
Creator material,turned intoreusable skills.
Creator Skill Generator turns creator corpora into portable, SKILL.md-centered packages that can be reused in Codex and Claude Code.
Grounded generation
Skills are extracted from real creator material, not blank templates. Every rule, example, and constraint comes from evidence in the source corpus.
Multi-source ingestion
Paste raw text, drop a YouTube URL, or link a Twitter/X thread. The backend normalises every format into the same structured extraction pipeline.
Progressive disclosure
SKILL.md stays focused and scannable. Heavier examples, framework notes, and source transcripts move into references/, loaded only when needed.
Portable zip export
Every bundle ships as a self-contained zip: SKILL.md, references/, and optional agent metadata, ready to drop into any Codex or Claude Code project.
Feed it real creator material
Drop in YouTube transcripts, Twitter/X threads, long-form notes, or raw scripts. The backend reads each source and extracts recurring patterns: tone, structure, constraints, and examples that actually appear in the work.
One backend, two workflows
v1 handles direct pasted content with fast structure extraction. v2 adds Twitter/X and YouTube ingestion, merges all signals, and feeds the same generation engine. Both return identical, consistent bundles.
- v1: raw paste, instant pattern extraction, bundle.
- v2: social + video URLs, fetched transcripts, merge, bundle.
- Same SKILL.md shape regardless of which path you use.
Export a bundle that travels
The finished package centres on SKILL.md. Supporting detail lives in references/ for progressive disclosure. An optional agents/openai.yaml adds metadata for OpenAI-compatible runtimes. One zip, drops anywhere.
Why it matters
Stop rewriting context every session
Every AI coding session starts cold. This project turns the creator's voice, rules, and examples into a portable package that loads once and works everywhere.
Write the skill once from real material. Reuse it across every project, session, and tool without rewriting context.
Skills built from real creator corpora outperform blank-template prompts because every constraint has evidence behind it, not guesswork.
The same zip works in Claude Code and OpenAI Codex. One generation workflow, deployed to every major AI coding tool.
API status
Full REST API, deployed today
The FastAPI backend is live on Railway. Generate, persist, list, fetch, export, and delete skill bundles via versioned REST endpoints.
Ready to build
Create your first skill bundle
Paste creator content, link a YouTube video, or import a Twitter/X thread. Get a reusable SKILL.md bundle in seconds.