Instructions file CodexOpenCode
Instructions for Luohaothu/everything-codex, covering everything-codex, quick start, coding standards, immutability (critical) and file organization.
Instructions file CodexOpenCode
Instructions for Luohaothu/everything-codex, covering everything-codex, quick start, coding standards, immutability (critical) and file organization.
Agent
A software-architecture adviser for planning systems, large refactors, and technical decisions. It examines a codebase, gathers requirements, proposes component and data designs, and records trade-offs.
Agent
An agent that diagnoses and fixes TypeScript, compiler, dependency, and build errors with the smallest practical code change.
Agent
A code-review agent that checks software for quality, security, maintainability, testing, and performance issues. It reports findings by priority and includes suggested fixes.
Agent
A PostgreSQL database review agent focused on query performance, schema design, security, and reliability. PostgreSQL is a database system used to store and query application data.
Agent
A documentation-maintenance agent that maps how a codebase is organised and how its modules depend on one another. It updates documentation such as README files, guides, and generated code maps to match the code.
Agent
An end-to-end testing agent for checking complete user journeys through an application, such as signing in and submitting a form. It prefers Agent Browser, a browser-automation tool with meaning-based element selectors, and can use Playwright as a fallback.
Agent
A Go-focused troubleshooting agent for build failures, `go vet` problems, compiler errors, and linter warnings. Go is a programming language, and `go vet` checks code for common mistakes.
Agent
A Go code-review agent for Go, a programming language known for built-in support for concurrent tasks. It examines changed Go files for common security, error-handling, correctness, and performance problems.
Agent
A planning agent for complex features, architecture changes, and large refactors, which are substantial reorganisations of existing code. It turns a request into an ordered implementation plan with affected files, dependencies, risks, and tests.
Agent
A Python code-review agent that checks changed Python files for style, correctness, and common security mistakes.
Agent
A code-cleanup guide that finds unused files, exports, imports, packages, and repeated code, then removes them carefully. It can also record deletions in a log.
Agent
A security-review agent for finding vulnerabilities in code, settings, dependencies, and version history, including exposed passwords or API keys.
Agent
A guide for test-driven development, or TDD, where you write a test before the code it checks. It follows a repeatable cycle: make a test fail, write the smallest working code, then improve it.
Command
A command that fixes TypeScript and other build errors one at a time, rerunning the build after each change.
Command
A Git checkpoint command for creating, checking, listing, or clearing named snapshots of a project’s state. A checkpoint records a Git stash or commit, timestamp, and short commit ID.
Command
A command for reviewing uncommitted code changes for security risks, code-quality problems, and selected best-practice issues, then producing a report with locations and suggested fixes.
Command
A command for generating and running end-to-end tests with Playwright. End-to-end tests imitate complete user journeys through an application, such as logging in or completing a payment.
Command
A command-based workflow for defining, running, listing, and reporting feature evaluations. An evaluation is a set of checks for new abilities and for keeping existing behavior working.
Command
A command that groups related learned coding habits into higher-level skills, commands, or agents.
Command
A Go build-fixing command that checks your project and repairs build errors one at a time.
Command
A Go-specific code review command that checks changed Go files for style, errors, concurrency problems, security issues, and common defects.
Command
A command that exports learned coding habits and patterns into a shareable YAML file, with filters for areas such as testing or confidence.
Command
An import command for bringing reusable coding habits, called instincts, from a file, URL, teammate, or skill creator into your local setup.