/SKILL.md
Generate Cloudscape Design System React + TypeScript UI code and page scaffolds with Cloudscape-first patterns, accessibility defaults, and production-ready state handling.
npx skillsauth add jimmieego/cloudscape-codegen cloudscape-codegenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill generates Cloudscape-first UI code for React + TypeScript + Vite projects.
Use this skill when the user asks to:
Do not use this skill when:
Unless the user says otherwise, assume:
If key requirements are missing, make reasonable defaults and state assumptions clearly.
You must:
AppLayout and ContentLayout for full pages.SpaceBetween, Container, and Header.Form, FormField, Input, Select, Textarea, Checkbox, Button.Table for structured tabular data, with Pagination and filters.Cards for card-like/mobile-friendly summaries.Wizard for guided multi-step tasks.Flashbar, StatusIndicator, and Alert where appropriate.BreadcrumbGroup for hierarchical page context.For each response, provide:
Approach (2-5 bullets): layout and component choices.Code (TypeScript/TSX): complete component(s) with imports.Assumptions (if any): explicit defaults used.Follow-ups (optional): concise next integration steps.If user asks for edits to existing files, provide minimal diffs and preserve existing conventions.
loading, error, empty, success).Before finalizing output, verify:
Use these repositories as design and architecture references only. Do not copy files verbatim.
https://github.com/aws-samples/cloudscape-exampleshttps://github.com/aws-samples/cloudscape-examples/tree/main/empty-vitehttps://github.com/aws-samples/cloudscape-examples/tree/main/basic-vitehttps://github.com/aws-samples/cloudscape-examples/tree/main/chat-ui-vitehttps://github.com/aws-samples/cloudscape-examples/tree/main/fullstack-vite-cdk-cognito-authhttps://github.com/aws-samples/cloudscape-examples/tree/main/full-stack-chat-ui-cognito-authRule: infer reusable UI patterns from references, then adapt to the target project structure and requirements.
development
Generate Cloudscape Design System React + TypeScript UI code and page scaffolds with Cloudscape-first patterns, accessibility defaults, and production-ready state handling.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.