---
title: "agent-toolkit"
description: "Agent Plugins、Claude Code、Codex向けの品質支援プラグイン。コード・文書・計画・バグ調査の作業指針と、フックによる機械検査を提供する。"
canonical: https://agentpluginsdirectory.com/plugins/agent-toolkit
last-updated: 2026-09-25
---

# agent-toolkit
Agent Plugins、Claude Code、Codex向けの品質支援プラグイン。コード・文書・計画・バグ調査の作業指針と、フックによる機械検査を提供する。
- Slug: agent-toolkit
- Publisher: aki
- Repository: https://github.com/ak110/dotfiles
- Manifest: agent-toolkit/plugin.json
- Version: 2.151.1
- License: MIT
- Category (editorial): code-review
- Skills: 15 (add-awi-by-user, bugfix, commit, completion-report, confirmation-and-uwi, delegation, gitlab-ci-usage, plan-mode, process-wi, pytilpack-usage, review-standards, session-review, single-lane-process, wi-standards, writing-standards)
- MCP servers: 2 (agents_server, pyfltr)
- Stars: 0
- Repository created: 2017-11-12
- Repository last pushed: 2026-09-25
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/agent-toolkit
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agent-toolkit does, in the publisher's words

chezmoiで管理する個人用dotfilesである。

- chezmoi管理によるホーム配下（~/.*）の一括デプロイ
- LinuxとWindowsの両対応
- Python製コマンドラインツール群（pytools）の同梱
- Agent Plugins、Claude Code、Codexで同じルートを共有するagent-toolkitの配布
- サプライチェーン攻撃対策設定のグローバル適用（uv/npmの公開待機、pinactによるGitHub Actionsのコミットハッシュ固定）
- Git

Windows PowerShellでは、環境によって公式インストーラーが使用するGet-FileHashを解決できず、Codex CLIの導入に失敗する。

agent-toolkitは、Agent Plugins、Claude Code、Codexで共有できるコーディングエージェント向けツールキットである。 単体導入にはClaude Code CLI、Codex CLI、uvを使用する。 dotfiles配布では、chezmoi apply後の処理がこれらの導入と更新を担う。 統合導入はagent-toolkit導入ガイド、 Codex固有の詳細はCodex利用ガイドを参照する。

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/ak110/dotfiles/HEAD/README.md

## Skills

- add-awi-by-user
- bugfix: 作業中に発見した問題、バグ及びCI失敗の診断・修正・計画・レビューで起動する。 拡張原因分析の要否判定、原因分析、類似見直し及び対策・横展開処置・再発防止策の共通契約を提供する。
- commit: git commit作業（通常commit・amend・fixup）に着手する直前、 またはコミットメッセージ案（計画ファイル・PR説明など）を書く時点で起動する。
- completion-report: メインエージェントが作業を完了し、ユーザーにその旨を報告するときに必ず起動する。 単発の調査依頼などへの回答や、単純な事実回答、確認質問、途中報告、待機・失敗報告などでは起動しない。
- confirmation-and-uwi
- delegation: 高度な委譲の経路選択、継続、停滞検知又は複数主体調整が必要な場合に起動し、実行経路固有の契約を提供する。
- gitlab-ci-usage: GitLab CI設定のキーワード仕様・典型パターン・lint実行方法を参照するときに起動する。 `.gitlab-ci.yml`の編集・確認時に起動する。
- plan-mode: 計画ファイルを作成して実装へ引き継ぐときに起動する。 plan mode下、複数ファイル変更、多段階作業、バグ対応で起動する。 バグ対応は単一ファイルの単純な修正でも起動対象とする。 バグ対応を除く単一ファイルの単純な修正では起動しない。 対話でユーザーから直接受領した是正では、起動後に「対話由来の小規模是正」節の3条件を判定し、全て満たす場合は計画ファイルと計画レビューを作成しない。
- process-wi: 対象リポジトリのAWIを取得・検討・適用するときに起動する。 「AWIがあった」「改善提案を反映」「振り返り結果を反映」などのキーワードで起動する。
- pytilpack-usage: pytilpackのモジュール構成・API・extras・CLIの使い方を参照するときに起動する。 `import pytilpack`を含むコードを読み書きする時に起動する。
- review-standards
- session-review
- single-lane-process
- wi-standards
- writing-standards

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- agents_server: transport: stdio; command: uv run --no-project --script ${PLUGIN_ROOT}/scripts/agents_server_mcp.py
- pyfltr: transport: stdio; command: uvx --from pyfltr>=3.17.8 pyfltr mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
