
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
Generate design system specifications and style guides as skill files for AI coding providers
typeui.sh is a paid CLI that interviews you about your design system and generates SKILL.md files for AI coding agents.
You can purchase a license at https://typeui.sh.
To use this CLI legally, each user must have a valid purchased license key.
Use with npx:
npx typeui.sh --help
For local development:
npm install
npm run build
node dist/cli.js --help
typeui.sh verify - verify your license key and cache local license status.typeui.sh license - show local cached license status.typeui.sh generate - run the interactive design-system prompts and generate skill files.typeui.sh update - update existing managed skill content in generated files.typeui.sh clear-cache - remove local cache state (~/.typeui-sh).Shared options for generate and update:
-p, --providers <providers> (comma-separated provider keys)--dry-run (preview changes without writing files)Examples:
npx typeui.sh verify
npx typeui.sh generate
npx typeui.sh update --dry-run
npx typeui.sh generate --providers cursor,claude-code,mistral-vibe
https://typeui.sh/api/license/verify.~/.typeui-sh/license.json.Universal target (always included):
.agents/skills/design-system/SKILL.mdOptional additional targets can be selected interactively or via --providers.
Each generated file path ends with:
.../skills/design-system/SKILL.mdCommon examples:
.cursor/skills/design-system/SKILL.md.claude/skills/design-system/SKILL.md.codex/skills/design-system/SKILL.md.opencode/skills/design-system/SKILL.mdGenerated files include these managed markers:
<!-- TYPEUI_SH_MANAGED_START --><!-- TYPEUI_SH_MANAGED_END -->typeui.sh update only replaces content inside that managed block.
For a full walkthrough (license activation and every prompt step), see README.user.md.
npm run typecheck
npm run test
npm run build
FAQs
Generate design system specifications and style guides as skill files for AI coding providers
The npm package typeui.sh receives a total of 354 weekly downloads. As such, typeui.sh popularity was classified as not popular.
We found that typeui.sh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.