Configuration
workspace.yaml
Section titled “workspace.yaml”repositories: - path: ../my-project owner: myorg repo: my-project description: Main project repository
plugins: - code-review@claude-plugins-official
clients: - claude - copilot - cursor
files: - source: ./shared/AGENTS.md destination: AGENTS.mdplugin.json
Section titled “plugin.json”{ "name": "my-plugin", "version": "1.0.0", "description": "Plugin description"}