Releases: dongshuyan/compass-skills
Releases · dongshuyan/compass-skills
COMPASS Skills v0.2.0
COMPASS Skills v0.2.0
This release updates the public COMPASS skill set after the task alignment and persistence hardening pass.
Highlights
task-clarifiernow prioritizes user-owned decisions before external research, asks 1-3 focused questions, and confirms shared understanding before execution.task-forestnow delegates clarification routing totask-clarifier, keeps graph and proposal logic in task-forest, and moves node classification details intoreferences/node-types.md.user-profile-keepernow uses a simpler first-run gate: active profile means incremental update; no active profile means recommend onboarding. If the user declines onboarding, durable candidates stay in proposals.user-profile-keepernow routes inferred, background, operational-instruction, and unknown-category candidates through proposal review instead of active auto-apply.skills.sh.jsonand README metadata are included for easier discovery and cross-agent installation.- The skill writing tutorial now includes guidance on reducing unnecessary routing and judgment points.
Included skills
task-clarifiertask-forestuser-profile-keeper
Install
List available skills:
npx skills add dongshuyan/compass-skills --listInstall all skills for Claude Code:
npx skills add dongshuyan/compass-skills --skill '*' -a claude-codeInstall all skills for Codex and Claude Code:
npx skills add dongshuyan/compass-skills --skill '*' -a codex -a claude-codeVerification
python3 -m json.tool skills.sh.jsonnpx --yes skills add . --listpublication_scan.mjsfor all three skills: hard findings 0quick_validate.pyfor updated skills: pass- Python compile checks for task-forest and user-profile-keeper scripts: pass
task-forestexport regression: passuser-profile-keeperauto-apply smoke test: safe low-sensitive candidate applied; operational, background, and unknown-category candidates became proposals- Public-path and credential pattern scans: no findings
Source package SHA-256:
1d17c139ca4d9d99be3310d39800ccad28bf9b525152784d769698c666e5e5b1 compass-skills-v0.2.0.zip
COMPASS Skills v0.1.0
COMPASS Skills v0.1.0
First public release of COMPASS Skills, a small collection of reusable agent skills for requirement clarification, repo-local task tracking, and local user-profile maintenance.
Included skills
task-clarifier: Align goals, scope, evidence boundaries, risks, and acceptance criteria before ambiguous or high-impact work.task-forest: Maintain repo-local task forests / DAGs for evolving project work, session closeout, progress tracking, and HTML graph export.user-profile-keeper: Maintain a local, user-controlled profile for communication preferences and reusable low-sensitive working context.
Install
List available skills:
npx skills add dongshuyan/compass-skills --listInstall all skills for Claude Code:
npx skills add dongshuyan/compass-skills --skill '*' -a claude-codeInstall all skills for Codex and Claude Code:
npx skills add dongshuyan/compass-skills --skill '*' -a codex -a claude-codeVerification
Validated with skills@1.5.11:
skills add dongshuyan/compass-skills --listfound 3 skills.- Temporary-project install with
--skill '*' -a claude-code --copy -yinstalled all 3 skills into.claude/skills/.
Source package SHA-256:
5c7f6d80e7c0644278669a73afa15f7c8e604fa075121ae3e93bba1f2920ef4e compass-skills-v0.1.0.zip