attention
v0.24.1並行作業を見渡して戻るための道具 3 本。open な PR / issue を全件走査して「誰の番か・なぜ今その人の番か」を機械で出す /whose-turn、1 件の PR / issue(今のブランチ・手元の commit も)について「前回自分が触ってから何が起きたか」を出す /catchup、いま居るセッションが何のスレッドだったかをその場に居なかった人でも追いつける形で説明する /what-am-i-doing。中心は位置——戻ったときに真っ先に失われているのは会話のどこで止まったか——で、中身は作者の本文から初見向けに説明し、実物の行を有るだけ後ろに付ける。先行例は Gerrit / Google Critique の Attention Set。
1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install attention for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install attention@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/raiki61/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is attention/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "attention",
"version": "0.24.1",
"description": "並行作業を見渡して戻るための道具 3 本。open な PR / issue を全件走査して「誰の番か・なぜ今その人の番か」を機械で出す /whose-turn、1 件の PR / issue(今のブランチ・手元の commit も)について「前回自分が触ってから何が起きたか」を出す /catchup、いま居るセッションが何のスレッドだったかをその場に居なかった人でも追いつける形で説明する /what-am-i-doing。中心は位置——戻ったときに真っ先に失われているのは会話のどこで止まったか——で、中身は作者の本文から初見向けに説明し、実物の行を有るだけ後ろに付ける。先行例は Gerrit / Google Critique の Attention Set。"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[attention on Agent Plugins Marketplace](https://pluginsmp.com/plugins/attention)