Agent Plugins Marketplace
All plugins

devkit

v14.18.4

Claude Codeの開発ワークフローを強化する包括的なプラグインシステム。31体のタチコマAgent・32個のスキル・17個のコマンドを含み、並列実行モデルとトークン効率化を実現する開発者向け拡張プラグイン。

Codex5 MCP serversstdio

By sumik51 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add devkit-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/sumik5/sumik-llm-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

devkit/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers5

chrome-devtoolsstdio
command
./plugins/devkit/bin/npx-mise.sh
args
chrome-devtools-mcp@latest --isolated
cwd
.
fffstdio
command
./plugins/devkit/scripts/fff-mcp.sh
cwd
.
puppeteerstdio
command
./plugins/devkit/bin/npx-mise.sh
args
-y @modelcontextprotocol/server-puppeteer
cwd
.
sequentialthinkingstdio
command
./plugins/devkit/bin/npx-mise.sh
args
-y @modelcontextprotocol/server-sequential-thinking
cwd
.
serenastdio
command
./plugins/devkit/bin/uvx-mise.sh
args
--from git+https://github.com/oraios/serena serena start-mcp-server --context ide-assistant
cwd
.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "devkit",
  "version": "14.18.4",
  "description": "Claude Codeの開発ワークフローを強化する包括的なプラグインシステム。31体のタチコマAgent・32個のスキル・17個のコマンドを含み、並列実行モデルとトークン効率化を実現する開発者向け拡張プラグイン。",
  "author": {
    "name": "sumik5"
  },
  "keywords": [
    "claude-code",
    "agents",
    "skills",
    "tachikoma",
    "developer-tools"
  ],
  "skills": "./plugins/devkit/skills/",
  "mcpServers": "./.mcp-codex.json",
  "hooks": "./hooks-codex.json",
  "interface": {
    "displayName": "Sumik Claude Plugin",
    "shortDescription": "タチコマAgentシステムとスキル群でClaude Codeの開発ワークフローを強化するプラグイン",
    "longDescription": "31体のタチコマAgent、32個のナレッジスキル、17個のスラッシュコマンドを提供。並列実行モデル・トークン効率化・型安全・セキュリティファーストの開発ワークフローを実現します。",
    "developerName": "sumik5",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Edit",
      "Bash"
    ],
    "websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
    "privacyPolicyURL": "https://example.com/privacy",
    "termsOfServiceURL": "https://example.com/terms",
    "defaultPrompt": [
      "タチコマでこの機能を実装して",
      "スキルを評価して改善案を提示"
    ],
    "brandColor": "#00D9FF"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[devkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devkit-2)