Complete workflow for creating distinctive design systems from scratch. Orchestrates aesthetic documentation, token architecture, components, and motion. Use when starting a new design system or refactoring an existing one. Triggers on create design system, design tokens, design system setup, visual identity, theming.
Security Analysis
high confidenceAn instruction-only meta-skill for creating design systems that is internally consistent with its description and does not request credentials, install code, or perform suspicious actions.
The skill's name, description, and runtime instructions all focus on authoring design-system artifacts (tokens, typography, components, motion). It does not declare unrelated binaries, environment variables, or credentials, so the requested capabilities are proportional to the stated purpose.
Runtime instructions are prose and code examples for building design systems. They include several 'Read: ai/skills/...' references to other component skills (logical for a meta-skill). This may cause an agent to attempt to load local skill files for context — not inherently malicious but worth reviewing. No instructions ask the agent to read system secrets or send data to external endpoints.
There is no install spec in the skill bundle (instruction-only), which minimizes risk. The README shows example install commands (npx clawhub@latest install ... and an npx add GitHub URL) — those commands, if executed, would fetch/execute remote code. That is an installation-time risk (not intrinsic to the skill content) and should be handled by inspecting the referenced repository before running such commands.
The skill declares no required environment variables, credentials, or config paths. There are no requests for tokens or secrets and no use of environment data in the instructions, so requested access is proportional.
Flags show default behavior (always: false, autonomous invocation allowed). The skill does not request persistent system presence or elevated privileges.
Guidance
This skill is an instruction-only design-system meta-skill and appears coherent with its description. Before installing or running any provided installation commands: (1) verify the skill source — the homepage is missing and the owner is unknown; (2) inspect the remote repository referenced in README (or avoid running npx commands you don't trust); (3) do not blindly execute copy/install commands that reference ~/.ai-skills, ~/.cursor, or other home directories; and (4) review any referenced component skills listed in the document to ensure they are trustworthy. If you want extra safety, clone the repo into an isolated project or sandbox and read the files locally rather than running remote installers.
Latest Release
v1.0.0
- Initial release: complete workflow for creating distinctive design systems from scratch. - Guides the process from documenting aesthetic foundations through token/app/component architecture and motion. - Provides detailed steps for color tokens, typography, surface primitives (with CVA), animation tokens, and skeleton/loading patterns. - Includes anti-patterns, file structure, use-cases, and checklists to ensure distinctiveness and maintainability. - References related component and design skills for modular extension.
More by @wpank
Published by @wpank on ClawHub