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