census
SolidAnswer an aggregating question by traversing every file in a named corpus inside a sandbox, so the corpus never enters the context window. Use when the answer exists in no single file: "how many threads have not moved in 30 days", "which pipeline rows have no CRM card". Do NOT use to find something already recorded somewhere - that is /recall, which retrieves rather than counts.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- mishahanin
- Repository
- mishahanin/heading-os
- Created
- 2 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
survey
Use when arriving at or returning to a project that already has AI-agent history and you want the lay of the land before doing anything else — "survey this project", "what have we been doing here", "catch me up", "orient me", "where did we leave off", "what's the state of this project", or picking up a brownfield repo with several in-flight agent tracks. Reads existing agent session history (read-only), reports the implicit workflow, the open decisions, and how often you had to step in, then offers to commission a spacedock workflow from it.
akb-query
Answer a question from the AKB vault — decompose, search (hybrid / graph), ground in compiled-truth-over-timeline precedence, and synthesize a cited answer with gap/conflict/stale flags. Read-only.
csift
Read, search and analyze Claude Code session transcripts (the .jsonl under ~/.claude/projects), and message another running lane. Use this INSTEAD of grep/ripgrep/cat/jq/python: the format has documented traps that return plausible wrong answers, no error (a user-role filter overcounts human turns 3x; a sixth of human turns hide inside tool_result payloads, AskUserQuestion answers included). Reach for it when you would hand-scan a session jsonl or shadow session facts in a state file - and BEFORE asserting something was never done or re-deriving a harness mechanism from binaries: past sessions usually derived it already. Search any regex across ALL sessions; read records by line, turn or uuid; what a session is doing now; tools, tokens, models, files changed; extract pasted images; recover a deleted file or plan; restore the turns a compaction clipped. Message another session or subagent the official tool cannot reach. Sub-second, hook-safe, pure regex, not semantic search; writes only its own sidecar.