compass-skills: Instructions file for Codex

AGENTS.md

compass-skills AGENTS.md is an instructions file for Codex, OpenCode from dongshuyan/compass-skills. It costs 913 tokens per session, scanned A, original, MIT.

A set of instructions for using Compass skills with coding agents that do not have built-in skill support. It explains how to find, read, and run skills stored in a repository.

In plain words
What is it for?
Using repository-based skills, following their loading rules, resolving their file paths, and running their provided scripts.
Why use it?
It gives the agent a consistent way to discover and apply reusable instructions instead of guessing which guidance to use.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

This is dongshuyan/compass-skills's own configuration. It tells Codex and OpenCode how to work on compass-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything compass-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dongshuyan/compass-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dongshuyan/compass-skills/master/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/dongshuyan/compass-skills

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for compass-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dongshuyan/compass-skills/agents-md.svg)](https://agentmods.dev/instructions/dongshuyan/compass-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dongshuyan/compass-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/dongshuyan/compass-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 913 This file is loaded in full into every session.
When invoked 913 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00913 $0.00913
Opus 5 $0.00456 $0.00456
Sonnet 5 $0.00183 $0.00183
Haiku 4.5 $0.00091 $0.00091

Measured 9d ago against content hash 52833582d307, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

compass-skills AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

COMPASS Agent Adapter

This repository contains agent-agnostic SKILL.md skills. Use this file when your agent does not have native skills support, or when it needs explicit rules for discovering and applying the skills in skills/.

Discovery

  • Available skills live under skills/<skill-name>/SKILL.md.
  • Read each skill's YAML frontmatter name and description to decide whether it applies.
  • Prefer explicit user invocation such as $task-clarifier, $task-forest, $pause-and-resume, $session-handoff-prompt, $user-profile-keeper, $run-history-skill-builder, $run-history-skill-upgrader, or $assess-interview-candidate.
  • If no skill clearly applies, continue normally; do not force a skill.

Loading Protocol

When a skill applies:

  1. Read the full SKILL.md before acting.
  2. Resolve relative paths from the directory that contains that SKILL.md.
  3. Read referenced files under references/ only when the skill tells you to or when the current task needs them.
  4. Run scripts from the skill's own scripts/ directory instead of retyping large logic.
  5. Keep generated runtime data out of the repository unless the user explicitly asks to commit it.

Invocation Examples

Use $task-clarifier to align this task before implementation.
Use $task-forest to update the task graph for this workspace.
Use $pause-and-resume to pause this unfinished task in the current conversation; later, continue it from the checkpoint.
Use $session-handoff-prompt to create a continuation prompt for a fresh session.
Use $user-profile-keeper to initialize or update my local profile.
Use $run-history-skill-builder to turn this completed workflow into a new skill package.
Use $run-history-skill-upgrader to plan a safe upgrade for this existing skill from recent run evidence.
Use $assess-interview-candidate to turn an authorized resume and job description into an auditable local interview report.

Local Paths

  • task-forest writes task data under the current workspace: .agent-workbench/task-forest/.
  • pause-and-resume keeps its checkpoint in the current conversation and creates no files solely for pausing.
  • session-handoff-prompt is read-only by default. It may validate local handoffs with real workspace paths or redact shareable handoffs.
  • user-profile-keeper writes profile data under the local user home: .compass-skills/user-profiles/v1/.
  • run-history-skill-builder writes new skill packages only to a user-approved local directory.
  • run-history-skill-upgrader is plan-only by default and edits existing skills only after explicit approval.
  • assess-interview-candidate writes case data and reports only below a user-approved local case root; generated candidate records stay outside this repository.
  • Set COMPASS_USER_PROFILE_HOME to override the profile directory.
  • Set COMPASS_AGENT_NAME to label task-forest changes by agent, for example codex, claude-code, opencode, or openclaw.

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 62 lines · 913 tokens per session scan A 52833582d307

Subscribe to this mod's changes

compass-skills AGENTS.md is an instructions file published in the GitHub repository dongshuyan/compass-skills (724 stars, last pushed 13d ago), licensed MIT. It adds 913 tokens to every session, about $0.0046 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens