Leaderboard/Agent Orchestration/compass-skills
Last commit on August 26, 2026·Created on June 15, 2026

dongshuyan/compass-skills

A toolkit for converting agent run histories into reusable, optimized skill packages.
Combined rank
#416
across all skills
In Agent Orchestration
#24
category rank
Stars
729
+0.4% in last 7d
Forks
59
-1.7% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides tools for AI agent builders to systematize the transition from raw task execution to structured capabilities. By analyzing browser flows and artifact pipelines, it allows developers to capture successful run histories as new skill packages.

The repository focuses on the iterative refinement of agent behavior, using validation failures and real-world evidence to apply structural upgrades to existing skills.

WHO IT'S FOR
AI agent / automation builders
creating reusable skill packages from run history
AI workflow engineers
optimizing agent skills based on failure traces
Technical recruiters / hiring managers
automating interview candidate assessment and reporting
Academic writers / researchers
humanizing academic content for better readability
Repository contents

9 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install all COMPASS Skills for Claude Code

Installs: Complete COMPASS Skills bundle containing all nine documented skills. · Claude Code

Before you start
  • An available Node.js/npm environment providing the npx command.
  • Python 3.10 or later must already be installed; the complete bundle includes assess-interview-candidate, which requires it.
  1. In a terminal, list the repository's available skills before installing.

    npx skills add dongshuyan/compass-skills --list
  2. In a terminal, install the complete bundle for Claude Code.

    npx skills add dongshuyan/compass-skills --skill '*' -a claude-code
skills/assess-interview-candidate/SKILL.md · Checked Sep 18, 2026README.en.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Clarify an ambiguous task before execution

Uses task-clarifier

  • Replace “Task: ...” with the task that needs clarification.
  • Replace “Material: ...” with the relevant text, file paths, or context, or state that no material is provided.

Check the repository for this skill’s setup.

Use $task-clarifier to align the task below.

Task: ...
Material: ...
Constraints: ask user-owned decisions first; infer discoverable facts from files, context, or reliable sources. Ask only questions that change scope, method, evidence, format, safety, or acceptance criteria.
Output: ask 1-3 key questions with recommended answers first; once the core need is clear, restate your understanding in 2-5 lines and ask me to confirm.
README.en.md · Checked Sep 18, 2026skills/task-clarifier/SKILL.md · Checked Sep 18, 2026
Author’s example

Create a task-forest proposal for the workspace

Uses task-forest

  • A workspace containing the project to track.
  • The current AI conversation with enough project context to identify goals and progress.
  • Explicit approval is required before applying the proposed changes.

Check the repository for this skill’s setup.

Use $task-forest to analyze the current AI conversation and maintain the task forest for this workspace.

Goal: create a task-forest proposal from long-running goals, tasks, progress, deviations, risks, decisions, and follow-ups in this AI conversation.
Requirements:
1. Read the current task-forest list and todo first; initialize task-forest if missing.
2. Identify which long-term goal this AI conversation served. If no relation is clear, ask me or create a question/risk node.
3. Save a proposal and show me the planned changes before applying.
4. After approval, apply, validate, export, and report the HTML path.
README.en.md · Checked Sep 18, 2026skills/task-forest/SKILL.md · Checked Sep 18, 2026
Suggested first task

Create a continuation prompt for a fresh session

Uses session-handoff-prompt

  • A current conversation with unfinished work.
  • Optionally, the desired focus for the next session and any explicit files or local transcript paths that may be used.

Check the repository for this skill’s setup.

Use $session-handoff-prompt to create a concise, paste-ready continuation prompt for a fresh agent session. Use the current visible conversation and workspace evidence needed to preserve the objective, hard requirements, verified facts, decisions, completed work, pending work, key files, risks, and next actions. Keep the prompt local to this machine and label facts as verified, inferred, or unverified. Do not execute any remaining work.