Add cloudscape-design-system skill#237
Open
r33drichards wants to merge 1 commit intovercel-labs:mainfrom
Open
Conversation
Bundles the full AWS Cloudscape Design System documentation (~215 pages, ~2.8MB) as markdown references, ingested from cloudscape.design's own llms.txt index. Use when building, reviewing, or refactoring UIs that follow Cloudscape conventions. Layout: - SKILL.md: frontmatter + agent usage instructions - references/: scraped markdown per page (components/, patterns/, foundation/, get-started/), grouped by URL section, with source_url frontmatter for precise citation - references/index.md: generated TOC - scripts/refresh.py: httpx-based re-ingester (~170 LOC; no headless browser needed — cloudscape serves */index.html.md directly) Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
|
@r33drichards is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| - `patterns/` — one file per design pattern (general, form, table, flashbar, split-panel, wizard, etc.). | ||
| - `foundation/` — visual foundation (typography, color, iconography, layout). | ||
| - `get-started/` — developer and designer onboarding, including testing, CSP, i18n, state management, responsive development. | ||
| - `guidelines/` — design principles and writing guidelines. |
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
skills/cloudscape-design-system/, bundling the full AWS Cloudscape Design System documentation as markdown references.llms.txtindex — no scraping of SPA JavaScript required because cloudscape publishes<page>/index.html.mdfor every page.components/(104),patterns/(74),foundation/(19),get-started/(18). Every page hassource_urlfrontmatter for precise citation.scripts/refresh.py(~170 LOC, onlyhttpx+pyyaml) so maintainers can regenerate on upstream changes.Why
Agents frequently need accurate Cloudscape component props, accessibility rules, and design-pattern guidance when building AWS-console-style UIs. Grounding responses in the authoritative docs markedly improves output quality vs. relying on training-data recall.
Layout
Test plan
~/.claude/skills/and verify the skill auto-activates on Cloudscape-related prompts.references/index.mdand navigate to a component (e.g.components/table.md), confirm frontmattersource_urlpoints at cloudscape.design.python scripts/refresh.pyon a fresh checkout and confirmreferences/is reproduced byte-for-byte (moduloscraped_attimestamps).Attribution
Content under
references/is excerpted from the public, AWS-maintained Cloudscape docs; seeNOTICEin the skill folder. The skill wrapper is MIT.🤖 Generated with Claude Code