ryos
Build, test, and ship a web-based retro AI desktop OS
All Skills in This Repository (10)
Pure Emerald Level Indicatorsdesktop-release
Automates versioning, tagging, and publishing of ryOS Electron desktop releases on GitHub.
create-store
Create ryOS Zustand stores with persistence, migrations, and cloud-sync tombstones.
write-tests
Write and run ryOS tests with Bun's native test runner across unit and API integration suites.
write-api-route
Creates ryOS backend API routes using the apiHandler wrapper with auth, rate limiting, and Redis conventions.
add-ai-chat-tool
Add server or client AI chat tools to the ryOS assistant using Zod schemas and handlers.
react-best-practices
Applies Vercel's React performance optimization rules when writing, reviewing, or refactoring React code.
ui-design-styling
Standardize ryOS UI styling across four retro OS themes with CSS variables.
update-docs
Analyze source files and sync ryOS documentation with implementation.
create-ryos-app
Scaffold ryOS applications with directory structure, components, and registry entries.
localize
Extract hardcoded strings and replace them with translation keys in ryOS apps.
Frequently Asked Questions
FAQPage SchemaHow to install ryOS skills?â–¼
Run `npx skills add ryokun6/ryos --all -g -y` in your terminal to install all skills in this suite globally.
What is ryOS?â–¼
ryOS is a web-based desktop environment inspired by classic macOS and Windows, with built-in apps, themes, and an AI assistant. These skills help AI agents extend and maintain it.
How to add a new app to ryOS with AI?â–¼
The create-ryos-app skill walks your agent through scaffolding the component, menu bar, store, icons, and registry entries following repo conventions.
Can AI write tests and API routes for ryOS?â–¼
Yes. The write-tests and write-api-route skills teach agents the Bun test runner setup and the shared apiHandler pattern with auth, validation, and rate limiting.
Do these skills work with Cursor and Claude Code?â–¼
Yes. All skills follow the standard SKILL.md format and run in Cursor, Claude Code, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core