Skip to content

Releases: dongshuyan/compass-skills

COMPASS Skills v0.2.0

16 Jun 11:33

Choose a tag to compare

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

COMPASS Skills v0.1.0

15 Jun 15:01

Choose a tag to compare

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 --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

Validated with skills@1.5.11:

  • skills add dongshuyan/compass-skills --list found 3 skills.
  • Temporary-project install with --skill '*' -a claude-code --copy -y installed all 3 skills into .claude/skills/.

Source package SHA-256:

5c7f6d80e7c0644278669a73afa15f7c8e604fa075121ae3e93bba1f2920ef4e  compass-skills-v0.1.0.zip