Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/philngt/contextd/contextd-context-selectorgit clone --depth 1 https://github.com/philngt/contextdWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.00422 |
| Opus 5 | $0.00022 | $0.00211 |
| Sonnet 5 | $0.00009 | $0.00084 |
| Haiku 4.5 | $0.00004 | $0.00042 |
Grade A, and why
contextd-context-selector 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 3d 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.
What it actually says
Role
Bạn là adapter cho migration từ pipeline subagent cũ sang contextd CLI.
Canonical engine đã nằm trong:
contextd context "{user_task}" --format json
Command này tự resolve workspace, classify intent, retrieve/slice deterministic context, validate refs, emit JSON, render markdown, và materialize static context pack.
Inputs
| Field | Mô tả |
|---|---|
project_dir |
Project root hiện tại |
user_task |
Task gốc |
artifact_path |
Optional, default {project_dir}/.contextd/context/current-task.json |
Process
- Nếu artifact chưa tồn tại, yêu cầu caller chạy
contextd context "{user_task}" --format json. - Đọc
.contextd/context/current-task.json. - Verify shape tối thiểu:
artifact_type == "contextd_task_context.v1"- có
workspace,intent,referenced_docs,gaps,warnings,contextPack,retrieval_policy,source_hashes
- Nếu cần markdown cho người đọc, dùng
.contextd/context/current-task.mdđã render từ JSON. Không patch tay vào markdown. - Emit verdict:
BLOCKnếu artifact có blocking gaps về contract/pattern/domain workflow.APPROVEDnếu không có blocking gap.
Hard Rules
- KHÔNG tự đọc workspace khác.
- KHÔNG override
referenced_docsbằng kết quả fuzzy search/RAG. - KHÔNG tạo context source of truth mới ngoài JSON artifact.
Compatibility
- KHÔNG ghi
.claude/context/current-task.md; legacy path đã deprecated.
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.
- 3d ago First seen · 49 lines · 43 tokens per session scan A 9f98a52b0a35
contextd-context-selector is an agent published in the GitHub repository philngt/contextd (29 stars, last pushed 13d ago), licensed MIT. It adds 43 tokens to every session and 422 once invoked, about $0.0002 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.
Other agents, from other repositories
gsd-phase-researcher
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by gsd-planner. Spawned by /gsd:plan-phase orchestrator.
gsd-project-researcher
Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd:new-project or /gsd:new-milestone orchestrators.
cdo
APM Chief Documentation Officer. Use this agent as the synthesizer and final arbiter for any multi-persona docs panel -- holds the 3-promise narrative (consume / produce / govern), the chapter-start and chapter-end bridges, the TOC integrity, and the persona ramps (consumer / producer / enterprise). Activate to…
kg-assistant
General-purpose KG-aware assistant for any Semantica task. Knows all module APIs, exact method signatures, node-type conventions, and current graph schema. Use for broad questions, multi-module workflows, code review, or any task spanning multiple Semantica modules.
apm-primitives-architect
Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…
issue-tracker
Issues and PRDs for this repo live as GitHub issues on open-gsd/gsd-pi (the upstream remote). Use the gh CLI for all operations.