@adia-ai/adia-plugins
v0.1.1
Published
Public npm-sourced Claude Code plugin-marketplace manifest for adia-ui (@adia-ai) — ships marketplace.json sourcing @adia-ai/adia-ui-forge and @adia-ai/adia-ui-factory from npm, installable with no adiahealth repo access (ADR-0045).
Maintainers
Readme
@adia-ai/adia-plugins
This package is a Claude Code plugin-marketplace manifest — not a plugin itself. It exists so anyone, with no access to Adia's private source repo, can discover and install the two adia-ui Claude Code plugins:
adia-ui-kit-forge— maintain the adia-ui (@adia-ai) framework itself: author primitives and shells, run the A2UI generation pipeline, review gen-UI quality, sweep QA, cut releases, deploy.adia-ui-kit-factory— author and verify apps built ON adia-ui: orient, scaffold, compose, wire, verify, migrate, across SPA/SSR/hybrid hosts.
Realizes ADR-0045 —
npm is the sole distribution channel for this manifest; there is
deliberately no public git repo. The manifest itself, marketplace.json,
ships at this package's root.
Install
Requires Node + npm (npm-sourced plugin entries install via npm install):
node --version && npm --version
claude
/plugin marketplace add https://unpkg.com/@adia-ai/adia-plugins/marketplace.json
/plugin install adia-ui-kit-factory@adia-plugins
/plugin install adia-ui-kit-forge@adia-pluginsNo gh auth, no .npmrc token, no adiahealth org membership required — the
manifest and both plugins resolve entirely off the public npm registry.
Both plugin entries are unpinned
({"source": "npm", "package": "@adia-ai/adia-ui-forge"}, no version), so
an install always tracks each plugin's currently-published latest; a
routine plugin cut needs no manifest republish here. Version authority
stays each plugin's own package.json / .claude-plugin/plugin.json.
Feedback / bugs
This package carries no source code — file a report against whichever plugin you're actually using:
npm view @adia-ai/adia-ui-factory bugs
npm view @adia-ai/adia-ui-forge bugsBoth resolve to { email: "[email protected]" } — triage owner: kimba.
If you hit this from inside a Claude Code session, the factory plugin's
report_issue MCP tool writes a local ticket (qa/findings/issues/<id>.md +
.json); attach the generated markdown to that address — it does not
transmit anywhere on its own.
What this is not
- Not a Claude Code plugin — no
.claude-plugin/plugin.json, noskills//agents/commands/.npm installgets youmarketplace.jsonand this README; nothing loads into a Claude Code session from this package directly. - Not a public git surface. This package, and both plugins it sources, are
distributed only through the npm registry — there is no
adiahealth/adia-plugins-style repo to clone, star, or file issues against, and none is planned (ADR-0045 Decision 3).
