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 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 参数.
Skill Claude CodeCodex
A collection of patterns for designing server-side applications, including web API structure, data-access repositories, and service layers.
Skill Claude CodeCodex
A guide to designing ClickHouse databases and queries for fast analysis of large datasets. ClickHouse is a column-based database built for analytical workloads rather than ordinary application transactions.
Skill Claude CodeCodex
A set of coding rules for TypeScript, JavaScript, React, and Node.js projects, covering naming, simplicity, reuse, immutability, and error handling.
Skill Claude CodeCodex
A learning system that observes coding sessions and turns repeated behaviours into reusable, confidence-scored instincts, which can later become skills, commands, or agents.
Agent
A background agent that reviews recorded coding-session activity to find repeated patterns and turn them into reusable working habits.
Skill Claude CodeCodex
A session-ending process that reviews a Claude Code conversation and saves reusable solutions as learned skills. It looks for patterns such as error fixes, debugging methods, workarounds, user corrections, and project-specific practices.
Skill Claude CodeCodex
A collection of recommended patterns for structuring and extending Django applications, including web APIs and database-backed projects.
Skill Claude CodeCodex
A guide to securing Django web applications, including login, permissions, request protection, and safe deployment settings.
Skill Claude CodeCodex
A testing guide for Django applications using pytest-django, factory_boy, mocks, coverage reports, and Django REST Framework APIs. TDD means writing a failing test first, making it pass, and then improving the implementation.
Skill Claude CodeCodex
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.