Generate Codex Project Instructions
Inputs
- •
AGENTS.md - •
.github/copilot-instructions.md - •
docs/ARCHITECTURE.md,docs/STATE_TRANSITIONS.md,docs/CODING_STANDARDS.md(if needed)
Workflow
- •Read
AGENTS.mdto capture critical constraints, setup commands, and sub-agent routing. - •Read
.github/copilot-instructions.mdfor additional coding standards or workflow rules. - •Summarize the repository setup in a short, actionable list.
- •List critical constraints (pinned versions, Tailwind v4 syntax, CSS variables, state safety).
- •Provide an architecture navigation section that points to
src/*/AGENTS.mdand the docs folder. - •Provide a quality checklist (lint, test, build) and any required ordering.
- •Keep the output concise and in correct English.
Output
- •Produce a single Markdown section suitable for inclusion in
AGENTS.mdor a standalone instruction file. - •Do not invent new constraints.
- •Do not upgrade dependencies.
Related Skills
- •
repo-guardrails-generator— generates compact checklist-style guardrails - •
repo-navigator-agents-routing— provides the domain routing this skill documents