Prompts
Hand-authored prompt templates for Claude Code, Codex, Cursor, and GitHub Copilot. Each template is verified against current agent docs.
- gemini 2026-06-14
GEMINI.md Template — Project Context for Gemini CLI
A copy-pasteable GEMINI.md template for Google Gemini CLI. Covers the GEMINI.md vs AGENTS.md precedence rule and the hierarchical context loading order.
- claude-code 2026-05-08
Claude Code Bug Fix Prompt — Smallest-Safe-Change Template
A copy-pasteable Claude Code bug fix prompt. Forces minimal-diff fixes for build errors, runtime errors, and TypeScript errors in Vite + React projects.
- claude-code 2026-05-08
Claude Code Code Review Prompt — Severity-Tiered Review Template
A Claude Code code review prompt with critical / minor / suggestion severity tiers. Covers correctness, security, performance, accessibility, TypeScript types.
- claude-code 2026-05-08
Claude Code Feature Prompt — Constraint-First Implementation Template
A Claude Code feature implementation prompt that enforces existing-architecture preservation. Free-text feature spec + constraint toggles for Vite projects.
- claude-code 2026-05-08
Claude Code Refactor Prompt — Behavior-Invariant Template
A Claude Code refactor prompt that locks behavior. No new features, no API changes, existing tests preserved. For Vite + React + TypeScript codebases.
- claude-code 2026-05-08
Claude Code Test Generation Prompt — Vitest + Behavior-First Template
A Claude Code prompt for generating Vitest unit, integration, and component tests. Tests behavior over implementation. Vite + React + TypeScript ready.
- codex 2026-05-08
Codex AGENTS.md Template — Project Context for OpenAI Codex
A copy-pasteable AGENTS.md template for OpenAI Codex. No frontmatter (Codex requirement). Tech stack, commands, conventions, output format — for Vite projects.
- cursor 2026-05-08
Cursor Rules Template — .cursor/rules/*.mdc with Valid YAML Frontmatter
A copy-pasteable .cursor/rules/*.mdc template for Cursor IDE. Includes the required description / globs / alwaysApply frontmatter — not deprecated .cursorrules.
- claude-code 2026-05-08
Vite CLAUDE.md Template — Project Rules for Claude Code
A copy-pasteable CLAUDE.md template for Vite + React + TypeScript projects, optimized for Claude Code. Stack-aware. Verified against current Anthropic guidance.