typeui-cli

Solid

Guide for agentic tools to use the typeui.sh CLI for generating, updating, listing, and pulling design system skill files.

Web & Frontend 952 stars 66 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 85/100

Stars 20%
99
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# typeui.sh CLI Operator Skill ## Mission Use `typeui.sh` to generate, update, list, and pull design-system skill files for agentic tooling in a project. ## When To Use This Skill - User asks to create or refresh design-system instructions for agents. - User wants to pull an existing style by slug. - User wants to browse available styles and select one interactively. - User asks for preview-only runs before writing files. ## Preconditions - Run commands from the target project root. - Node.js 18+ is available. - If running from this repository source, build first: - `npm install` - `npm run build` ## Command Reference - `npx typeui.sh generate` - Run interactive prompts and create new managed skill content. - `npx typeui.sh update` - Update existing managed sections in generated files. - `npx typeui.sh pull <slug>` - Pull a specific registry skill and write it to selected provider paths. - `npx typeui.sh list` - List available registry slugs, show preview links, and pull one selection. ## Local Dev Invocation (This Repo) - `node dist/cli.js --help` - `node dist/cli.js generate` - `node dist/cli.js update` - `node dist/cli.js list` - `node dist/cli.js pull <slug>` ## Shared Flags - `-p, --providers <providers>` - Comma-separated providers (example: `cursor,codex`). - `--dry-run` - Preview file changes without writing. ## Provider Behavior - Universal target is always included: `.agents/skills/design-system/SKILL.md`. - Selected providers add extra...

Details

Author
bergside
Repository
bergside/typeui
Created
2 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category