Documentation
README
/create-skill
Build a reusable skill from any topic.
Provide a topic or workflow description, and /create-skill explores the codebase, gathers relevant patterns, and builds a well-structured skill interactively with you. If no topic is given, it evaluates the current session for extractable knowledge.
# Claude Code
claude
> /create-skill
> /create-skill "Vue 3 test migration pattern"
> /create-skill "How we set up MFE local development"
# Codex CLI
codex
> $create-skill
> $create-skill "Vue 3 test migration pattern"
> $create-skill "How we set up MFE local development"
What /create-skill Does
6 phases:
This is the opening of the README. Read the full README on GitHub.