Community研究&データ分析github.com

wiolett-industries/marketplace

Marketplace for Wiolett plugins for LLM agents

marketplace とは?

marketplace is a Claude Code agent skill that marketplace for Wiolett plugins for LLM agents.

対応Claude CodeCodex CLI~CursorAntigravity
npx skills add https://github.com/wiolett-industries/marketplace/tree/main

Installed? Explore more 研究&データ分析 skills: obra/superpowers, affaan-m/ECC, affaan-m/quarkus-verification · View all 6 →

お気に入りのAIに質問する

このエージェントスキルを事前に読み込んだ状態で新しいチャットを開きます。

ドキュメント

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 dashboard
  • workflow - modular agentic workflow framework for intent, planning, execution, audits, UI contracts, and review/fix loops
  • merge-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.

関連スキル