원클릭으로
agenter-attention
Inspect and settle attention work. Use this when you need to understand or update attention debt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect and settle attention work. Use this when you need to understand or update attention debt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Repo-specific development workflow for agenter. Use when implementing, reviewing, or archiving changes in this repository, especially for OpenSpec work, release tooling, Studio UI, Storybook DOM tests, viewport/browser walkthroughs, worktree discipline, or repo-level docs/spec updates.
Orient yourself inside the runtime shell. Use this first when you need to choose between root tools, shell CLI, and deeper skill docs.
Create or update Agenter app packages, including first-party repo apps under apps/* and community agenter-app-* packages with peerDependencies.agenter compatibility.
Record, query, and maintain avatar-private raw notes through NoteSystem. Use when durable activity evidence, user corrections, terminal habits, ShellAssistant continuity, references, tags, or rename-safe note facts should be captured without turning them into distilled memory.
Inspect mounted real paths and choose the correct absolute cwd. Use this when path authority is unclear.
Create and drive durable terminal sessions. Use this when work needs a long-lived or interactive process; killed-terminal recovery is an explicit forensic path.
| name | agenter-attention |
| description | Inspect and settle attention work. Use this when you need to understand or update attention debt. |
Use this skill when you need to inspect unresolved attention work or record that the work has truly progressed.
Quick start:
attention list only when you need the active contextId or need to confirm which attention work still remains.attention query with JSON stdin only if attention list is still not enough.root_bash, keep command=attention commit and put the JSON object in the tool-level stdin field.Key laws:
score > 0 means the attention work still exists.done: true is the normal way to resolve the active scores for a context.attention query and attention commit through root_bash, default to the minimal command plus JSON in the tool-level stdin; only use argv JSON when you are already inside a plain shell and the payload is trivially short.stdin with shell glue such as echo '{...}' | attention commit when you control root_bash; pass the JSON via the tool's stdin field instead.attention commit '{...}'; do not add a redundant echo.attention query --help or attention commit --help marks compact as Suggested or Available, --compact is an optional positional mode. If the positional array becomes unclear, switch back to standard object JSON immediately.done: true is usually appropriate only after the origin room already received the final answer, not merely a progress acknowledgement that you are asking someone else.Common endings:
root_bash.command: attention commit
root_bash.stdin: {"contextId":"ctx-...","summary":"Delivered the required reply and verified the result.","done":true}
attention commit '{"contextId":"ctx-...","summary":"Delivered the required reply and verified the result.","done":true}'References:
references/settlement.md: how to decide whether attention is still active and how to use commit