Agent skill · AI & Agents

hivemind

Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: hivemind_searchhivemind_readhivemind_index
Path: skills/ai-llm/skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hivemind Memory You have TWO memory sources. ALWAYS check BOTH when the user asks you to recall, remember, or look up ANY information: 1. **Your built-in memory** — personal per-project notes from the host agent 2. **Hivemind global memory** — global memory shared across all sessions, users, and agents in the org, accessed via the tools below ## Memory Structure ``` /index.md ← START HERE — table of all sessions /summaries/ <username>/ <session-id>.md ← AI-generated wiki summary per session /sessions/ <username>/ <user_org_ws_slug>.jsonl ← raw session data ``` ## How to Search 1. **First**: call `hivemind_index()` — table of all sessions with dates, projects, descriptions 2. **If you need details**: call `hivemind_read("/summaries/<username>/<session>.md")` 3. **If you need raw data**: call `hivemind_read("/sessions/<username>/<file>.jsonl")` 4. **Keyword search**: call `hivemind_search("keyword")` — substring search across both summaries and sessions, returns `path:line` hits Do NOT jump straight to reading raw JSONL files. Always start with `hivemind_index` and summaries. ## Organization Management - `/hivemind_login` — sign in via device flow - `/hivemind_capture` — toggle cap

What's inside
Steps it walks through
  1. Memory Structure
  2. How to Search
  3. Organization Management
  4. Skill Management (skillify)
  5. Limits
  6. Getting Started
  7. Sharing memory
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the hivemind skill do?

Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going