plugin-devlisted
Install: claude install-skill changocr/agents-lab
# Plugin Development
1. Treat `.agents/skills/` as the canonical skill source.
2. Keep skill names lowercase hyphen-case and descriptions trigger-focused.
3. Keep `.codex-plugin/plugin.json` valid; omit MCP, App, and hook fields unless implemented.
4. Run `agents-lab sync-runtimes --write`, then `--check`.
5. Validate every canonical skill and the plugin manifest.
6. Do not edit generated `.claude/skills/` or plugin skill copies directly.
7. Do not create or change personal marketplace configuration without explicit authorization.