Skip to content

Install and Use

Install the marketplace from the repository:

Terminal window
codex plugin marketplace add appranks/agent-engineering --sparse .agents/plugins

Then install the plugin from the agent-engineering marketplace in Codex.

Use the Claude marketplace metadata in:

.claude-plugin/marketplace.json

Edit canonical sources:

plugins/agent-engineering/skills/**
source/guidance/**
source/policies/**
source/hooks/**

Regenerate and validate:

Terminal window
npm run build
npm run validate
npm run docs:build

Start a new agent thread after plugin changes so the client reloads skill metadata.