domain
01AmanVarshney01/create-better-t-stack
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
26 tagged better auth, measured the same way as everything else here.
Browse within: agent-friendly 11ai-first 11cloudflare-workers 11bun 7ReAct 6multi-tenant 6nextjs 6postgresql 6prisma 6drizzle-orm 5
AmanVarshney01/create-better-t-stack
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
AmanVarshney01/create-better-t-stack
Agent
Issues and PRDs for this repo live in GitHub Issues for AmanVarshney01/create-better-t-stack. Use the gh CLI for issue operations.
AmanVarshney01/create-better-t-stack
Agent
Designs a valid, coherent Better-T-Stack configuration from a high-level product description, then plans and (on confirmation) generates it through the Better-T-Stack MCP server. Use when stack choices are open-ended and you want a recommended end-to-end type-safe setup.
Agent
AI agents that handle customer conversations autonomously. Powered by Mastra, using a workspace-based architecture where agents interact through a virtual filesystem and CLI commands.
Agent Claude Code
Optimizes prompts for LLMs and AI systems. Use when building AI features, improving agent performance, or crafting system prompts. Expert in prompt patterns and techniques.
Agent
The primer now lives at the repo root: ../AGENTS.md — that's the file Codex, Cursor, and Copilot read by convention, so it's the single source of truth.
Agent
Specialized agents to spawn for scoped work, so verbose output stays out of the main context window and independent tasks run in parallel. Each entry is a ready-to-paste system prompt plus when to use and tool scope.
Agent Cursor
Reviews a change against this repository's layer, tenancy, security and testing contracts. Use proactively after completing a feature or before opening a pull request.
Agent Cursor
Turns a raw idea or vague request into scoped user stories with acceptance criteria. Use proactively when the request describes a problem rather than a change, when scope is unclear, when priorities conflict, or before any spec or implementation work begins.
Agent Cursor
Implements Accepted specs end to end, fixes bugs, and refactors without changing behaviour. Use proactively for new features once the spec is Accepted, domain/Prisma/Server Action changes, and technical approach decisions. Do not use when the request is a problem without a spec — that is product-manager.
nikandr-surkov/ai-saas-starter
Agent Claude Code
Read-only reviewer for auth, billing, and credits-ledger changes. Use proactively after modifying src/lib/auth, src/lib/billing, src/lib/credits, or src/app/api — before committing.
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Project-local Claude Code subagents that wrap pieces of .brain/HARNESS.md. The main thread delegates to these so it doesn't have to re-load harness rules every turn.
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Drives a feature's golden path + one error path through the LIVE app using the Playwright CLI (a throwaway Node script run headless), screenshots each step, and writes a verification doc to .brain/features/ /verifications/ .md. Replaces writing per-feature e2e specs. Use for any user-visible feature/flow before…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Builds and changes UI in this repo — routes, components, marketing surfaces, forms, tables, empty/loading/error states. Carries the frontend rules, the craft moves and the anti-slop tells so the mistakes are not made in the first place, and self-measures with design:audit before returning. Use for ANY user-visible…