AgentSkillsCN

codex-session-bootstrap

本仓库必备的Codex专用启动技能。适用于本项目中的每一项用户请求,无论是只读查询、方案规划,还是代码变更。在进行任何推理、执行Shell命令,或编辑文件之前,均需先行调用此技能。

SKILL.md
--- frontmatter
name: codex-session-bootstrap
description: Codex-only mandatory startup skill for this repository. Trigger for every user request in this project, including read-only questions, planning, and code changes. Run before any reasoning, shell commands, or file edits.

Codex Session Bootstrap

Execute this sequence at the beginning of every session, with no exceptions:

  1. Read .cursor/AGENTS.md in full.
  2. Read .cursor/rules/000-role-and-task.mdc in full.
  3. Read .cursor/rules/110-new-mcp-tool.mdc in full.

Apply these constraints:

  • Complete the reads before any planning, file edits, code execution, or implementation work.
  • Do not skip the sequence even if the user request seems unrelated.
  • If a read fails, resolve the failure first and then restart the sequence from step 1.