SRCL is an open-source React component and styling repository for building web, desktop, and static applications with terminal-inspired visuals. Developers use its reusable components and design system when creating interfaces with monospace typography and related styling.
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.
npx skills add internet-development/www-sacred --skill port-sacred-terminal-ui-to-react-using-same-conventionsgit clone --depth 1 https://github.com/internet-development/www-sacredWrote 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.
[](https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-react-using-same-conventions)<a href="https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-react-using-same-conventions"><img src="https://agentmods.dev/badge/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-react-using-same-conventions/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.
<a href="https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-react-using-same-conventions"><img src="https://agentmods.dev/badge/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-react-using-same-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 3 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01330 |
| Opus 5 | $0.00000 | $0.00665 |
| Sonnet 5 | $0.00000 | $0.00266 |
| Haiku 4.5 | $0.00000 | $0.00133 |
Grade A, and why
port-sacred-terminal-ui-to-react-using-same-conventions 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Port Sacred Terminal UI to React Using Same Conventions
Also available at https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-react-using-same-conventions/SKILL.md
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, BarLoader, etc.
See
components/AGENTS.mdfor the canonical catalog of every sacred React component (props, theming tokens, CLI primitive equivalent). Read it before picking a component to render.
When to use
Use this skill whenever you have a CLI screen and want a sacred React surface that mirrors it without the canvas-based animation. This is the inverse of port-sacred-terminal-ui-to-typescript-cli and port-sacred-terminal-ui-to-python.
Reference primitives
These are the React components that sacred ships and that the CLI framework maps onto. Read them before writing the port:
| Sacred React component | CLI primitive | What it renders |
|---|---|---|
components/Card.tsx |
cardTop/cardRow/cardBot |
Box-drawing card with title bar |
components/CardDouble.tsx |
(no equivalent) | Double-bordered card with left/right titles |
components/SimpleTable.tsx |
formatRow + cardHeaderRow/cardRow |
Fluid HTML table with header background and status coloring — the canonical React surface for CLI port examples |
components/DataTable.tsx |
(no direct equivalent) | Sacred's gradient-tinted table — heavier, used outside CLI ports |
components/ActionButton.tsx |
button(hotkey, label) |
Hotkey + label button pair |
components/BarLoader.tsx |
(one-line loader) | Single-row progress fill |
components/RowSpaceBetween.tsx |
buttonRow(left, right, innerW) |
Left/right justified row |
components/Block.tsx |
cardRow(text, innerW) with word wrap |
Padded text block |
components/Text.tsx |
gradient or plain text | Typography wrapper |
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.
- 11d ago First seen · 67 lines · 0 tokens per session scan A ef326a7e0849
port-sacred-terminal-ui-to-react-using-same-conventions is a skill published in the GitHub repository internet-development/www-sacred (1,556 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,330 tokens. 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-30.
Other skills, from other repositories
ui-components
UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.
sigil-migration
Before migrating, audit the existing project.
react-aria
Build accessible UI components with React Aria Components. Use when developers mention React Aria, react-aria-components, accessible components, or need unstyled accessible primitives. Provides documentation for building custom accessible UI with hooks and components.
sigil-component
Every Sigil component lives in packages/components/src/ and follows this pattern.
frontend-engineer
!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults" !cat .forgewright/codebase-context.md…
elite-engineer
The operating system for elite software engineering in TypeScript, React, and Next.js. Enforces the cognitive models, architecture laws, type-level patterns, component design, visual standards, and performance mandates that separate exceptional software from the ordinary — grounded in named sources (Torvalds…