Wiolett Industries Agent Plugins
Unified marketplace source for Wiolett Industries agent plugins.
This repository ships both Codex and Claude Code plugin metadata from the same branch. Platform-specific manifests and generated agent definitions are committed so users can install directly without running generators or setup commands.
Plugins
agent-memory- persistent scoped memory with compiled recall, automatic graph links, graph pathfinding, health/prune maintenance, and a local read-only dashboardworkflow- modular agentic workflow framework for intent, planning, execution, audits, UI contracts, and review/fix loopsmerge-request-review- discussion-aware GitLab merge request review with strict gates and approval discipline
Install In Codex
Register the marketplace:
codex plugin marketplace add wiolett-industries/marketplace
For local development:
codex plugin marketplace add /absolute/path/to/local/marketplace
Then install the plugins you want from Codex.
Install In Claude Code
Register the same branch as a Claude Code marketplace:
/plugin marketplace add wiolett-industries/marketplace
Then install the plugins you want:
/plugin install agent-memory@wiolett-industries
/plugin install workflow@wiolett-industries
/plugin install merge-request-review@wiolett-industries
Model Access
agent-memory uses OPENAI_API_KEY or
~/.agents/.wiolett/auth-config.json for model-gated writes, embeddings,
semantic search, and graph-link review.
Configure once:
npx -y @wiolett/agent-memory@latest init
Agent Memory Dashboard
Inspect a project or global memory store visually:
npx -y @wiolett/agent-memory@latest view
npx -y @wiolett/agent-memory@latest view global
Repository Layout
- Codex marketplace:
.agents/plugins/marketplace.json - Claude Code marketplace:
.claude-plugin/marketplace.json - Codex plugin manifests:
plugins/*/.codex-plugin/plugin.json - Claude Code plugin manifests:
plugins/*/.claude-plugin/plugin.json - Codex workflow/MR agents:
packages/*/agents/*.toml - Claude Code workflow/MR agents:
plugins/*/agents/*.md
The platform-specific agent files are intentionally committed. Maintainers may use generators in the future, but generated outputs must stay in git so install and runtime behavior remain turnkey.
Development
pnpm install
pnpm test
pnpm typecheck
License
MIT - see LICENSE.md.