Agent Plugins Marketplace
All plugins

devkit

v0.13.0

Local-dev coordination skills for devkit: file locks, ports, dev servers, issue lifecycle

CodexClaude Code1 Skill1 MCP serverstdio

By Lev VelykoivanenkoLicense: GPL-3.0-or-later2 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 7, 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 devkit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add devkit@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/AbysmalBiscuit/devkit

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
├── .claude-plugin/plugin.json
├── skills/using-devkit/SKILL.md
└── .mcp.json

Included Skills1

using-devkitskills/using-devkit/SKILL.md

Use when multiple agents or sessions share one local git checkout and edit files concurrently (coordinating who edits what without clobbering), or when running local dev servers, allocating ports, running canned project tasks (builds, profiling flows — `devrun task`), or managing issue worktrees with the devkit CLI suite — binaries `lockm`, `portm`, `devrun`, `issue`, `devkit`, `devkitd`.

MCP servers1

devkitstdio
command
devkit-mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "devkit",
  "version": "0.13.0",
  "description": "Local-dev coordination skills for devkit: file locks, ports, dev servers, issue lifecycle",
  "author": {
    "name": "Lev Velykoivanenko"
  },
  "homepage": "https://github.com/AbysmalBiscuit/devkit",
  "repository": "https://github.com/AbysmalBiscuit/devkit",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "devkit",
    "file-locks",
    "ports",
    "dev-servers",
    "worktrees"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks-codex.json",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "devkit",
    "shortDescription": "Local-dev coordination: file locks, ports, dev servers, issue lifecycle",
    "category": "Coding",
    "capabilities": [
      "Read",
      "Write"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "devkit",
  "description": "Local-dev coordination skills for devkit: file locks, ports, dev servers, issue lifecycle",
  "version": "0.13.0",
  "author": {
    "name": "Lev Velykoivanenko"
  },
  "homepage": "https://github.com/AbysmalBiscuit/devkit",
  "repository": "https://github.com/AbysmalBiscuit/devkit",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "devkit",
    "file-locks",
    "ports",
    "dev-servers",
    "worktrees"
  ],
  "mcpServers": "./.mcp.json"
}

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)