settings
25Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).
MCP server Claude CodeCodexCursor
MCP server "serena" as configured in rex/mcp-rancher. Runs locally from the git+https://github.com/oraios/serena Python package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
MCP server Claude CodeCodexCursor
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
MCP server Claude CodeCodexCursor
MCP server "github" as configured in rex/mcp-rancher. Runs in Docker (ghcr.io/github/github-mcp-server). Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for rex/mcp-rancher, covering agents.md — rancher-mcp, 1. project snapshot, 2. setup, 3. commands the agent must run before declaring done and 4. repo layout.
Instructions file
Claude Code instructions for rex/mcp-rancher, a project described as: Capability-aware MCP server for Rancher. Cluster, workload, RBAC, and monitoring exposed to Claude.
Instructions file Gemini CLI
Gemini CLI instructions for rex/mcp-rancher, a project described as: Capability-aware MCP server for Rancher. Cluster, workload, RBAC, and monitoring exposed to Claude.
MCP server Claude CodeCodexCursor
Capability-aware MCP server for Rancher-managed Kubernetes: discovery, generic resource access, and curated operator workflows across the Norman and Steve planes (Rancher 2.6.5–2.9.3). Runs locally from the rancher-mcp Python package. Needs 4 environment variables to run.
Instructions file CodexOpenCode
AGENTS.md instructions for rex/mcp-apple-obsidian, covering mcp apple obsidian - agent guide, project overview, architecture, key design principles and adding new tools.
MCP server Claude CodeCodexCursor
MCP server "mcp-apple-obsidian" as configured in rex/mcp-apple-obsidian. Runs locally from the mcp-apple-obsidian Python package.
Agent Claude Code
Use PROACTIVELY for errors, stack traces, test failures, or unexpected behavior. Root-cause analysis + minimal fix.
Agent Claude Code
Executes exactly ONE slice from TASKSTATE.md. Reads slice, writes code, runs tests, checks box. Never plans or decomposes. Invoke with slice ID.
Agent Claude Code
MUST BE USED for any feature, bug, or refactor touching >1 file or >30 LOC. Decomposes into verifiable slices in TASKSTATE.md. Planning only — does NOT implement.
Agent Claude Code
Use PROACTIVELY for any task requiring codebase search, doc fetch, or understanding how existing code works. Spawn multiple in parallel for independent questions. Returns terse structured synthesis — never raw dumps.
Agent Claude Code
Use PROACTIVELY after any implementer slice and before /ship. Reviews working-tree diff against CONVENTIONS.md. Read-only.
Agent Claude Code
Read-only Terraform reviewer. Use PROACTIVELY for any PR touching .tf, .tfvars, or modules/. Runs fmt/validate/lint/scan + plan summary. MUST NOT apply, destroy, or mutate state.
Agent Claude Code
Use PROACTIVELY after any code change. Runs project tests and reports failures with one-line root-cause guesses. Does not fix.
Command Claude Code
Draft a new Architectural Decision Record from the current discussion.
Command Claude Code
Root-cause a failing test or bug via the debugger subagent.
Command Claude Code
Execute one slice from TASKSTATE.md.
Command Claude Code
Decompose a feature into slices in TASKSTATE.md and specs/ /.
Command Claude Code
Retrofit an existing repo for agent collaboration (brownfield, 5 PRs).
Command Claude Code
Run the reviewer subagent on the current working-tree diff.