crank
v9.55.0Design-first development pipeline behind one routing front door: brainstorm → spec → plan → execute, taking an idea from sketch to shipped code
By Chris LivaLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 17, 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 crank for Codex and Claude Code
codex plugin marketplace add ChrisLiva/liva-toolbench
codex plugin marketplace upgrade liva-toolbench
codex plugin add crank@liva-toolbenchPaste and run these commands in a terminal with Codex. They add and refresh the liva-toolbench catalog, then install this plugin.
Compatibility: the page URL and API slug “crank” remain stable.
- Codex:
crank@agent-plugin-marketplace→crank@liva-toolbench
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/ChrisLiva/liva-toolbenchClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/crank/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/crank/SKILL.md├── skills/crank-deepen/SKILL.md├── skills/crank-deslop/SKILL.md├── skills/crank-execute/SKILL.md├── skills/crank-health/SKILL.md├── skills/crank-refine/SKILL.md├── skills/crank-review/SKILL.md└── skills/crank-test-prune/SKILL.md
Included Skills8
Front door to the crank design pipeline — routes the ask to brainstorm, spec, or plan and runs that phase.
Scan a codebase for deepening opportunities — shallow modules, leaking seams — present them as a visual HTML report, grill through your pick, and emit a brainstorm brief for the crank pipeline. Use to improve codebase architecture, find refactor targets, or deepen modules.
Deslop a declared scope of code into a concise fix plan, then offer to apply it. Strips agent-written slop, hunts code-judo restructurings, and prunes comments and docs the code has outgrown.
Execute an implementation plan task-by-task with RED→GREEN→REFACTOR, independent reviews, and a retro.
Grade a JS/TS, Python, C#, Go or C/C++ repo with its own analyzers on eight categories (security, types, dead code, complexity, duplication, lint, format, test quality) and write a fix plan a coding agent can work; PR delta with --pr, autofix with --fix.
Grill an existing brainstorm, spec, or plan until nothing consequential is left undecided at its altitude — sharpened in place.
Review a PR, commit range, or uncommitted changes into a short list of high-confidence findings, each independently validated.
Prune a test suite for utility — verdict every test KEEP, DELETE, REFACTOR, or MERGE so only behavior-pinning tests survive.
Plugin manifests2
{
"name": "crank",
"version": "9.55.0",
"description": "Design-first development pipeline behind one routing front door: brainstorm → spec → plan → execute, taking an idea from sketch to shipped code",
"keywords": [
"crank",
"code",
"agent"
],
"interface": {
"displayName": "Crank",
"developerName": "Chris Liva"
}
}{
"name": "crank",
"description": "Design-first development pipeline behind one routing front door: brainstorm → spec → plan → execute, taking an idea from sketch to shipped code",
"version": "9.55.0",
"author": {
"name": "Chris Liva",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"crank",
"code",
"agent"
]
}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.
[crank on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crank)