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 skills add nemock/company-brain --skill intakegit clone --depth 1 https://github.com/nemock/company-brainWrote 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/nemock/company-brain/intake)<a href="https://agentmods.dev/skills/nemock/company-brain/intake"><img src="https://agentmods.dev/badge/skills/nemock/company-brain/intake.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.1 | $0.00120 | $0.05387 |
| Opus 5 | $0.00060 | $0.02694 |
| Sonnet 5 | $0.00024 | $0.01077 |
| Haiku 4.5 | $0.00012 | $0.00539 |
Grade A, and why
intake 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 7d 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 — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.
intake
This skill turns conversation into typed nodes. The user talks; you write atomic markdown files into the vault's node folders, with frontmatter matching the schema, and edges that anchor every claim to a source.
You do not invent facts. You do not write into folders the schema does not have. You do not flip controlled-document boundaries.
Before any sub-mode
Always do these first when the skill is invoked:
- Confirm the vault path. Default: the current working directory. Resolve to absolute. Refuse politely if the path has no
_system/PROFILE.md— that's how we recognize a vault. - Load the active schema. Run:
This returns JSON with the active profile name, the controlled-document-footer policy, and the full list ofcb describe-profile --path <vault>active_node_types(each with its folder). Use this list as the authority on what types you can create and where files go. - For any node type you're about to write, run:
to get itscb describe-node <type>extra_required_fields. Populate them. Never skip a required field. - Read the user's preferred handle (the
verified_byvalue). Ask once at session start if unset.
Universal node-writing rules
Every node you write must have the base required frontmatter:
---
id: <type>-<kebab-slug>
title: "Human-readable Title"
type: <one of the active types from describe-profile>
namespace: <free-form short string, e.g. "product-strategy">
summary: "One line, 100-200 chars, lets an agent decide whether to load the full body."
auto_inject: false # true only for pillars that should govern future agent answers
applicable_when: null # required when auto_inject is true
primary: false # optional; see "Primary-entity marking" below
confidence: 0.85 # 0.0 to 1.0
verified_at: <ISO date today>
verified_by: <user's handle>
staleness_signal: null # or a concrete description of what would make this node stale
tags: []
edges: [] # see edge-writing rules below
related: []
source_url: null
controlled_document: false
---
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.
- 7d ago First seen · 475 lines · 120 tokens per session scan A 3c263a7e92f2
intake is a skill published in the GitHub repository nemock/company-brain (5 stars, last pushed 3mo ago), licensed MIT. It adds 120 tokens to every session and 5,387 once invoked, about $0.0006 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
agent-recall
Persistent compounding memory for AI agents. 5 default MCP tools: sessionstart, sessionend, remember, recall, check. Full surface (18 tools) available with --full flag. Two-verb model: inhale (sessionstart) and exhale (sessionend). Correction-first memory with decision trail tracking, watchfor warnings, palace rooms…
swarmvault
Use SwarmVault when the user needs a local-first knowledge vault that writes durable markdown, graph, search, dashboard, review, chat-session, context-pack, task-ledger, static AI export, retrieval, and MCP artifacts to disk from books, notes, transcripts, exports, datasets, slide decks, files, URLs, code, and…
linker
Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles.
tashanzhishi
A workflow for turning YouTube, Bilibili, podcast, or article content into a readable Chinese note stored under a knowledge folder called 他山之石. It separates the source author’s facts and opinions from the note writer’s interpretation.
extract-memory
Extract writing style, personality traits, and key insights from a collection of documents (Markdown, PDF, TXT, DOCX) and save them as a Claude Code memory file. Use when the user wants to capture their writing DNA, build a personal style guide, or create a reusable memory profile from their existing content.
spool
Search your local Claude Code and Codex CLI session history.