devkit
v0.13.0Local-dev coordination skills for devkit: file locks, ports, dev servers, issue lifecycle
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add devkit@agent-plugin-marketplacePaste 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/devkitClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/using-devkit/SKILL.md└── .mcp.json
Included Skills1
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
- command
- devkit-mcp
Plugin manifests2
{
"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"
]
}
}{
"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"
}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.
[devkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devkit)