build-fix
01Command
A command that fixes TypeScript and other build errors one at a time, rerunning the build after each change.
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.
Command
A command that lists learned coding habits and shows how confident the system is in each one, grouped by area.
Command
A command that reviews a coding session and extracts reusable solutions, debugging methods, workarounds, or project conventions into proposed skill files.
Command
Command "orchestrate" from Luohaothu/everything-codex, covering 编排命令, 使用, 工作流类型, feature and bugfix.
Command
A planning command that restates a software request, identifies risks and dependencies, and creates a step-by-step implementation plan before code is changed.
Command
A command that asks a Python-review agent to inspect Python changes. It runs code-quality, type, security, dependency, formatting, and test checks, then groups findings by severity.
Command
A cleanup command finds unused code and dependencies, writes a report, and recommends removals only after tests pass.
Command
A command for managing saved Claude Code session histories, including listing sessions, loading them, assigning aliases, viewing information, and editing them.
Command
A setup command that selects the package manager—npm, pnpm, yarn, or Bun—for a project or for your whole environment.
Command
A command that studies a repository’s Git history—the record of past code changes—to extract recurring coding and workflow patterns into a SKILL.md file.
Command
A TDD command guides test-driven development: define the interface, write a failing test, implement the smallest passing solution, and then improve the code.
Command
A test-coverage tool measures which parts of the code tests exercise and creates tests for uncovered code paths.
Command
A command that scans a codebase’s files and dependencies and updates high-level architecture documents called code maps.
Command
A documentation updater creates project guides from package.json, which lists scripts, and .env.example, which lists required environment settings.
Command
Command "verify" from Luohaothu/everything-codex, covering 验证命令, 说明, 输出 and 参数.