Skip to content

Commit 8d2d70e

Browse files
committed
Merge main into agent/fix-editable-pptx-layered-backgrounds
2 parents 2dbbf82 + aa5bb5d commit 8d2d70e

4,044 files changed

Lines changed: 77227 additions & 37606 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.claude-plugin/marketplace.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"name": "nexu-io",
66
"url": "https://github.com/nexu-io/open-design"
77
},
8-
"description": "Open Design β€” local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.",
8+
"description": "OpenDesign β€” local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.",
99
"plugins": [
1010
{
1111
"name": "open-design",
1212
"source": "./plugins/open-design",
13-
"description": "Open Design MCP server (stdio). 139 skills + projects/files/preview tools, served by your local `od` daemon. Requires `od` on PATH (brew / npm / DMG)."
13+
"description": "OpenDesign MCP server (stdio). 139 skills + projects/files/preview tools, served by your local `od` daemon. Requires `od` on PATH (brew / npm / DMG)."
1414
}
1515
]
1616
}

β€Ž.claude/skills/od-contribute/SKILL.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: od-contribute
3-
description: One-click contribution flow for Open Design (nexu-io/open-design) β€” even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.
3+
description: One-click contribution flow for OpenDesign (nexu-io/open-design) β€” even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.
44
allowed-tools:
55
- Bash
66
- Read
@@ -12,7 +12,7 @@ allowed-tools:
1212
- WebFetch
1313
---
1414

15-
# od-contribute β€” first-contribution flow for Open Design
15+
# od-contribute β€” first-contribution flow for OpenDesign
1616

1717
Locked to `nexu-io/open-design`. Branches by **contribution type**, not by issue. Replaces the dev-loop with type-specific no-code validators. Designed so a product user with zero coding background can ship a real PR.
1818

@@ -317,4 +317,4 @@ Print the PR URL on its own line. Done.
317317
## When NOT to use this skill
318318

319319
- The user wants to fix a daemon / web bug or add a feature with code changes β†’ use `auto-github-contributor` instead (it has the TDD loop). This skill deliberately doesn't run lint/typecheck/tests because content paths don't need them.
320-
- The user wants to *generate* a Skill / Design System from scratch β†’ that's Open Design itself. Run OD first, get an artifact, then come back here to ship it.
320+
- The user wants to *generate* a Skill / Design System from scratch β†’ that's OpenDesign itself. Run OD first, get an artifact, then come back here to ship it.

β€Ž.claude/skills/od-contribute/agents/openai.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Not required β€” Codex loads SKILL.md regardless.
44

55
interface:
6-
display_name: "Open Design β€” Contribute"
6+
display_name: "OpenDesign β€” Contribute"
77
short_description: "Ship a Skill / Design System / translation / typo fix to nexu-io/open-design without writing code."
8-
default_prompt: "I want to contribute to Open Design."
8+
default_prompt: "I want to contribute to OpenDesign."
99

1010
policy:
1111
# Allow Codex to surface this skill when the user mentions OD contribution

β€Ž.claude/skills/od-contribute/install.shβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ cyan "How to use it:"
122122
cat <<'EOF'
123123
124124
In Claude Code: type /od-contribute in any chat.
125-
In Codex CLI: type @od-contribute or pick "Open Design β€” Contribute" from /skills.
125+
In Codex CLI: type @od-contribute or pick "OpenDesign β€” Contribute" from /skills.
126126
In other agents: ask the agent to follow ~/.claude/skills/od-contribute/SKILL.md
127127
128128
The skill walks you through one of:
129129
130-
* shipping a Skill or Design System you made with Open Design
130+
* shipping a Skill or Design System you made with OpenDesign
131131
* translating a doc to a new language
132132
* fixing a typo or writing a use-case blog
133133
* reporting a clean bug
134134
135-
Need help? Open Design Discord: https://discord.gg/qhbcCH8Am4
135+
Need help? OpenDesign Discord: https://discord.gg/qhbcCH8Am4
136136
EOF

β€Ž.claude/skills/od-contribute/scripts/validate-design-system.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Validate a user-supplied DESIGN.md (Open Design "design system" submission).
2+
# Validate a user-supplied DESIGN.md (OpenDesign "design system" submission).
33
# Usage: validate-design-system.sh <DESIGN.md path> [--reference <existing-DESIGN.md>]
44
#
55
# Strategy: instead of hardcoding a schema, we read 1-3 existing DESIGN.md files

β€Ž.claude/skills/od-contribute/templates/ISSUE-BODY-bug.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{EXPECTED}}
1212

13-
### Open Design version
13+
### OpenDesign version
1414

1515
{{OD_VERSION}}
1616

β€Ž.github/ISSUE_TEMPLATE/bug-report.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: πŸ› Bug report
2-
description: Something isn't working as expected in Open Design.
2+
description: Something isn't working as expected in OpenDesign.
33
title: "[Bug]: "
44
labels: ["bug"]
55
body:
@@ -37,7 +37,7 @@ body:
3737
label: Steps to reproduce
3838
description: Minimal steps that reliably reproduce the problem.
3939
placeholder: |
40-
1. Open Open Design
40+
1. Open OpenDesign
4141
2. Click ...
4242
3. See error
4343
validations:
@@ -54,7 +54,7 @@ body:
5454
- type: input
5555
id: version
5656
attributes:
57-
label: Open Design version
57+
label: OpenDesign version
5858
description: Find this in the app's About menu, or run `od --version`.
5959
placeholder: e.g. 0.8.0 or 0.8.0-preview.2
6060
validations:

β€Ž.github/ISSUE_TEMPLATE/config.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contact_links:
88
about: Have a half-formed idea you want to chew on before opening a formal feature request? Start a thread in Ideas.
99
- name: πŸ™Œ Show what you've made
1010
url: https://github.com/nexu-io/open-design/discussions/categories/show-and-tell
11-
about: Built something cool with Open Design? Share it in Show and tell.
11+
about: Built something cool with OpenDesign? Share it in Show and tell.
1212
- name: πŸ—£ General discussion
1313
url: https://github.com/nexu-io/open-design/discussions/categories/general
1414
about: Anything else β€” chat, suggestions, community talk.

β€Ž.github/ISSUE_TEMPLATE/feature-request.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: πŸ’‘ Feature request
2-
description: Suggest a new feature or improvement for Open Design.
2+
description: Suggest a new feature or improvement for OpenDesign.
33
labels: ["enhancement"]
44
body:
55
- type: markdown

β€Ž.github/ISSUE_TEMPLATE/preview-v0.8.0-feedback.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: πŸ§ͺ Open Design 0.8.0 β€” preview feedback
1+
name: πŸ§ͺ OpenDesign 0.8.0 β€” preview feedback
22
description: 0.8.0 is here as a preview on `main`. Bugs, suggestions, "this feels off", first impressions β€” drop them here.
33
labels: ["preview/v0.8.0"]
44
title: "[0.8.0] "
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
**Open Design 0.8.0 is shipping as a preview.** The rebuilt core (plugins, headless, agent-native) is on `main` and we're hardening it before tagging 0.8.0 stable.
9+
**OpenDesign 0.8.0 is shipping as a preview.** The rebuilt core (plugins, headless, agent-native) is on `main` and we're hardening it before tagging 0.8.0 stable.
1010
1111
This template is the fast lane for anything you noticed while trying 0.8.0 β€” bugs, UX rough edges, missing features, half-formed thoughts. Small reports are the most useful.
1212

0 commit comments

Comments
Β (0)