od-share-to-community

Package project artifacts into an OpenDesign plugin for community sharing and repository publication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious process of packaging a completed project into a structured OpenDesign plugin, ensuring all metadata is correctly derived from existing project files without requiring manual input.

Core Features & Use Cases

  • Automated Manifest Generation: Automatically creates open-design.json and SKILL.md by inspecting project artifacts, brand specifications, and session history.
  • Local Validation: Runs od plugin validate, pack, and install to ensure the generated plugin is functional before the user attempts to share it.
  • Use Case: After finishing a custom design system or coding agent, use this Skill to instantly package your work and prepare it for a pull request to the OpenDesign community catalog.

Quick Start

Run the od-share-to-community skill to package my current project as a plugin and prepare it for community submission.

Frequently Asked Questions about od-share-to-community

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

FAQPage Schema
How do I package my project as an OpenDesign plugin?

Trigger the 'Share to OpenDesign' action or run the od-share-to-community skill. The agent will automatically inspect your project files, generate the required manifest, and validate the plugin locally.

What information does the plugin generator extract from my project?

The generator pulls task kinds, modes, and prompts from artifact files, and uses brand specifications or design documents to populate the plugin description and tags.

Can I use this skill if I don't have a GitHub repository?

Yes, the skill handles the scaffolding process. If you lack GitHub authentication, it will report the issue and provide the necessary commands to refresh your credentials or publish the repository later.

Does this skill automatically publish my plugin to the community?

No, it packages and validates the plugin locally. It then directs you to the 'OpenDesign PR' button in the UI, which handles the secure submission process to the community catalog.