A monorepo of AI agent plugins developed at Unic. Currently hosts Claude Code plugins; structured to accommodate plugins for other agents (GitHub Copilot, etc.) in the future.
| Plugin | Agent | Description |
|---|---|---|
pr-review |
Claude Code | Review Azure DevOps pull requests |
auto-format |
Claude Code | Auto-format and lint files after edits |
unic-confluence |
Claude Code | Publish Markdown files to Confluence |
unic-archon-dlc |
Claude Code | Archon-powered AI development lifecycle (explore β plan β build β qa β cleanup β triage) |
unic-pr-review |
Claude Code | AI-powered PR reviews with Atlassian intent checking, confidence-scored findings, and Approval Loop |
Add the Unic marketplace once (run inside claude):
/plugin marketplace add https://github.com/unic/unic-agents-plugins
Then install individual plugins:
/plugin install pr-review@unic-agent-plugins
/plugin install auto-format@unic-agent-plugins
/plugin install unic-confluence@unic-agent-plugins
/plugin install unic-archon-dlc@unic-agent-plugins
/plugin install unic-pr-review@unic-agent-plugins
Prerequisites: Node.js β₯ 22 (see .nvmrc for the recommended version), pnpm β₯ 10, Claude Code CLI (for Ralph).
pnpm install # install all workspace deps
pnpm check # Format check (Biome & Prettier for MD)
pnpm format # Format (Biome & Prettier for MD), writes files
pnpm test # run tests across all packages
pnpm typecheck # type-check across all packages
pnpm --filter <name> verify:changelog # changelog check for one pluginSee CONTRIBUTING.md for the full development workflow.
apps/
βββ claude-code/ # Claude Code plugins (one dir per plugin)
packages/
βββ biome-config/ # @unic/biome-config β shared Biome rules
βββ tsconfig/ # @unic/tsconfig β shared TypeScript base config
βββ release-tools/ # @unic/release-tools β bump/tag/verify scripts
docs/
βββ adr/ # Architectural Decision Records
βββ agents/ # Agent skill documentation (issue-tracker, labels, branching, domain, workflow)
βββ inbox/ # Retired idea-capture notes (historical)
βββ issues/ # Grilled and scoped feature issues
βββ process/ # Process and workflow guides
βββ research/ # Research notes and explorations
LGPL-3.0-or-later β see LICENSE.