Md skill tree architect
Skill frankxai/awesome-gamification-agent-skills/skills/md-skill-tree-architect
THE definitive curated resource for gamification-agent-skills | GenCreator 6-Pillar CoE • Starlight Intelligence • Arcanea Creative Execution • Agentic Passive Income Systems
npx -y skills add frankxai/awesome-gamification-agent-skills --skill md-skill-tree-architectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create Markdown-first skill trees, progression tracks, node cards, trials, rewards, prerequisites, YAML frontmatter schemas, and git-friendly mastery systems. Use when the user wants MD-based gamification, skill progression, learning paths, or portable skill-tree repos.
SKILL.md
1.3 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
Markdown Skill Tree Architect
Use this skill to design portable skill trees that live in git as Markdown.
Workflow
- Define the audience and capability promise.
- Choose axes and ranks.
- Create track files.
- Create node files with prerequisites and acceptance criteria.
- Create trial files for rank-up.
- Create reward files that unlock useful work.
- Create a ledger event example.
- Add validation checks for unreachable nodes and circular prerequisites.
Frontmatter Minimum
---
id: stable-id
type: track | node | trial | reward
status: draft | active | deprecated
visibility: public | unlisted | private
version: 0.1.0
---
Quality Gates
- Every node must teach or unlock one capability.
- Every trial must have objective acceptance criteria.
- Every reward must change what can be done.
- Keep lore names separate from platform names.
Output Shape
- Folder map.
- Track outline.
- Node cards.
- Trial cards.
- Reward cards.
- Validation checklist.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.