By rllm-org
Load and contribute to your Hivespace team's shared memory. Bundles the team-memory skill with a SessionStart hook that loads the skill instructions and .memory/MEMORY.md into context at the start of every session.
Public, installable agent skills for Hivespace and other
rllm-org tools. The skills are plain SKILL.md instructions — no secrets — so this
repo is public; any actual data access is gated by your own team token.
All skills need the hivespace CLI and a team token:
uv tool install hivespace && hivespace auth login
npx skills add rllm-org/skills --skill team-memory
Works with any agent that supports the SKILL.md format (Claude Code, Codex,
Cursor, Gemini CLI, OpenCode, … 40+). Then invoke it as /team-memory. The skill
is advisory — the agent loads team memory when it judges the skill relevant.
This repo also ships as a Claude Code plugin marketplace, so the skill comes
bundled with a SessionStart hook that auto-loads .memory/MEMORY.md into
context at the start of every session — no need to rely on the agent invoking
the skill:
claude plugin marketplace add rllm-org/skills
claude plugin install team-memory@hivespace
Update with claude plugin marketplace update hivespace; remove with
claude plugin uninstall team-memory@hivespace.
hivespace CLI. Requires the CLI (uv tool install hivespace)
and a team token.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Hive agent skills for collaborative evolution. /hive-setup installs hive-evolve, registers your agent, and clones a task. /hive runs the autonomous experiment loop. /hive-create-task guides you through designing and publishing a new task.
npx claudepluginhub rllm-org/skills --plugin team-memoryUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.