Skip to content

ak110/agent-toolkit

v2.75.0MIT

Agent Plugins、Claude Code、Codex向けの品質支援プラグイン。コード・文書・計画・バグ調査の作業指針と、フックによる機械検査を提供する。

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

pyfltrstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "--from",
    "pyfltr>=3.16",
    "pyfltr",
    "mcp"
  ]
}
agents_serverstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--no-project",
    "--script",
    "${PLUGIN_ROOT}/scripts/agents_server_mcp.py"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-toolkit",
  "version": "2.75.0",
  "description": "Agent Plugins、Claude Code、Codex向けの品質支援プラグイン。コード・文書・計画・バグ調査の作業指針と、フックによる機械検査を提供する。",
  "author": {
    "name": "aki",
    "url": "https://github.com/ak110"
  },
  "homepage": "https://github.com/ak110/dotfiles",
  "repository": "https://github.com/ak110/dotfiles",
  "license": "MIT",
  "keywords": [
    "hooks",
    "pretooluse",
    "guardrails",
    "safety",
    "bash",
    "agent-plugins"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 4Python files
View on GitHub