Documentation
README
Mathodology Skill Authoring
Write reusable guidance around decisions, evidence and useful outputs. Explain when a method helps, how to recognize failure and when a simpler approach is better. Avoid mandatory phases, handoff schemas, arbitrary scores and prose that merely repeats another skill. Link the owning skill instead.
Every skill has SKILL.md frontmatter with a name equal to its directory and
a trigger-focused description starting with Use when. Its agents/openai.yaml
contains display_name, short_description and a default_prompt mentioning the
matching $skill-name. These metadata files are discovery interfaces, not a
workflow engine. Use concise role definitions; inherit the host's model choice.
This is the opening of the README. Read the full README on GitHub.