od-plugin-contribute-open-design
Open a pull request adding a local Open Design plugin to the Open Design community catalog using gh CLI.
npx skills add nexu-io/open-design --skill od-plugin-contribute-open-design --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Contribute Plugin to Open Design Use this workflow when the active project contains a copied plugin folder and the user wants to propose it for the Open Design community catalog. ## Workflow 1. Read the active plugin inputs. `plugin_context_path` is the copied plugin folder relative to the project working directory. 2. Inspect the copied plugin's manifest, skill instructions, examples, and compatibility metadata. 3. Call the local daemon endpoint instead of hand-rolling GitHub commands: `curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/contribute-open-design" -H 'content-type: application/json' -d '{"path":"<plugin_context_path>"}'` 4. Read the JSON response. If `ok` is true, report the PR URL, branch name when present in the log, and any useful validation summary. 5. If the endpoint fails, report its `message`, `code`, and useful log lines. When authentication is missing, tell the user to run `gh auth login --hostname github.com`. Keep the pull request focused. Do not modify unrelated Open Design files unless a manifest validation issue requires a tiny supporting change.
- Workflow
What does the od-plugin-contribute-open-design skill do?
Open a pull request adding a local Open Design plugin to the Open Design community catalog using gh CLI.
How do I install it?
Run `npx skills add nexu-io/open-design --skill od-plugin-contribute-open-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.