remorsesremorsesCommunityยท1 Agent Skills Included

termcast

Build terminal interfaces with React and Raycast APIs

Builds terminal user interfaces with React using familiar Raycast components like List, Form, Detail, and Actions. Ports existing Raycast extensions to the terminal without rewriting code, and compiles apps into standalone binaries or desktop apps. Includes hot reloading, snapshot testing, and one-command releases to speed up development.
npx skills add remorses/termcast --all -g -y
Available:

Gives your AI agent strict coding rules and a step-by-step process for porting Raycast API components into this terminal framework, including typechecking, testing, and state management conventions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install termcast?โ–ผ

Run `npx skills add remorses/termcast --all -g -y` in your terminal to install this skill globally.

What is termcast used for?โ–ผ

Termcast lets you build terminal user interfaces with React using the Raycast extension API, so you can create searchable lists, forms, and detail views that run in the terminal.

Can I run existing Raycast extensions in the terminal?โ–ผ

Yes. Termcast aliases @raycast/api imports at build time, so existing Raycast extension code runs in the terminal without changes.

Does termcast work with Node.js?โ–ผ

No. Termcast requires the Bun runtime; it does not run under Node.js.

Can I distribute my terminal app to others?โ–ผ

Yes. The compile and release commands build standalone binaries for macOS, Linux, and Windows and publish them with a one-line install script.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’