🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

typeui.sh

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeui.sh

Generate design system specifications and style guides as skill files for AI coding providers

Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
324
-34.68%
Maintainers
1
Weekly downloads
 
Created
Source
████████╗██╗   ██╗██████╗ ███████╗██╗   ██╗██╗   ███████╗██╗  ██╗
╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██║   ██║██║   ██╔════╝██║  ██║
   ██║    ╚████╔╝ ██████╔╝█████╗  ██║   ██║██║   ███████╗███████║
   ██║     ╚██╔╝  ██╔═══╝ ██╔══╝  ██║   ██║██║   ╚════██║██╔══██║
   ██║      ██║   ██║     ███████╗╚██████╔╝██║██╗███████║██║  ██║
   ╚═╝      ╚═╝   ╚═╝     ╚══════╝ ╚═════╝ ╚═╝╚═╝╚══════╝╚═╝  ╚═╝

Design system skill generator for agentic tools (ie. Claude Code, Open Code, Codex, Cursor, etc)

typeui.sh is an open-source command line interface (CLI) that generates, updates, and can download skill.md files with design system specifications to instruct agentic tools and LLM's to use a certain design when building interfaces.

Getting started

You can start building with TypeUI by using the NPX command:

npx typeui.sh --help

Design systems

Check out all design systems that can be pulled into your project.

Available commands

CommandDescription
generateRun the interactive design system prompts and generate skill files.
updateUpdate existing managed skill content in generated files.
pull <slug>Pull a registry skill from bergside/awesome-design-skills and write it to selected provider paths.
listShow available registry specs from bergside/awesome-design-skills (with typeui.sh preview links), then pull one automatically.

Design Skill File Structure

Here's a breakdown of the design skill file that is being generated by the TypeUI CLI.

SectionWhat it does
MissionDefines the design-system objective and expected output quality for the agent.
BrandCaptures product context and brand direction to anchor decisions.
Style FoundationsDefines core visual tokens and constraints (visual style, typography, color palette, spacing).
AccessibilityStates accessibility standards and non-negotiable requirements.
Writing ToneSets tone/style for generated guidance language.
Rules: DoLists required implementation practices to follow.
Rules: Don'tLists anti-patterns and prohibited behaviors.
Expected BehaviorSets expectations for decision-making and trade-off handling.
Guideline Authoring WorkflowGives the ordered process the agent should follow when producing guidelines.
Required Output StructureEnforces the final response format for consistency and completeness.
Component Rule ExpectationsDefines required interaction/state details in component guidance.
Quality GatesAdds validation criteria for clarity, testability, and consistency.
Example Constraint LanguageStandardizes wording strength (must vs should) and constraint style.

For local development:

npm install
npm run build
node dist/cli.js --help

License

The CLI is open-source under the MIT License.

Pro version

Get access to curated design system files by getting the pro version and supporting our work.

Sponsors

If you'd like to become a sponsor of the project, please contact us on our company website.

Keywords

cli

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts