with one click
Search artifacts in the project Brain.
npx skills add https://github.com/reddb-io/red-skills --skill searchCopy and paste this command into Claude Code to install the skill
Search artifacts in the project Brain.
npx skills add https://github.com/reddb-io/red-skills --skill searchCopy and paste this command into Claude Code to install the skill
| name | search |
| description | Search artifacts in the project Brain. |
Use this before answering questions that depend on the workspace's captured knowledge, prior decisions, open questions, plans, or references.
Call brain_search when MCP is available. Otherwise run:
node "${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/bootstrap.mjs" search "<query>"
Autonomous loop that drains the `ready-for-agent` queue on the issue tracker. Each iteration claims an issue, runs it in an isolated worktree, executes with claude or codex, merges back to main, and closes the issue. Use when the user wants to run AFK execution, drain a PRD, hammer specific issues, or otherwise let agents grind through the backlog.
Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `.red/agents/` so the engineering skills know this repo's GitHub Issues setup, triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.
Open the project Memory graph in red-ui (the visual cluster/query/collections workspace) by pointing the red-ui MCP App at the local RedDB store, falling back to the browser Workbench in terminal hosts. Use when the user wants to SEE the memory graph, clusters, or collections visually rather than recall text.
Save durable knowledge into the project Brain.
Inspect the project Brain store.
Synthesize an answer from the project Brain.