Build a new AgntUX plugin for a system AgntUX doesn't yet support.
Walks you through extending AgntUX to a new connector — search the marketplace, install or improve, design a simple write-back UI, preview, build, test, install, iterate against real sync output, and submit. Built for knowledge workers, not engineers — no jargon, no extra tools running, gratitude at every milestone, the standard AgntUX look enforced (light mode + the shared design tokens). The 3–5-iteration sync loop is normal and expected.
About this plugin
AgntUX Build
Build a new AgntUX plugin for a system AgntUX doesn't yet support.
If AgntUX doesn't yet cover the tool you live in — your project tracker, your CRM, your notes app, your meeting recorder — this plugin walks you through making one. You don't need to be a developer. You need an hour, your laptop, and a willingness to test the new plugin against your real data three to five times until it feels right.
What it does
/agntux-build:build opens a guided flow that:
- Asks what system you'd like to support.
- Searches the marketplace first — if there's already a plugin for it, we install that one rather than build a duplicate. If you've used that plugin before and hit something specific, we switch into "fix mode" and walk the same flow with a smaller scope.
- Connects to the system through your AgntUX host's connector tools.
- Looks at what the connector can do and translates that into plain language — "here's what your new plugin will be able to read, and here's the one button people will press to take action."
- Designs the action button's screen with you. Previews it inline. We only do light mode with the standard AgntUX colours and spacing, so every plugin in the marketplace feels like part of the same product — you can move between plugins without relearning the look.
- Builds the plugin.
- Tests the new screen on your machine — no extra apps to start, nothing to install separately.
- Iterates with you using the real sync output from your system — you run the plugin, paste the run back to Claude Code, we read it, edit the prompts, and you re-run. This usually takes 3 to 5 rounds. That's normal — not a sign of failure.
- When the sync feels right and the action button works, finalizes the plugin with a Developer Certificate of Origin sign-off and submits it to the AgntUX team for you — the AgntUX desktop app syncs it automatically. Nothing to download, attach, or email.
What you get
The result is a real Claude Code plugin you can use yourself, and that your contribution helps every other AgntUX user who needs the same system. The voice of the plugin matches the rest of AgntUX. The action button uses the same look as Slack and Gmail. The sync schedule is sensible for what your system needs.
What you need
- An AgntUX project root (any directory named
agntux—~/agntux, a Drive folder, a work-vs-personal split, whatever). If you've used AgntUX before, you already have one. - The system's connector available in your host. If it's a popular service (Linear, Notion, GitHub, Jira, etc.), the connector is almost certainly in the host's connector marketplace.
- Claude Desktop, Cowork, and Claude Code installed.
- The AgntUX desktop app, running and signed in. That's what carries your finished plugin to the team — submission happens through it automatically, with nothing to download, attach, or email.
- About an hour, plus the patience to run the new plugin three to five times and paste the output back.
How to start
/agntux-build:build
The first time you run it, we'll ask for your real legal name and email and walk you through the Developer Certificate of Origin. It's the standard agreement open-source projects use to confirm that the work you're contributing is yours to give. Read it once — it's short — and we won't ask again unless the agreement changes.
After that, just describe the system you want covered and we'll take it from there.
Voice
agntux-build is intentionally written for knowledge workers, not
engineers. You will never see the words "schema", "render pipeline",
"validator", "byte-freeze", "dispatch", or any other internal term.
You're contributing time to AgntUX users you'll never meet — every
milestone gets a thank-you. If you push back on a design rule, we hold
the line rather than caving — the standards are non-negotiable so
plugins feel coherent, not because we're being stubborn.
If you're a maintainer
The maintainer-side runbooks (PR review, rollback, kill-switch,
canonical-hook updates, secret rotation) live in the separate
agntux-plugin-dev repo, not here. This plugin is for end users
extending the marketplace.
Issues, feedback, ideas
https://github.com/AgntUX/AUX-plugins/issues —
file under the agntux-build label.
License
Apache License 2.0. Plugins submitted via this flow are governed by the Marketplace Contributor Terms and Privacy Policy.
What's new
v0.16.12026-05-29Ship chromium-headless-shell for the render gate — the size optimization
deferred in 0.16.0 — now that it's verified end-to-end.
Changed
- The render gate installs
chromium-headless-shell(~190 MB incl ffmpeg) instead of fullchromium(~533 MB incl ffmpeg). Verified in a clean-room: a shell-only browser dir renders the gmail view-tool withconsoleErrors=0. No launch-channel change is needed — a plainchromium.launch({ headless: true })resolves to the shell when it's the only binary installed (mcp-server/bootstrap-worker.js+ thebin/validate-plugin.mjsrender gate).
Fixed
probe-chromiumis now a FUNCTIONAL probe — a real headless launch + blank-page render — instead of stat-ingchromium.executablePath(). The old probe pointed at the FULL chromium path and returned a false negative when only the headless shell was installed, which would have made the render gate silently skip a renderable plugin. The functional probe reports exactly what render can do (proven: shell-only dir →installed:true).
Supported prompts
Paste these into a scheduled task or send them to the AI host directly.
/agntux-build:buildWalks you through building a plugin for a system AgntUX doesn't yet support. Also fixes an existing plugin if you've hit something specific (update mode).
Install
/plugin install agntux-build@agntux