AgntUX Build
Build a new AgntUX plugin for a tool AgntUX doesn't support yet.
Step-by-step help to add a tool AgntUX doesn't support yet. You'll pick the tool, design a simple action button, preview it, and test it against your real data. Built for everyone, not just engineers — plain language, a clean standard look, and a little encouragement at each step. Expect to test it a few times until it feels right; that's completely normal.
About this plugin
AgntUX Build
Build a new AgntUX plugin for a tool AgntUX doesn't support yet.
If AgntUX doesn't yet cover a tool you use — 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. Plan for about an hour, and expect to test it against your real data a few 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 results 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.
If a build can't reach the tools
The builder's heavy lifting runs inside a small local helper that the
AgntUX desktop app starts for you. Right after you install or update
agntux-build, fully quit and reopen the AgntUX desktop app so it picks
that helper up. If a build ever says it can't reach the AgntUX build
tools, that's the fix — quit the desktop app completely, reopen it, and
run /agntux-build:build again. You'll pick up right where you left off;
nothing is lost.
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.33.12026-06-09Changed
- Replaced a contributor's personal name/email with generic placeholders in an example registry snippet in the source-semantics-advisor agent doc.
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 tool AgntUX doesn't support yet. Can also fix an existing plugin if you've run into something specific.
Install
Install AgntUXPlugins install from inside the AgntUX desktop app — it walks you through setup.