Agent Plugins Marketplace
All plugins

cheap-dev-workers

v2.0.0

Cheap workers for exploration, verification, and safe-log summaries.

CodexClaude Code

By Charley Wu4 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 19, 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 cheap-dev-workers for Codex and Claude Code

Installs for the current user
codex plugin marketplace add akunzai/agent-skills
codex plugin marketplace upgrade akunzai-agent-skills
codex plugin add cheap-dev-workers@akunzai-agent-skills

Paste and run these commands in a terminal with Codex. They add and refresh the akunzai-agent-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “cheap-dev-workers” remain stable.

  • Codex: cheap-dev-workers@agent-plugin-marketplacecheap-dev-workers@akunzai-agent-skills

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/akunzai/agent-skills

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

Plugin files

plugins/cheap-dev-workers/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/cheap-dev-workers/.codex-plugin/plugin.json
{
  "name": "cheap-dev-workers",
  "description": "Cheap workers for exploration, verification, and safe-log summaries.",
  "version": "2.0.0",
  "author": {
    "name": "Charley Wu"
  },
  "interface": {
    "displayName": "Cheap Development Workers",
    "shortDescription": "Delegate bounded development legwork",
    "longDescription": "Workers for repository evidence, checks, and safe-log summaries.",
    "developerName": "Charley Wu",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Execute"
    ],
    "defaultPrompt": [
      "Explore this repository question with cited evidence.",
      "Run these checks and return auditable results."
    ]
  }
}
plugins/cheap-dev-workers/.claude-plugin/plugin.json
{
  "name": "cheap-dev-workers",
  "description": "Cheap-model workers for bounded repository exploration, verification, and sanitized-log summarization.",
  "version": "2.0.0",
  "author": {
    "name": "Charley Wu"
  }
}

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

[cheap-dev-workers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cheap-dev-workers)