ctxpipe-ai

60 mods across 1 repository, 21 stars between them.

domain

01

ctxpipe-ai/ctxpipe

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

21 3d ago A 0 tokens

issue-tracker

02

ctxpipe-ai/ctxpipe

Agent

Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .ai/scratchpad/.

21 3d ago A 0 tokens

skills-gaps

03

ctxpipe-ai/ctxpipe

Agent

Short note from the 2026-08-11 find-missing-skills pass. Do not invent placeholder skills for these.

21 3d ago A 0 tokens

triage-labels

04

ctxpipe-ai/ctxpipe

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.

21 3d ago A 0 tokens

UserPromptSubmit

05

ctxpipe-ai/ctxpipe

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.

21 3d ago A tokens not measured

PostToolUse

06

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.

21 3d ago A tokens not measured

Stop

07

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.

21 3d ago A tokens not measured

ctxpipe

08

ctxpipe-ai/ctxpipe

Settings file Claude Code

Agent settings declaring 3 hook events (UserPromptSubmit, PostToolUse, Stop).

21 3d ago A tokens not measured

ai-memory

09

ctxpipe-ai/ctxpipe

Cursor rule Cursor

Local .ai/memory load order, indexes, and candidate-first capture.

21 3d ago A 552 tokens

analyze-logs

10

ctxpipe-ai/ctxpipe

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.

21 3d ago A 54 tokens

aws-cdk

11

ctxpipe-ai/ctxpipe

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…

21 3d ago C 84 tokens

ctxpipe-ai/ctxpipe

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.

21 3d ago A 59 tokens

capture-adr

14

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Write or update an ADR under .ai/memory/decisions and refresh decisions/index.md.

21 3d ago A 22 tokens

capture-decision

15

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Capture a lighter decision note or route to capture-adr for full ADRs.

21 3d ago A 19 tokens

capture-lesson

17

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Append a confirmed lesson to .ai/memory/lessons-learned.md.

21 3d ago A 20 tokens

code-review

18

ctxpipe-ai/ctxpipe

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".

21 3d ago A 76 tokens

codebase-design

19

ctxpipe-ai/ctxpipe

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.

21 3d ago A 57 tokens

create-auth-skill

20

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.

21 3d ago A 21 tokens

diagnosing-bugs

21

ctxpipe-ai/ctxpipe

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.

21 3d ago A 40 tokens

domain-modeling

22

ctxpipe-ai/ctxpipe

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.

21 3d ago A 34 tokens

drizzle-migrations

23

ctxpipe-ai/ctxpipe

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.

21 3d ago A 44 tokens