Prompt file imported from tpamplin/Horizon (
.github/prompts/document-skill.prompt.md). Copyright stays with the author.
Document Skill
Document the current session's work as a reusable skill for Horizon.
Steps
- Review what was done — Identify the repeatable workflow performed in this session.
- Check for existing skill — Review
.github/skills/for a skill that already covers this workflow.- If found → update it (add steps, fix errors, add Common Errors)
- If not found → create a new skill
- Create/update the skill — Follow the
skill-authoringskill (.github/skills/skill-authoring/SKILL.md):- Choose a kebab-case name
- Write frontmatter with trigger words
- Document steps in imperative voice
- Include exact commands
- Add Common Errors section
- Validate — Confirm the file uses correct Horizon conventions (no AmpdUp references, correct tool names)
- Report — Tell the user what was created/updated and where