Reviews code against the user request, project conventions, cross-file contracts, and applicable quality risks. Use when: "проверь код", "code review", "ревью кода", "review this code", "check code quality".
Guides code implementation through proportional context reading, focused changes, verification, and fresh reviews. Use whenever code needs to be written — from a short ad-hoc edit to a full user-spec. Use when: "напиши код", "закодь", "реализуй", "write code", "implement" Do NOT use for pure layout from Figma, Claude…
A set of project rules and review criteria for infrastructure work, including local setup, Docker, Git hooks, automated build and delivery pipelines, releases, monitoring, backups, and operations. It also defines how Claude-side files are synchronized to Codex-side files.
Reviews implemented web layouts for source fidelity, responsive behavior, evidence coverage, and project consistency. Use when: "проверь вёрстку", "ревью вёрстки", "проверь адаптив", "review layout", "check visual fidelity" Do NOT use for implementing or changing layouts — use layout-writing instead.
A layout implementation guide for matching web pages to Figma designs, exported designs, screenshots, or an existing project style. It also covers responsive layouts that adapt to different screen widths.
Initializes a project from the standard dual-runtime template, preserves existing files, configures Git hooks, and creates or connects a private GitHub repository with main and dev branches. Use when: "инициализируй проект", "создай новый проект", "init project", "initialize project".
Use when you need information about this project's architecture, tech stack, coding patterns, data model, deployment setup, git workflow, or UX guidelines. Contains comprehensive project documentation including design decisions, technical specifications, and development standards.
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
A guide for creating and updating skills for AI coding agents, including keeping Claude-side source files synchronized with Codex-generated files. A skill is a set of instructions that teaches an agent how to handle a type of task.
Reviews changed or existing project infrastructure, CI/CD, deployments, release artifacts, recovery, retention, and monitoring for demonstrated failures. Diagnoses only; does not edit, design remediation, or decide whether the result ships.
Reviews user-spec interview evidence against project knowledge and code research to diagnose unresolved requirements before drafting. Use when: interview cycles are complete and completeness must be checked before drafting. Diagnoses gaps only; follow-up questions, requirement choices, and drafting decisions are out…
Reviews visual fidelity and responsive layout after layout-writing work. Uses supplied source and captured evidence without redesigning the interface or modifying code.