Documentation
README
Writing a Skill
Skills are the instruction bundles that tell the selected coding agent what to do at each step of the pipeline. A skill is a folder containing a SKILL.md prompt, optional references/ documents, and optional supporting files. When publish.py runs, every skill is copied flat into the selected agent's project-local skill folder (.claude/skills/ for Claude Code or .agents/skills/ for Codex).
What kind of skill am I writing?
GodotMaker has three skill layers, each living in a different folder:
This is the opening of the README. Read the full README on GitHub.