scaffold
49Command Claude Code
Scaffold a fresh, agent-ready repo from scratch (greenfield bootstrap).
Command Claude Code
Scaffold a fresh, agent-ready repo from scratch (greenfield bootstrap).
Command Claude Code
Pre-merge pipeline — test, review, update TASKSTATE, stage.
Command Claude Code
Refresh skill-sourced .claude/ files from the installed agentic-skeleton templates.
Command Claude Code
Run the terraform-reviewer subagent on the current Terraform diff.
Hook Claude Code
Runs when a session starts on startup, resume and clear, executing session-start.sh. From rex/mcp-apple-reminders.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing serena-required.sh and inject-state.sh (2 commands). From rex/mcp-apple-reminders.
Hook Claude Code
Runs before the agent uses a tool for Bash, Read, Edit, MultiEdit and Write tool calls, executing bash-guard.sh and serena-gate.sh (2 commands). From rex/mcp-apple-reminders.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing auto-lint.sh. From rex/mcp-apple-reminders.
Hook Claude Code
Runs when the agent finishes a response, executing stop-gate.sh. From rex/mcp-apple-reminders.
Settings file Claude Code
Agent settings declaring 5 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).
MCP server Claude CodeCodexCursor
MCP server "serena" as configured in rex/mcp-apple-reminders. 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-apple-reminders. Runs in Docker (ghcr.io/github/github-mcp-server). Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for rex/mcp-apple-reminders, covering agents.md, 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-apple-reminders, a project described as: MCP server for Apple Reminders. Full CRUD via EventKit, no shortcuts hacks.
Instructions file Gemini CLI
Gemini CLI instructions for rex/mcp-apple-reminders, a project described as: MCP server for Apple Reminders. Full CRUD via EventKit, no shortcuts hacks.