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

port-sacred-terminal-ui-to-hostile-react-codebase is a skill for Claude Code, Codex from internet-development/www-sacred. It costs 0 tokens per session (1,515 once invoked), scanned A, original, MIT.

Instructions for adding a terminal-style React interface to an existing React application. React is a JavaScript library for building user interfaces, while a design system is a project's shared set of visual rules and components.

In plain words
What is it for?
Use it when bringing a Sacred terminal screen or component into a React project that already uses its own CSS, design system, build tools or strict lint rules.
Why use it?
It helps prevent the imported interface from breaking the host application's styles, build process or code checks. It is designed for projects whose existing setup conflicts with the source interface's styling approach.

Skill for Claude CodeCodex

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

Good fit Use it when bringing a Sacred terminal screen or component into a React project that already uses its own CSS, design system, build tools or strict lint rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase
About the project

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.

internet-development/www-sacred · 1,556 stars · on GitHub · sacred.computer

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 internet-development/www-sacred --skill port-sacred-terminal-ui-to-hostile-react-codebase
Clone the repo
git clone --depth 1 https://github.com/internet-development/www-sacred

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 port-sacred-terminal-ui-to-hostile-react-codebase

README.md
[![agentmods](https://agentmods.dev/badge/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase/github.svg)](https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase)
Your own site
<a href="https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase"><img src="https://agentmods.dev/badge/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase/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 port-sacred-terminal-ui-to-hostile-react-codebase

Your own site · 80×15
<a href="https://agentmods.dev/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase"><img src="https://agentmods.dev/badge/skills/internet-development/www-sacred/port-sacred-terminal-ui-to-hostile-react-codebase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,515 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
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.00000 $0.01515
Opus 5 $0.00000 $0.00758
Sonnet 5 $0.00000 $0.00303
Haiku 4.5 $0.00000 $0.00152

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

Security

Grade A, and why

port-sacred-terminal-ui-to-hostile-react-codebase 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.

skills/port-sacred-terminal-ui-to-hostile-react-codebase/SKILL.md · 129 lines

How it starts

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

Skill: Port Sacred Terminal UI to a Hostile React Codebase

Also available at https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-hostile-react-codebase/SKILL.md

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.

See components/AGENTS.md for the canonical catalog of every sacred React component (props, theming tokens, CLI primitive equivalent). Read it to know which sacred component you are about to graft into the host.

When to use

Use this skill when the target repository:

  • Already has its own CSS reset, theme tokens, or design system (Tailwind, MUI, Chakra, ShadCN, custom)
  • Uses a build tool that conflicts with sacred's CSS Modules (vite, webpack, rollup, parcel, metro)
  • Refuses to take sacred's global.css as-is because it would clobber the host's typography, color tokens, or layout primitives
  • Has a hostile lint config (no-default-export, no-css-modules, no-unused-vars on style props, etc.)

If you control both repos and the host has no design system, prefer port-sacred-terminal-ui-to-react-using-same-conventions instead — it gives you the full sacred theming for free.

Core principle

Isolate, don't inherit. Sacred's terminal aesthetic must be opt-in inside one container element, not bleed into the host. You will:

  1. Scope every CSS rule under a single container class.
  2. Inline the ANSI palette as CSS custom properties on that container.
  3. Replace sacred's CSS Modules with whatever the host supports (CSS Modules, Tailwind, vanilla-extract, etc.).
  4. Keep the React component file's structure identical so future updates from sacred can be diffed cleanly.

Step-by-step

1. Pick a single root class name

Every sacred selector must live under one root. Pick a host-friendly name:

Read the full file on GitHub · 129 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. 11d ago First seen · 129 lines · 0 tokens per session scan A 1c9028e8e64e

Subscribe to this mod's changes

port-sacred-terminal-ui-to-hostile-react-codebase 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,515 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.

Related

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.

yonatangross/orchestkit · 44 tokens

sigil-migration

Before migrating, audit the existing project.

Kevin-Liu-01/Sigil-UI · 4 tokens

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.

NextAdminHQ/nextjs-admin-dashboard · 49 tokens

sigil-component

Every Sigil component lives in packages/components/src/ and follows this pattern.

Kevin-Liu-01/Sigil-UI · 3 tokens

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…

buiphucminhtam/forgewright · 55 tokens

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…

Kerim-Sabic/elite-engineer · 167 tokens