domain
01Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .ai/scratchpad/.
Agent
Short note from the 2026-08-11 find-missing-skills pass. Do not invent placeholder skills for these.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running npx -y ctxpipe memory capture observe --host claude --event . From ctxpipe-ai/ctxpipe.
Hook Claude Code
Runs after a tool call finishes, running npx -y ctxpipe memory capture observe --host claude --event . From ctxpipe-ai/ctxpipe.
Hook Claude Code
Runs when the agent finishes a response, running npx -y ctxpipe memory capture finalize --host claude --event. From ctxpipe-ai/ctxpipe.
Settings file Claude Code
Agent settings declaring 3 hook events (UserPromptSubmit, PostToolUse, Stop).
Cursor rule Cursor
Local .ai/memory load order, indexes, and candidate-first capture.
Skill Claude CodeCodexCursor
Analyze application logs and ops signals. In this ctxpipe repo, prefer Railway → Langfuse → Better Stack MCPs (not .evlog/logs/). Upstream sections below cover optional/legacy evlog FS drain for other stacks.
Skill Claude CodeCodexCursor
Authors, deploys, and troubleshoots AWS infrastructure using CDK with TypeScript or Python. Covers best practices, stack architecture, and construct patterns. Always use when writing CDK constructs, bootstrapping environments, running cdk deploy/synth/diff, fixing CDK or CloudFormation errors, planning stack…
Skill Claude CodeCodexCursor
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Skill Claude CodeCodexCursor
This skill provides guidance for implementing security features that span across Better Auth, including rate limiting, CSRF protection, session security, trusted origins, secret management, OAuth security, IP tracking, and security auditing. These topics are not covered in individual plugin skills.
Skill Claude CodeCodexCursor
Write or update an ADR under .ai/memory/decisions and refresh decisions/index.md.
Skill Claude CodeCodexCursor
Capture a lighter decision note or route to capture-adr for full ADRs.
Skill Claude CodeCodexCursor
Add or update a term in .ai/memory/glossary.md.
Skill Claude CodeCodexCursor
Append a confirmed lesson to .ai/memory/lessons-learned.md.
Skill Claude CodeCodexCursor
Review the changes since a fixed point (commit, branch, tag, or merge-base) along three axes — Standards, Spec, and Simplicity. Runs the three reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Skill Claude CodeCodexCursor
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
Skill Claude CodeCodexCursor
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
Skill Claude CodeCodexCursor
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Skill Claude CodeCodexCursor
Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
Skill Claude CodeCodexCursor
Enforces correct Drizzle migration workflow. Use when adding/changing tables, columns, indexes, or any schema changes. NEVER manually create migration SQL — always run pnpm run db:generate.
Skill Claude CodeCodexCursor
This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth.