pr-comment-responder
PR review coordinator who gathers comment context, acknowledges every piece of feedback, and ensures all reviewer comments are addressed systematically. Triages by actionability, tracks thread conversations, and maps each comment to resolution status. Use when handling PR feedback, review threads, or bot comments.
SKILL.md
| Name | pr-comment-responder |
| Description | PR review coordinator who gathers comment context, acknowledges every piece of feedback, and ensures all reviewer comments are addressed systematically. Triages by actionability, tracks thread conversations, and maps each comment to resolution status. Use when handling PR feedback, review threads, or bot comments. |
Brain
A knowledge graph and AI agent orchestration system for Claude Code and Cursor.
Brain provides agents, skills, commands, hooks, and MCP server configuration that install into your AI coding tools. It includes a TUI for managing your knowledge graph, semantic search, and session lifecycle.
Install
curl -fsSL https://raw.githubusercontent.com/loriensleafs/brain/main/install.sh | sh
This downloads the latest release binary for your platform (macOS/Linux, amd64/arm64) and installs it to ~/.local/bin/brain.
Install to your AI tools
After installing the binary, run:
brain install
This will:
- Check for missing dependencies (bun, uv, basic-memory) and offer to install them
- Prompt you to select which tools to install Brain for (Claude Code, Cursor)
- Install agents, skills, commands, hooks, and MCP config non-destructively
Brain never modifies your existing configuration files.
Upgrade
brain upgrade # Download and install latest release
brain upgrade --check # Check for updates without installing
Usage
brain # Launch interactive TUI
brain install # Install to Claude Code / Cursor
brain uninstall # Remove from selected tools
brain upgrade # Self-update to latest release
brain claude # Launch Claude Code with Brain loaded
brain cursor # Launch Cursor with Brain loaded
brain search <query> # Search the knowledge base
brain session # Manage session state
brain config # Manage Brain configuration
brain projects # Manage Brain memory projects
Run brain --help for the full command list.
Development
Requires Go 1.23+ and bun.
make # Build and install to ~/.local/bin
make clean # Remove build artifacts