# Sacred Computer

> Sacred Computer is a zero-dependency React + CLI framework for building
> terminal-aesthetic applications. The React surface lives under components/
> and is cataloged in components/AGENTS.md. The CLI half of sacred — Simulacrum —
> lives under scripts/cli/ (TypeScript) and scripts/python/ (Python mirror) and
> renders the same primitives in a terminal alt-screen. Both halves load the same
> palette from scripts/cli/colors.json so the React UI and the CLI screens stay in
> byte-level agreement. Pick whichever runtime fits the task you were given —
> sacred is the React side, Simulacrum is the CLI side, and they are two halves
> of one framework.

## Repo conventions
- [Root AGENTS.md](https://sacred.computer/llm/AGENTS.md)
- [Components catalog](https://sacred.computer/llm/components/AGENTS.md)

## Simulacrum (CLI framework)
- [CLI framework AGENTS.md (TypeScript)](https://sacred.computer/llm/scripts/cli/AGENTS.md)
- [CLI framework AGENTS.md (Python mirror)](https://sacred.computer/llm/scripts/python/AGENTS.md)

## Skills
- [skills/port-sacred-terminal-ui-to-hostile-react-codebase](https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-hostile-react-codebase/SKILL.md)
- [skills/port-sacred-terminal-ui-to-python](https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-python/SKILL.md)
- [skills/port-sacred-terminal-ui-to-react-using-same-conventions](https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-react-using-same-conventions/SKILL.md)
- [skills/port-sacred-terminal-ui-to-typescript-cli](https://sacred.computer/llm/skills/port-sacred-terminal-ui-to-typescript-cli/SKILL.md)
