od-contribute

Automate the contribution workflow for OpenDesign by validating and submitting user-generated content.

93.2k|10.8k|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nexu-io/open-design --skill od-contribute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: od-contribute
Source: https://github.com/nexu-io/open-design/tree/main/.claude/skills/od-contribute
Command: npx skills add https://github.com/nexu-io/open-design --skill od-contribute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the technical barriers for non-coders to contribute to the OpenDesign ecosystem, replacing complex developer loops with guided, type-specific validation flows.

Core Features & Use Cases

  • No-Code Contribution: Submit Skills, Design Systems, translations, or documentation fixes without needing a local development environment.
  • Automated Validation: Ensures all submissions meet repository standards before a pull request is ever created.
  • Use Case: A designer creates a new Design System and wants to share it upstream; this Skill validates the structure, drafts the PR, and handles the git operations automatically.

Quick Start

Use the od-contribute skill to ship my OD skill.

Frequently Asked Questions about od-contribute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I contribute a new Skill to OpenDesign?

Run the od-contribute skill and select the option to ship a Skill you made. The agent will guide you through selecting your local folder, validating the SKILL.md frontmatter, and opening a pull request.

Can I use this skill to translate documentation?

Yes, select the translation option in the skill flow. It will discover missing or stale translations for your language and help you generate a structure-preserving pull request.

What happens if my submission fails validation?

The skill will surface the specific validation errors verbatim. You can fix the issues in your local files and retry the validation step within the same session before any code is pushed.

Does this skill require GitHub authentication?

Yes, the skill requires GitHub credentials to fork the repository and open pull requests. It supports standard gh auth or a local .gh-token file for sandboxed environments.