Contributing to Absolute
June 24, 2026 · View on GitHub
Thanks for your interest in contributing! Absolute is a collection of eleven separate skills — absolute-init (setup), a build loop (absolute-work, absolute-spec, absolute-ui, absolute-simplify, absolute-docs) and an engineering-health family (absolute-upgrade, absolute-audit, absolute-prune, absolute-debt, absolute-deflake). Each skill is independent.
Structure
skills/
absolute-<name>/
SKILL.md # Required — frontmatter + full command flow
README.md # Required — skill landing page
references/ # Optional — deep-dive guides loaded on demand
The five health skills (upgrade, audit, prune, debt, deflake) each carry a copy of references/health-engine.md — the shared loop. absolute-work carries the deep-dive guides (references/spec-writing.md etc.) that absolute-spec cross-references.
Editing a skill
- Edit
skills/absolute-<name>/SKILL.mdfor flow changes. - Deep-dive guides live in
skills/absolute-<name>/references/— add or edit there. - Bump
versionin the skill's frontmatter (semver). - Keep
SKILL.mdandREADME.mdin sync.
Adding a new skill
- Create
skills/absolute-<name>/SKILL.mdwith required frontmatter. - Create
skills/absolute-<name>/README.md. - Add an entry to
skills.yaml.
SKILL.md frontmatter requirements
- Required fields:
name,version,description,category,tags,platforms,license,maintainers,user-invocable,argument-hint license:MITcategory: one of — engineering, operations, marketing, ai-ml, design, product, devtools, sales, data, infra, monitoring, cloud, writing, workflow, analytics, game-development, developer-tools, communication, video- All code examples must be syntactically valid
Updating health-engine.md
references/health-engine.md is copied into each of the five health skill directories. When you change it, update all five copies:
skills/absolute-upgrade/references/health-engine.md
skills/absolute-audit/references/health-engine.md
skills/absolute-prune/references/health-engine.md
skills/absolute-debt/references/health-engine.md
skills/absolute-deflake/references/health-engine.md
Pull request checklist
- Changes live under
skills/absolute-<name>/ -
SKILL.mdfrontmatter is complete and valid -
README.mdis updated if the skill's purpose or usage changed -
license: MITin frontmatter - If editing
health-engine.md: all five health skill copies updated -
skills.yamlupdated if adding a new skill or changing version/description
Code of conduct
Be respectful, constructive, and focused on making skills useful. We follow the Contributor Covenant.