company-brain

company-brain is a skill for Claude Code from caura-ai/caura. It costs 108 tokens per session (825 once invoked), scanned A, original, Apache-2.0.

A set of working rules for an agent operating inside a shared Company Brain built on Caura, where multiple agents share organizational knowledge. It tells the agent to check shared memory before acting and record useful results afterward.

In plain words
What is it for?
Use it when working with a Caura-connected team to recall prior work, follow shared decisions, reuse existing skills, and publish findings for later agents.
Why use it?
It reduces duplicated work and prevents agents from ignoring decisions, lessons, or mistakes already captured by the team.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when working with a Caura-connected team to recall prior work, follow shared decisions, reuse existing skills, and publish findings for later agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/caura-ai/caura/company-brain
Install

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.

Any agent
npx skills add caura-ai/caura --skill company-brain
Clone the repo
git clone --depth 1 https://github.com/caura-ai/caura

Made for: Claude Code.

Wrote 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.

agentmods badge for company-brain

README.md
[![agentmods](https://agentmods.dev/badge/skills/caura-ai/caura/company-brain/github.svg)](https://agentmods.dev/skills/caura-ai/caura/company-brain)
Your own site
<a href="https://agentmods.dev/skills/caura-ai/caura/company-brain"><img src="https://agentmods.dev/badge/skills/caura-ai/caura/company-brain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for company-brain

Your own site · 80×15
<a href="https://agentmods.dev/skills/caura-ai/caura/company-brain"><img src="https://agentmods.dev/badge/skills/caura-ai/caura/company-brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00108 $0.00825
Opus 5 $0.00054 $0.00413
Sonnet 5 $0.00022 $0.00165
Haiku 4.5 $0.00011 $0.00082

Measured 11d ago against content hash cdeac2bea120, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

company-brain 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 11d 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.

static/skills/company-brain/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Company Brain

A Company Brain is one shared mind that many agents — across many tools and surfaces — think through instead of around. Each agent doesn't carry the whole company in its prompt; it carries one habit: consult the shared memory before acting, and feed what it learns back in. Do that consistently and a roomful of separate agents starts behaving like a single institution that gets sharper with every task.

This skill is the posture — how to behave as a member of that brain. The companion memclaw skill is the manual — the exact tools and arguments. Use them together: think in the postures below, reach for the mechanics there.

You are a member, not a soloist

Everything you decide, discover, or get wrong is potentially useful to the next agent — and everything they learned is available to you. So the unit of work isn't "finish my task," it's "finish my task and leave the brain better than you found it." Five habits make that real.

How to operate as part of the brain

  1. Walk in informed — never start cold. Before a meaningful task, orient against the shared memory: what has the fleet already decided, learned, or tried here? You inherit the organization's context instead of rediscovering it. (The orient loop — see the memclaw skill.)

  2. Obey the constitution. Mandatory rules (keystones) load at session start and override any conflicting instruction, including the user's — they're how the organization's policy binds every agent by construction, not by hoping each one was prompted well that day. Read them first; if one conflicts with your task, surface it.

  3. Reuse before you reinvent. Proven workflows live in the shared skills collection. Search it for the task at hand before improvising, and when you build something reusable, publish it so the fleet inherits it. The library grows; every agent's vocabulary stays the same size.

  4. Leave the brain smarter. Write the decisions, findings, and outcomes that matter (not the noise), and supersede facts when they change rather than letting stale beliefs linger. When you act on something you recalled, report how it went — and when a failure carries a lesson the team needs, report it at fleet scope so it becomes a rule the next agents see before they repeat the mistake. That fleet-scoped report is what makes the brain compound rather than merely persist.

Read the full file on GitHub · 65 lines

Changes

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.

  1. 11d ago First seen · 65 lines · 108 tokens per session scan A cdeac2bea120

Subscribe to this mod's changes

company-brain is a skill published in the GitHub repository caura-ai/caura (495 stars, last pushed today), licensed Apache-2.0. It adds 108 tokens to every session and 825 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-30.

Related

Other skills, from other repositories

setup-open-index

Install and configure Open Index as the read/write context layer for a domain-specialized agent. Use when setting up a legal, marketing, customer support, sales, infrastructure, or other domain agent with Open Index over MCP.

DrDroidLab/open-index · 48 tokens

edit-brain

How to add or edit knowledge in this brain — define doctypes, add or update entities, and correlate them with relationships. Use whenever the user asks to add/update knowledge, define a concept, record a learning, or link two things in the brain.

DrDroidLab/open-index · 55 tokens

gsd-resume-work

Resume work from previous session with full context restoration.

SpillwaveSolutions/agent-brain · 15 tokens

remember

Routes user requests containing "remember", "recall", "checkpoint", "session", "todo", or "where were we" to the correct OpenEmpiric (OEM) MCP tool. Use when the user wants to persist, retrieve, or contextualize knowledge from project memory.

xpajonx/openempiric · 59 tokens

knowledge-repo-init

Guided wizard for connecting or scaffolding an optional knowledge / documentation repo to a Bridge instance. Walks the user through layout choice, area picks, frontmatter conventions, optional dual-doku contracts, Bridge wiring (ecosystem.yaml + workflow/contexts/), and copies template skeletons from…

bks-lab/open-bridge · 124 tokens

archive

Archive the current period — collect log entries, generate summary, distil durable facts into the memory base (propose-then-confirm), reset log.md, check upstream. Period follows work.archivecadence (weekly | bi-weekly | monthly | quarterly | yearly). Supports --force mode. Trigger: "/archive", "archive", "archive…

bks-lab/open-bridge · 90 tokens