Skip to main content
Run any Skill in Manus
with one click
GitHub repository

SelfOS

SelfOS contains 6 collected skills from Highfivery, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
1
updated
2026-06-22
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

ship-slice
software-developers

Run the full end-to-end cadence to finish a slice of SelfOS work โ€” quality gate, self code-review, doc sync, and a Conventional Commit. Use when the user says "ship it", "finish this slice", "wrap up", or when an implementation slice is code-complete and ready to land.

2026-06-22
capture-feedback
software-developers

Persist user feedback, corrections, or durable preferences into the project's config so they aren't forgotten. Use whenever the user corrects your approach, states a standing preference ("from now onโ€ฆ", "always/neverโ€ฆ"), or makes a decision that should outlive this session. The reactive half of SelfOS's living-docs loop.

2026-06-09
commit
software-developers

Create a Conventional Commit for SelfOS with the required co-author trailer, after verifying the quality gate passes. Use when the user asks to "commit", or as the final step of shipping a slice. Refuses to commit on main or when checks are failing.

2026-06-09
quality-gate
software-quality-assurance-analysts-and-testers

Run the automatable subset of SelfOS's Definition of Done (typecheck, lint, format check, unit tests, and E2E when present) and report pass/fail. Use before committing, before declaring a slice done, or when the user asks to "run the checks / quality gate / verify it's clean".

2026-06-09
sync-docs
software-developers

After code changes, detect drift between the code and the docs (docs/specs/, CLAUDE.md, skills) and propose the concrete edits to bring them back in lockstep. Use as part of finishing a slice, before committing, or when the user asks to "update the docs / sync the spec / check the docs are current". The proactive half of SelfOS's living-docs loop.

2026-06-09
write-spec
software-developers

Scaffold or revise a SelfOS feature-set spec in docs/specs/. Use when starting a new feature set, when the user asks to "write/draft a spec", or before writing any feature code (spec-driven workflow). Produces a doc that follows _TEMPLATE.md.

2026-06-09