zuke
v0.31.0Agent skills for Zuke, the code-first build automation system for Deno/TypeScript. Bundles zuke-setup (scaffold Zuke into a project) and zuke-write-build (author or edit a zuke.ts build).
By ZukeLicense: MIT33 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 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 zuke for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add zuke@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/zuke-build/zukeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zuke/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/zuke-setup/SKILL.md└── skills/zuke-write-build/SKILL.md
Included Skills2
Set up Zuke — a code-first, strongly-typed build automation system for Deno/TypeScript — in a project. Use when the user wants to add Zuke to a repo, scaffold a zuke.ts build file, install the Zuke CLI, or bootstrap the ./zuke launcher. After scaffolding, switch to the zuke-write-build skill to author targets.
Write or edit a Zuke build (zuke.ts) — the code-first, strongly-typed build system for Deno/TypeScript. Use when adding or changing targets, wiring dependencies, calling a tool wrapper (DenoTasks, NpmTasks, DockerTasks, ...), generating CI, or authoring/refactoring a zuke.ts build file. For first-time project scaffolding, use the zuke-setup skill instead.
Plugin manifests2
{
"name": "zuke",
"version": "0.31.0",
"description": "Agent skills for Zuke, the code-first build automation system for Deno/TypeScript. Bundles zuke-setup (scaffold Zuke into a project) and zuke-write-build (author or edit a zuke.ts build).",
"author": {
"name": "Zuke",
"email": "[email protected]",
"url": "https://zuke.build"
},
"homepage": "https://zuke.build",
"repository": "https://github.com/zuke-build/zuke",
"license": "MIT",
"keywords": [
"zuke",
"build",
"deno",
"typescript",
"skills"
],
"skills": "./skills/"
}{
"name": "zuke",
"version": "0.31.0",
"description": "Agent skills for Zuke, the code-first build automation system for Deno/TypeScript. Bundles zuke-setup (scaffold Zuke into a project) and zuke-write-build (author or edit a zuke.ts build).",
"author": {
"name": "Zuke",
"email": "[email protected]",
"url": "https://zuke.build"
},
"homepage": "https://zuke.build",
"repository": "https://github.com/zuke-build/zuke",
"license": "MIT",
"keywords": [
"zuke",
"build",
"deno",
"typescript",
"skills"
]
}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.
[zuke on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zuke)