agentsclimarketplace

Harness recall

Skill cekrauseee/harness/skills/harness-recall

File-native project continuity and engineering standards for coding agents.

Install
npx -y skills add cekrauseee/harness --skill harness-recall

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Recover task-relevant durable project memory and active handoffs from the global Harness under an explicit context budget. Use when automatic lifecycle recall is unavailable, when a fresh agent needs project continuity, or when manually inspecting exactly which stored context applies to a task.

SKILL.md

1.5 KB, 251 tokens by cl100k_base, as published. Nobody here has run it

Harness Recall

Use this as a fallback or diagnostic surface. Automatic SessionStart and PostCompact hooks normally recall context.

Recall scoped context

Always choose an explicit token budget:

python3 scripts/recall.py \
  --repo <repository> \
  --query "document the OAuth refresh flow" \
  --budget-tokens 1200 \
  --json

The command reads only active topic memories and active sessions. It never recalls unclassified candidates or archived entries. Results are ranked deterministically by lexical relevance, with active sessions favored, then packed without exceeding the requested approximate token budget.

Use text output when injecting the result into agent context. Use --json for automation and inspection. Treat source paths as traceability, not as repository paths.

Rules

  • Do not run without a deliberate budget.
  • Prefer a concrete task query over a broad project name.
  • Do not load the full Harness after a sparse recall.
  • Do not treat an absent result as permission to infer project facts.
  • Keep native host memory optional; Harness recall must stand on its own.

Read references/selection.md when tuning a query or interpreting an empty result.

What ships with it: 3 files

19.9 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.