Skip to content

COMPASS Skills v0.2.0

Latest

Choose a tag to compare

@dongshuyan dongshuyan released this 16 Jun 11:33
· 11 commits to master since this release

COMPASS Skills v0.2.0

This release updates the public COMPASS skill set after the task alignment and persistence hardening pass.

Highlights

  • task-clarifier now prioritizes user-owned decisions before external research, asks 1-3 focused questions, and confirms shared understanding before execution.
  • task-forest now delegates clarification routing to task-clarifier, keeps graph and proposal logic in task-forest, and moves node classification details into references/node-types.md.
  • user-profile-keeper now 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-keeper now routes inferred, background, operational-instruction, and unknown-category candidates through proposal review instead of active auto-apply.
  • skills.sh.json and 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-clarifier
  • task-forest
  • user-profile-keeper

Install

List available skills:

npx skills add dongshuyan/compass-skills --list

Install all skills for Claude Code:

npx skills add dongshuyan/compass-skills --skill '*' -a claude-code

Install all skills for Codex and Claude Code:

npx skills add dongshuyan/compass-skills --skill '*' -a codex -a claude-code

Verification

  • python3 -m json.tool skills.sh.json
  • npx --yes skills add . --list
  • publication_scan.mjs for all three skills: hard findings 0
  • quick_validate.py for updated skills: pass
  • Python compile checks for task-forest and user-profile-keeper scripts: pass
  • task-forest export regression: pass
  • user-profile-keeper auto-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