ワンクリックで
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>