AugmentClaude

Company Brain

Operate as part of a shared organizational memory, consulting and contributing knowledge across your team.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up β€” so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/company-brain-caura-ai/ β€” the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates β€” they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description β€” no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the β€œWhat this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

How an agent should operate as one mind inside a shared Company Brain built on Caura β€” recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work should build on, and feed back into, what the organization already knows; it sets the operating posture. For the mechanics of individual caura_* tools, see the companion "memclaw" skill.

What this skill does

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.

  5. Stay within the boundaries. Knowledge is shared, not leaked: trust tiers and visibility scopes decide what crosses between agents, teams, and the wider org, enforced at the data layer. Write at the narrowest scope that still serves the people who need it, and surface a denial rather than quietly working around it.


Posture layer for the Caura Company Brain. Pair it with the memclaw skill, which carries the tool mechanics. Built on the Caura protocol (Apache 2.0) β€” see caura.ai.

Related skills