nexu-io/open-design

od-plugin-authoring

Guided scenario for creating an Open Design plugin folder that can be installed into My plugins.

75Collecting
See how to use itView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-plugin-authoring"
Automated source guideDesignStandard source

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Source-grounded design guide: od-plugin-authoring

Use this scenario when the user wants to create their own Open Design plugin.

npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-plugin-authoring"
Check the pinned source

The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.

220 source words · 3 usable sections

Design process

Read od-plugin-authoring through these 3 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Required outcome

Produce a folder named generated-plugin/ in the active project workspace. At minimum, the folder must contain:

SKILL.md · Required outcome
SKILL.md with frontmatter and clear agent instructions.open-design.json with valid plugin metadata, od.kind, mode, task kind, capabilities, and inputs when needed.Produce a folder named generated-plugin/ in the active project workspace. At minimum, the folder must contain:
02

Authoring rules

Follow docs/plugins-spec.md and the schema at docs/schemas/open-design.plugin.v1.json.

SKILL.md · Authoring rules
Follow docs/plugins-spec.md and the schema at docs/schemas/open-design.plugin.v1.json.Treat SKILL.md as the canonical behavior description. open-design.json should describe how Open Design installs, applies, and presents that behavior.Keep the generated plugin local-user friendly: it should not require marketplace publishing, enterprise trust setup, or private team catalog configuration.
03

Suggested folder shape

The examples/ and assets/ directories are optional. Do not create empty directories just to match the sketch.

SKILL.md · Suggested folder shape
The examples/ and assets/ directories are optional. Do not create empty directories just to match the sketch.

Design checklist

Verify each item before delivery

The source section “Required outcome” has been checked.

The source section “Authoring rules” has been checked.

The source section “Suggested folder shape” has been checked.

Choose a different workflow

When another Skill is the better fit

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.

Open source detail

churn-prevention

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.

Open source detail

design-intelligence

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

A separate implementation from event4u-app/agent-config; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

What does the od-plugin-authoring source document cover?

Use this scenario when the user wants to create their own Open Design plugin.

How do I install od-plugin-authoring?

The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-plugin-authoring". Inspect the command and pinned source before running it.

Repository stars
82,073
Repository forks
9,485
Quality
75/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

75/100
Documentation21/30
Specificity12/25
Maintenance20/20
Trust signals22/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

ab-testing by coreyhaines31

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

churn-prevention by coreyhaines31

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

design-intelligence by event4u-app

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

design-system-capture by event4u-app

Write and maintain DESIGN.md + PRODUCT.md — captures visual decisions and interaction patterns so design tasks stay consistent across sessions without re-scanning past work.

existing-ui-audit by event4u-app

Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

od-plugin-authoring (scenario)

Use this scenario when the user wants to create their own Open Design plugin.

Required outcome

Produce a folder named generated-plugin/ in the active project workspace. At minimum, the folder must contain:

  • SKILL.md with frontmatter and clear agent instructions.
  • open-design.json with valid plugin metadata, od.kind, mode, task kind, capabilities, and inputs when needed.

Add examples/, assets/, or other supporting files only when they help the plugin be used or reviewed.

Authoring rules

  • Follow docs/plugins-spec.md and the schema at docs/schemas/open-design.plugin.v1.json.
  • Treat SKILL.md as the canonical behavior description. open-design.json should describe how Open Design installs, applies, and presents that behavior.
  • Keep the generated plugin local-user friendly: it should not require marketplace publishing, enterprise trust setup, or private team catalog configuration.
  • Choose a stable plugin id from the user's requested workflow. Use lowercase letters, numbers, dashes, underscores, or dots.
  • Include a short readiness summary when finished:
    • Files created.
    • Whether the folder is ready to add to My plugins.
    • Any validation or follow-up needed before install.
    • A direct next-action prompt that offers: Add to My plugins, Publish repo, or Open Design PR.

Suggested folder shape

generated-plugin/
  SKILL.md
  open-design.json
  examples/
  assets/

The examples/ and assets/ directories are optional. Do not create empty directories just to match the sketch.

Skill path
plugins/_official/scenarios/od-plugin-authoring/SKILL.md
Commit SHA
89d6d4ef21ba
Repository license
Apache-2.0
Data collected