Install the builder skill
npx github:Kokoabassplayer/agent-plugin-builder install --target codex
Plugin creation kit
Universal plugin creation for AI agents.
Install the builder as a skill, then scaffold shareable plugin repos with adapters, installers, docs, tests, and GitHub Pages.
npx github:Kokoabassplayer/agent-plugin-builder install --target codex
How to use
Install Agent Plugin Builder into your harness first. After that, ask your agent to use $agent-plugin-builder and it can scaffold plugin repos with skills, adapters, installers, docs, tests, and sponsor-ready project surfaces.
npx github:Kokoabassplayer/agent-plugin-builder install --target codex
Start a fresh agent session after installing, then invoke the builder skill by name.
Use $agent-plugin-builder to create a plugin repo for visual evidence comments.
npx github:Kokoabassplayer/agent-plugin-builder create visual-evidence-kit --description "Capture proof for reviewers."
Run the target line for your harness from inside the generated repo.
cd visual-evidence-kit
node packages/installer/bin/install.mjs --target codex
Works with every agent
Keep the reusable behavior in the skill. Let generated adapter files explain how Codex, Claude Code, OpenClaw, Gemini CLI, and generic Agent Skills should pick it up.
Current builder outputs
The generated project is meant to be readable by humans, installable by users, and usable by multiple agent harnesses without rewriting the core idea.
Creates a valid Agent Skill with room for scripts, references, examples, and assets.
Documents the same capability for Codex, Claude Code, OpenClaw, Gemini CLI, and generic agents.
Creates a Node CLI package plus shell and PowerShell wrapper paths for cross-platform use.
Starts a GitHub Pages-ready documentation surface for install instructions and examples.
Adds smoke tests and package checks so users can trust the generated repo before publishing.
skills/my-plugin/SKILL.md
packages/installer/
docs/index.html
.github/workflows/check.yml
Command builder
Choose the plugin name, description, and target harnesses. The terminal sequence updates instantly and can be copied into any terminal.
npx github:Kokoabassplayer/agent-plugin-builder create visual-evidence-kit --description "Capture proof for reviewers"
cd visual-evidence-kit
node packages/installer/bin/install.mjs --target codex
node packages/installer/bin/install.mjs --target claude-code
node packages/installer/bin/install.mjs --target openclaw
Plugins you can create
Capture, annotate, and post screenshots for technical review.
Package workbook checks, visual evidence, and issue comment templates.
Bundle smoke tests, screenshots, and PR-ready status updates.
Use this repo to create the next repo generator workflow.
Support the project
If this builder helps your team turn private agent workflows into shareable tools, sponsorship supports examples, documentation, installer polish, compatibility testing, and templates without creating a support SLA or custom-work guarantee.