feat: add claude-skill/ as first-class distribution artifact#89
Open
teezeit wants to merge 1 commit intoakonan:mainfrom
Open
feat: add claude-skill/ as first-class distribution artifact#89teezeit wants to merge 1 commit intoakonan:mainfrom
teezeit wants to merge 1 commit intoakonan:mainfrom
Conversation
Adds claude-skill/ at repo root (parallel to vscode-extension/) so the wireframe skill ships alongside the npm package. - SKILL.md: generic wiremd skill with workflows, rendering commands, style picker, inline quick reference, composite example, gotchas - references/quick-reference.md: copied from QUICK-REFERENCE.md at build time via the new build:skill script - references/syntax.md: full syntax with grid+card variant, tabs via button groups, progress bars, component mapping table - references/styles.md: style guide with use cases for all 7 styles - references/vscode.md: VS Code extension workflow - references/examples/dashboard.md: renderable sidebar+tabs+grid+table example - references/examples/settings-form.md: renderable form+modals example - package.json: add claude-skill to files array, add build:skill script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-skill/at repo root (parallel tovscode-extension/) so the wireframe skill ships with the npm packagebuild:skillscript keepsreferences/quick-reference.mdin sync withQUICK-REFERENCE.mdWhat's in claude-skill/
Test plan
npm run build:skillcopies QUICK-REFERENCE.md intoclaude-skill/references/quick-reference.mdwiremd claude-skill/references/examples/dashboard.md --style clean --serve 3001renders correctlywiremd claude-skill/references/examples/settings-form.md --style clean --serve 3001renders correctly🤖 Generated with Claude Code