date
01Command Claude Code
A command that reports the current date in the format yyyy-MM-dd together with the day of the week.
Command Claude Code
A command that reports the current date in the format yyyy-MM-dd together with the day of the week.
Skill Claude CodeCodex
A procedure for exploring goals, requirements, and design choices before creative software work begins.
Skill Claude CodeCodex
A Chinese-language reference for discussing code review findings with a development team.
Skill Claude CodeCodex
A Chinese-language reference for writing commit messages and changelogs, which record code changes and releases.
Skill Claude CodeCodex
A Chinese-language reference for formatting technical documentation in mixed Chinese and English text.
Skill Claude CodeCodex
A reference for connecting projects to Chinese Git hosting services such as Gitee, Coding.net, GitLab in China, and CNB.
Skill Claude CodeCodex
A procedure for sending independent software tasks to multiple agents at the same time.
Skill Claude CodeCodex
A procedure for carrying out a written software implementation plan in a separate work session with review checkpoints.
Skill Claude CodeCodex
A procedure for completing a software development branch, including checking the code and running the project’s tests.
Skill Claude CodeCodex
A method for building MCP servers, which let AI assistants use tools and connect to outside services.
Skill Claude CodeCodex
A workflow for evaluating code-review feedback before applying the suggested changes.
Skill Claude CodeCodex
A code-review workflow for checking completed work against its requirements before delivery or merging.
Skill Claude CodeCodex
A development workflow that assigns independent implementation tasks to separate helper agents within the same session.
Skill Claude CodeCodex
A structured process for investigating and fixing software problems through four stages. It covers systematic debugging principles and rules.
Skill Claude CodeCodex
A development method that writes tests before writing the feature or bug fix. TDD, or test-driven development, uses tests to define expected behavior first.
Skill Claude CodeCodex
An isolated Git workspace for developing a feature without changing the current working directory. Git worktrees let one repository have multiple working folders.
Skill Claude CodeCodex
A startup workflow for finding and using available skills before responding in a conversation.
Skill Claude CodeCodex
A verification workflow for checking commands and their output before claiming that work is finished, fixed, or tested.
Skill Claude CodeCodex
A runner for agency-orchestrator YAML workflows inside Claude Code, OpenClaw, or Cursor. YAML is a text format commonly used to describe structured configuration, and the current conversation’s language model performs the work without a separate API key.
Skill Claude CodeCodex
A planning aid for breaking a multi-step coding task into a plan before implementation begins. It is used when you already have a specification or set of requirements.
Skill Claude CodeCodex
A set of instructions for creating or editing coding-agent skills and checking that they work before release. A skill is a reusable set of directions that tells an agent how to handle a type of task.
Skill Claude CodeCodex
A code generator that creates standard Next.js API routes and an administration page from Prisma models. Prisma is a tool that describes and accesses an application’s database.
MCP server Claude CodeCodexCursor
MCP server "time-mcp" as configured in xbsheng/time-mcp. Runs locally from the time-mcp Python package.