一键导入
Save durable knowledge into the project Brain.
npx skills add https://github.com/reddb-io/red-skills --skill capture复制此命令并粘贴到 Claude Code 中以安装该技能
Save durable knowledge into the project Brain.
npx skills add https://github.com/reddb-io/red-skills --skill capture复制此命令并粘贴到 Claude Code 中以安装该技能
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.
Search artifacts in the project Brain.
Inspect the project Brain store.
Synthesize an answer from the project Brain.
| name | capture |
| description | Save durable knowledge into the project Brain. |
Use this when the user asks to save, dump, remember, or capture something in the
project Brain. Brain stores typed artifacts in the workspace .red/brain/*
RedDB store.
Call the brain_capture MCP tool when available. Otherwise run:
node "${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/bootstrap.mjs" capture --title "<title>" --kind note "<content>"
Do not capture secrets, raw credentials, API keys, or passwords.