Hivemind Goals

Creates and tracks team goals, KPIs, and tasks through the Hivemind virtual filesystem.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 4bf77a7

Tested and rejected: the skill is inseparable from the commercial @deeplake/hivemind package — copying the SKILL.md alone yields a non-functional skill, and the documented workflow cannot run without the paid product. Listed so you don't repeat the install.

What Hivemind Goals does

Create, track and update team goals + KPIs via the Deeplake virtual filesystem at memory/goal/ and memory/kpi/. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X", or any actionable work item — the goal system replaced the legacy `hivemind…

How to install Hivemind Goals

git clone https://github.com/activeloopai/hivemind
cd hivemind
mkdir -p ~/.claude/skills
cp -r harnesses/claude-code/skills/hivemind-goals ~/.claude/skills/hivemind-goals

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Hivemind Goals

  • /hivemind-goals Creates and tracks team goals, KPIs, and tasks through the Hivemind virtual filesystem.

It also activates on plain-language prompts like these:

  • Track progress on our Q3 revenue KPI
  • Add a new goal for reducing churn
  • Remind me to fix the login bug this week

Frequently asked questions

Is the Hivemind Goals skill free?
Yes. The skill itself is free from activeloopai/hivemind. SkillProof publishes the install command and an independent test verdict at no cost.
Does Hivemind Goals work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Didn't pass. Tested and rejected: the skill is inseparable from the commercial @deeplake/hivemind package — copying the SKILL.md alone yields a non-functional skill, and the documented workflow cannot run without the paid product. Listed so you don't repeat the install.
How do I install Hivemind Goals?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Hivemind Goals with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.