Description
The Claude Code plugin described in the README doesn’t seem to work as documented. The plugin installs and reports skills, but the OAC setup commands are not recognized by Claude Code.
Steps to Reproduce
- Install OpenAgents Control using the README instructions.
- In Claude Code, run:
/plugin marketplace add darrenhinde/OpenAgentsControl
/plugin install oac
- Try the setup commands shown in the docs/CLI:
/oac:context-setup
/oac:setup
- Claude Code reports these as unknown skills.
Expected Behavior
- OAC setup commands documented in the README (e.g.
/oac:context-setup or /oac:setup) should be valid Claude Code skills and run successfully.
Actual Behavior
- Plugin shows as installed with OAC skills available.
/oac:context-setup and /oac:setup are rejected as unknown skills.
- The skills shown in the terminal output do not match what Claude Code actually accepts.
Environment
- OS: macOS 26.3.1
- Claude Code: 2.1.81
- Installation profile: developer
- Bash: 3.2.57
Additional Context
It looks like the README and/or plugin docs refer to outdated or renamed setup commands. Screenshot attached in the issue shows the unknown skill errors and the listed skills from the plugin.
Description
The Claude Code plugin described in the README doesn’t seem to work as documented. The plugin installs and reports skills, but the OAC setup commands are not recognized by Claude Code.
Steps to Reproduce
/plugin marketplace add darrenhinde/OpenAgentsControl/plugin install oac/oac:context-setup/oac:setupExpected Behavior
/oac:context-setupor/oac:setup) should be valid Claude Code skills and run successfully.Actual Behavior
/oac:context-setupand/oac:setupare rejected as unknown skills.Environment
Additional Context
It looks like the README and/or plugin docs refer to outdated or renamed setup commands. Screenshot attached in the issue shows the unknown skill errors and the listed skills from the plugin.