create-ryos-app

Generate a standardized ryOS application directory structure with components, hooks, and configuration.

4|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/hiyeshu/kyo.is --skill create-ryos-app-hiyeshu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-ryos-app
Source: https://github.com/hiyeshu/kyo.is/tree/main/.cursor/skills/create-ryos-app
Command: npx skills add https://github.com/hiyeshu/kyo.is --skill create-ryos-app-hiyeshu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of creating new applications for ryOS, reducing setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Standardized scaffolding: Generates a complete directory structure with main components, hooks, and configuration files.
  • Template customization: Provides a predefined app definition with essential metadata and help items, accelerating initial setup.
  • Use Case: When starting a new ryOS project, use this Skill to quickly generate the necessary boilerplate code and configuration, ensuring adherence to best practices.

Quick Start

Use the create-ryos-app skill to generate a boilerplate project structure for a new ryOS application.

Frequently Asked Questions about create-ryos-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new ryOS application directory structure?

To set up a new ryOS application directory structure, use automated app scaffolding to generate boilerplate directories for components, hooks, and configuration files, ensuring consistent code organization across projects.

What is the best way to automate boilerplate generation for ryOS apps?

Automating boilerplate generation for ryOS apps requires reading template files to apply predefined app definitions, metadata, and help items, accelerating initial project setup while adhering to standard naming conventions for localization keys.

How does app scaffolding ensure consistent code organization for ryOS projects?

App scaffolding ensures consistent code organization for ryOS projects by automatically applying standardized naming conventions to components, metadata, and localization keys across multiple generated applications, reducing manual setup errors.

Do I need to manually configure hooks and components when starting a ryOS project?

You do not need to manually configure hooks and components when starting a ryOS project, as the automated scaffolding process generates a complete directory structure with essential main components, hooks, and configuration files automatically.

Can I customize the template metadata and localization keys during ryOS project setup?

You can customize template metadata and localization keys during ryOS project setup by modifying the predefined template files that the scaffolding tool reads, ensuring the generated boilerplate matches your specific application requirements.

What are the limitations of using automated app scaffolding for ryOS development?

The limitation of automated app scaffolding for ryOS development is that it operates at a basic implementation depth, meaning it only generates the initial standardized directory structure and boilerplate, requiring manual coding for advanced application logic.