一键导入
aura
Use this skill when the user wants Aura HUD integration in Codex, especially for setting or updating the current session name.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when the user wants Aura HUD integration in Codex, especially for setting or updating the current session name.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when the user asks to "check consistency", "find conflicts", "consistency check", "conflict detection", "incremental check", "full check", "check my specs", "validate BDD specs", "check for contradictions", or wants to detect and resolve conflicts between BDD spec files (.feature files, BDRs, and glossary).
This skill should be used when the user asks to "discover a feature", "explore behaviour", "write a feature file", "BDD discovery", "formulate BDD specs", "example mapping", "start a discovery session", "resume a discovery session", "explore a user story", or wants to interactively explore and define system behaviour using BDD patterns.
Initialize agent documentation structure (docs/agents/) for a project. Use when the user asks to "initialize agent docs", "bootstrap docs/agents/", or "set up project knowledge files".
Capture learnings from current session into agent documentation. Use when the user asks to "update project knowledge", "capture session learnings", or "record improvements or postmortems".
Set descriptive names for Aura HUD session display
Use this skill when the user explicitly asks for a handoff note, resume checkpoint, or transfer summary for ongoing work.
| name | aura |
| description | Use this skill when the user wants Aura HUD integration in Codex, especially for setting or updating the current session name. |
| version | 2.0.0 |
| user-invocable | true |
| allowed-tools | ["Bash"] |
| hooks | {"PreToolUse":[{"matcher":"*","hooks":[{"type":"command","command":"aura hook --agent codex"}]}],"PostToolUse":[{"matcher":"*","hooks":[{"type":"command","command":"aura hook --agent codex"}]}],"Stop":[{"hooks":[{"type":"command","command":"aura hook --agent codex"}]}]} |
Use this skill when the user wants the Aura HUD to track a Codex session.
aura set-name "<name>"aura set-name "<name>"
Aura does not read aura set-name ... from arbitrary terminals. The HUD updates only when Aura observes the command inside an agent event stream.
Bash toolexec_command toolIf you run aura set-name ... in another terminal, you may see local stdout but the HUD will not change.
The session name should describe what the current task is trying to accomplish.
Use Task - Step format when:
Fix <Thing>Add <Thing>Refactor <Area>Update <Thing><Task> - <Step>