원클릭으로
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>