Skip to content

AgntUX/AUX-plugins

Repository files navigation

AgntUX/AUX-plugins

Public AgntUX plugin marketplace. Read by the host's marketplace mechanism.

AgntUX distributes its functionality as host plugins. Every plugin in plugins/ is listed in .claude-plugin/marketplace.json at the repo root. Add the marketplace once and install plugins from it — the host handles the rest.


Add to Claude Code

/plugin marketplace add AgntUX/AUX-plugins
/plugin install agntux-core@agntux

Enable Auto-Updates (recommended)

Paste this into ~/.claude/settings.json to have the host pick up new plugin versions on every startup:

{
  "extraKnownMarketplaces": {
    "agntux": { "autoUpdate": true }
  }
}

Without this setting, run /plugin marketplace update manually when you want fresh plugin versions.


Team / Managed Install

Admins can ship a managed-settings file to pre-register the marketplace for all users in their org. See the Claude Code managed-settings docs for the exact format. Sample snippet:

{
  "extraKnownMarketplaces": {
    "agntux": {
      "autoUpdate": true
    }
  }
}

Browse Plugins

Visit agntux.ai/plugins for the rendered listing, screenshots, and changelogs.


Authoring a Plugin

See CLAUDE.md and CONTRIBUTING.md for authoring conventions, and the .claude/skills/ directory for maintainer tooling.


License — Apache License 2.0

All plugins and shared packages in this repository are licensed under the Apache License 2.0. See LICENSE for the canonical text and NOTICE for attributions.

Solo use is unconditionally free — no license key, no pairing prompt, no nag, no degradation. Your personal workspace syncs to AgntUX's cloud so your AI assistant can serve your action items back to you. Shared team workspaces, cross-team rollup, and the private team marketplace are part of the proprietary AgntUX Teams product, distributed separately.


Issues / Support


Legal

All plugins are Apache License 2.0. Contributors who submit via agntux-build are subject to the Marketplace Contributor Terms. See the Privacy Policy for how AgntUX handles contributor data.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors