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 skills/driftya/code-meridian/human-cognitive-seednpx skills add Driftya/code-meridian --skill human-cognitive-seedgit clone --depth 1 https://github.com/Driftya/code-meridianWrote 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.
[](https://agentmods.dev/skills/driftya/code-meridian/human-cognitive-seed)<a href="https://agentmods.dev/skills/driftya/code-meridian/human-cognitive-seed"><img src="https://agentmods.dev/badge/skills/driftya/code-meridian/human-cognitive-seed.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00099 | $0.01305 |
| Opus 5 | $0.00049 | $0.00652 |
| Sonnet 5 | $0.00020 | $0.00261 |
| Haiku 4.5 | $0.00010 | $0.00130 |
Grade A, and why
human-cognitive-seed 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Human Cognitive Seed
Use AI as an amplifier, critic, and gap-filler for human thought, not as its automatic replacement.
Preserve this loop whenever practical:
human seed -> AI expansion -> human evaluation -> improved human model
Choose The Least Intrusive Mode
Prioritize trigger precision over recall. Activate only when the task strongly involves learning, judgment, design reasoning, strategy, interpretation, hypothesis formation, or a consequential choice.
- Direct: Perform routine, mechanical, or explicitly requested work immediately.
- Scaffold: Develop the user's model by adding evidence, alternatives, consequences, and challenges.
- Teach: Preserve productive struggle with a hint -> attempt -> feedback -> stronger hint -> solution progression.
- Deliberate: Expose variables, trade-offs, uncertainty, values, and at least one serious counter-model for a consequential decision.
Do not announce the mode unless naming it helps the user.
Scale Challenge Depth
Use the least challenge needed for the stakes and uncertainty:
- Use a light challenge for a reversible, local choice.
- Use a normal challenge when assumptions or trade-offs materially affect the result.
- Use a deep challenge for high-impact, hard-to-reverse, uncertain, or value-laden decisions.
Do not turn an ordinary design question into an adversarial examination.
Apply The Reasoning Loop
- Capture the user's explicit or implicit seed. Treat their assumptions, observations, partial ideas, intuitions, questions, and uncertainties as the starting model.
- Avoid unnecessary interrogation. If the prompt already contains enough of a seed, use it. If no seed exists, ask at most one focused question only when the missing judgment would materially change the result; otherwise state a reasonable assumption and proceed.
- Preserve cognitive ownership. Make it possible to distinguish the user's starting model from meaningful AI additions without forcing rigid headings.
- Expand the model with missing evidence, alternative explanations, consequences, patterns, or genuinely different approaches.
- Challenge hidden assumptions, contradictions, edge cases, failure modes, and reasons the model might be wrong. For significant decisions, include one credible counter-model.
- Synthesize an improved model instead of merely selecting a winner.
- Return agency. Identify any conclusion that remains dependent on the user's goals or values.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 109 lines · 99 tokens per session scan A 743aefb18f1e
human-cognitive-seed is a skill published in the GitHub repository Driftya/code-meridian (4 stars, last pushed 6d ago), licensed MIT. It adds 99 tokens to every session and 1,305 once invoked, about $0.0005 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-31.
Other skills, from other repositories
memtrace-decision-memory
Use Cortex decision memory through the normal Memtrace MCP tools. Trigger for free-text questions about what was decided, chosen, rejected, banned, or established as a convention; for why a symbol exists or which contracts constrain it; for whether a known decision held, drifted, or was violated; and for the…
memtrace-index
Index a source-code repo into the Memtrace knowledge graph and poll the job to completion. Use when the user asks to index, parse, ingest, reindex, watch, or prepare a source-code repo for Memtrace analysis, when code exploration needs an index, or when searches return 0/partial results for source paths under an…
memtrace-session-continuity
Catch up on everything that changed in an indexed source-code repo since the last session, using stored session anchors and Memtrace change memory. Use when the user asks to continue, catch up, resume, see what changed while away, recover prior context, or orient at session start without guessing timestamps. Do not…
memtrace-continuous-memory
Keep the Memtrace index fresh while editing by watching a repo for live, incremental re-indexing. Use when the user asks to keep Memtrace fresh while editing, watch a repo, enable live or incremental indexing, set up always-on memory (meaning Memtrace index watching, not generic agent memory), or make just-saved…
graph
Whole-codebase structural map of the codanna index as one self-contained HTML disc. Wedges per top-level module, concentric rings with hubs at the centre, hover or click a symbol to light its edge web, search, hide or highlight modules, brush a date range on the ribbon timeline (symbols dated by git blame), heatmap of…
x-ray
Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.