Agent Plugins Marketplace
All plugins

crank-lite

v1.33.0

Lightweight brainstorming, spec, planning, and execution skills for shaping work before shipping it.

CodexClaude Code4 Skills

By Chris LivaLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 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-lite 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-lite@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-lite” remain stable.

  • Codex: crank-lite@agent-plugin-marketplacecrank-lite@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-lite/.

Plugin files

plugins/crank-lite/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/crank-lite/SKILL.md
├── skills/lite-deepen/SKILL.md
├── skills/lite-execute/SKILL.md
└── skills/lite-review/SKILL.md

Included Skills4

crank-liteskills/crank-lite/SKILL.md

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

lite-deepenskills/lite-deepen/SKILL.md

Scan a codebase for deepening opportunities — shallow modules, leaking seams — present them as chat cards with ASCII before/after diagrams, grill through your pick, and emit a brainstorm brief for the crank-lite pipeline. Use to improve codebase architecture, find refactor targets, or deepen modules.

lite-executeskills/lite-execute/SKILL.md

Execute a PRD, spec, or implementation plan: implement, verify, review, and commit the work.

lite-reviewskills/lite-review/SKILL.md

Review a PR, commit range, or uncommitted changes into a short list of validated findings, then offer to apply the fixes.

Plugin manifests2

plugins/crank-lite/.codex-plugin/plugin.json
{
  "name": "crank-lite",
  "version": "1.33.0",
  "description": "Lightweight brainstorming, spec, planning, and execution skills for shaping work before shipping it.",
  "keywords": [
    "crank",
    "lite",
    "brainstorm",
    "spec",
    "plan",
    "execute"
  ],
  "skills": "./skills/",
  "author": {
    "name": "Chris Liva",
    "email": "[email protected]"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Crank Lite",
    "shortDescription": "Lightweight workflow skills for shaping and shipping code.",
    "longDescription": "Crank Lite bundles focused brainstorming, spec, planning, and execution skills for moving from rough idea to implemented work with less ceremony than the full Crank pipeline.",
    "developerName": "Chris Liva",
    "category": "tools",
    "capabilities": [
      "Skills",
      "Code"
    ],
    "defaultPrompt": [
      "Use crank-lite to shape my idea — route it to the right phase.",
      "Use crank-lite's spec route to turn this into a spec.",
      "Use crank-lite's plan route to make an implementation plan."
    ]
  }
}
plugins/crank-lite/.claude-plugin/plugin.json
{
  "name": "crank-lite",
  "description": "Lightweight brainstorming, spec, planning, and execution skills for shaping work before shipping it.",
  "version": "1.33.0",
  "author": {
    "name": "Chris Liva",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "crank",
    "lite",
    "brainstorm",
    "spec",
    "plan",
    "execute"
  ],
  "skills": "./skills/"
}

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

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