Agent Plugins Marketplace
All plugins

crank

v9.55.0

Design-first development pipeline behind one routing front door: brainstorm → spec → plan → execute, taking an idea from sketch to shipped code

CodexClaude Code8 Skills

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

Installs for the current user
codex plugin marketplace add ChrisLiva/liva-toolbench
codex plugin marketplace upgrade liva-toolbench
codex plugin add crank@liva-toolbench

Paste 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-marketplacecrank@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-toolbench

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

Plugin files

plugins/crank/
├── .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

crankskills/crank/SKILL.md

Front door to the crank design pipeline — routes the ask to brainstorm, spec, or plan and runs that phase.

crank-deepenskills/crank-deepen/SKILL.md

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.

crank-deslopskills/crank-deslop/SKILL.md

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.

crank-executeskills/crank-execute/SKILL.md

Execute an implementation plan task-by-task with RED→GREEN→REFACTOR, independent reviews, and a retro.

crank-healthskills/crank-health/SKILL.md

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.

crank-refineskills/crank-refine/SKILL.md

Grill an existing brainstorm, spec, or plan until nothing consequential is left undecided at its altitude — sharpened in place.

crank-reviewskills/crank-review/SKILL.md

Review a PR, commit range, or uncommitted changes into a short list of high-confidence findings, each independently validated.

crank-test-pruneskills/crank-test-prune/SKILL.md

Prune a test suite for utility — verdict every test KEEP, DELETE, REFACTOR, or MERGE so only behavior-pinning tests survive.

Plugin manifests2

plugins/crank/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/crank/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)