sigil-cli

sigil-cli is a skill for Claude Code, Codex from Kevin-Liu-01/Sigil-UI. It costs 166 tokens per session (1,579 once invoked), scanned A, original, MIT.

A reference for the @sigil-ui/cli command-line tool, which sets up, converts, configures, documents, and checks Sigil projects.

In plain words
What is it for?
Use it to start Sigil in a new or existing app, convert a project, add components, switch or create presets, generate design documentation, and validate the project.
Why use it?
It makes it easier to choose the right command without searching through several project files and manuals.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to start Sigil in a new or existing app, convert a project, add components, switch or create presets, generate design documentation, and validate the project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevin-liu-01/sigil-ui/sigil-cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kevin-Liu-01/Sigil-UI --skill sigil-cli
Clone the repo
git clone --depth 1 https://github.com/Kevin-Liu-01/Sigil-UI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sigil-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevin-liu-01/sigil-ui/sigil-cli/github.svg)](https://agentmods.dev/skills/kevin-liu-01/sigil-ui/sigil-cli)
Your own site
<a href="https://agentmods.dev/skills/kevin-liu-01/sigil-ui/sigil-cli"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/sigil-ui/sigil-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sigil-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevin-liu-01/sigil-ui/sigil-cli"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/sigil-ui/sigil-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00166 $0.01579
Opus 5 $0.00083 $0.00790
Sonnet 5 $0.00033 $0.00316
Haiku 4.5 $0.00017 $0.00158

Measured 10d ago against content hash 1ea775313db8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sigil-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sigil-cli/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill — sigil-cli

All ten CLI commands in one place. Stop hunting through AGENTS.md, SPEC.md, and the package README to figure out which command to run.

Quick reference

Command Purpose
npx create-sigil-app Scaffold a brand-new app: deps, token CSS, base preset, components, agent instructions. Interactive.
npx @sigil-ui/cli init Set up Sigil inside an existing project. Detects framework, asks about use case, recommends presets, configures everything.
npx @sigil-ui/cli convert End-to-end conversion of an existing project: deps, tokens, CSS import, agent instructions. Heavier than init.
npx @sigil-ui/cli add <name...> Copy components into your project's components/ folder. They still consume var(--s-*).
npx @sigil-ui/cli preset list Browse all 46 presets by category (44 named + default + template).
npx @sigil-ui/cli preset <name> Switch the active preset — regenerates the project's token CSS file.
npx @sigil-ui/cli preset create Scaffold a custom preset with base preset, color, and font prompts.
npx @sigil-ui/cli design generate Create a DESIGN.md from the current preset + any token overrides.
npx @sigil-ui/cli design compile Parse DESIGN.md → emit CSS + Tailwind v4 @theme + W3C JSON.
npx @sigil-ui/cli design sync Update the compile sections inside DESIGN.md from the current token tables.
npx @sigil-ui/cli design extract <url> Crawl a reference URL and produce a full DESIGN.md from the inferred tokens.
npx @sigil-ui/cli inspire <url-or-file> Draft token CSS, a custom preset, and a preview page from a reference (color palette, font pairing, etc.).
npx @sigil-ui/cli docs Generate local custom-library docs and llms.txt from the project's tokens + components.
npx @sigil-ui/cli adapter <name> Add a CSS bridge so shadcn, Bootstrap, or Material variables inherit your Sigil tokens.
npx @sigil-ui/cli diff Show token CSS changes since the last sigil write. Run before commits to verify intent.
npx @sigil-ui/cli doctor Validate project health: config, tokens, components, deps, CSS imports, preset selection. Run after any change.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 118 lines · 166 tokens per session scan A 1ea775313db8

Subscribe to this mod's changes

sigil-cli is a skill published in the GitHub repository Kevin-Liu-01/Sigil-UI (9 stars, last pushed 1mo ago), licensed MIT. It adds 166 tokens to every session and 1,579 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens

port-sacred-terminal-ui-to-hostile-react-codebase

Take a sacred React component (or a sacred screen that mirrors a Simulacrum CLI surface) and graft it into a foreign React codebase that already ships its own design system, build pipeline, and CSS toolchain — without breaking the host or polluting it with sacred-specific globals.

internet-development/www-sacred · 0 tokens

port-sacred-terminal-ui-to-react-using-same-conventions

Take a CLI screen written for Simulacrum — the sacred CLI framework (scripts/cli/templates/.ts or scripts/python/templates/.py) — and produce a React component that lives inside components/examples/ (or components/) using only sacred's existing primitives — Window, Card, SimpleTable, ActionButton, RowSpaceBetween…

internet-development/www-sacred · 0 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

ss-motion

Apply a named StyleSeed motion to a component — either one of the 5 personality seeds (Spring/Silk/Snap/Float/Pulse × entrance/exit/hover/press/layout) or a distinctive keyword move from the motion library (toggle-flip, toggle-curtain, reveal-blur, pop-in, shimmer, …). Translates vibe words into framer-motion code…

bitjaru/styleseed · 85 tokens

ss-verify

The VISUAL gate — render a UI or visual artifact through its surface adapter, inspect the actual pixels, then fix and re-render until it passes the composed StyleSeed rule set.

bitjaru/styleseed · 40 tokens