Skip to content

wirenet-dev/art-beats

Repository files navigation

wirenet for art-beats

Canonical Codex plugin marketplace maintained by wirenet for art-beats.

This marketplace is intentionally separate from the shared wirenet marketplace so art-beats-specific plugins, onboarding, and workflow assumptions do not appear in other client catalogs.

Install

codex plugin marketplace add wirenet-dev/art-beats --ref main
codex plugin add resolve-integration@wirenet-art-beats

If the repository is private, editors need GitHub access and a configured gh or Git credential before running the commands.

For local development, install the checked-out marketplace root directly:

codex plugin marketplace add /path/to/art-beats
codex plugin add resolve-integration@wirenet-art-beats

First Run

After installing, open Codex in the art-beats workspace, usually the art-beats.docs folder:

art-beats.docs/

Then start a new thread and ask:

Set up my art-beats Resolve workspace.

Plugins

  • resolve-integration: Resolve Production Toolkit, including DaVinci Resolve MCP setup, guided onboarding, feedback-to-edit-plan workflow support, and art-beats workspace guardrails.

Repository Layout

.agents/
  plugins/
    marketplace.json        Codex marketplace manifest
plugins/
  resolve-integration/      Resolve Production Toolkit plugin bundle
tools/
  validate-codex-marketplace.py

The marketplace manifest points Codex at plugin bundles. The plugin carries its own manifest, skills, MCP server definitions, helper scripts, documentation, and branded UI metadata.

Development

When changing the marketplace manifest or plugin layout, validate the marketplace from the repository root:

python3 tools/validate-codex-marketplace.py .

When changing the plugin bundle itself, also validate the plugin:

python3 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/resolve-integration

Start a new Codex thread after marketplace or plugin updates so new manifests, skills, and MCP metadata are loaded.