comet-scaffold

Create standardized React Native project scaffolds via CLI and comet.yaml configuration.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/aidenreed937/Kairo-Expo --skill comet-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comet-scaffold
Source: https://github.com/aidenreed937/Kairo-Expo/tree/main/.claude/skills/comet-scaffold
Command: npx skills add https://github.com/aidenreed937/Kairo-Expo --skill comet-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding React Native apps can be time-consuming and inconsistently structured across teams. Comet scaffold provides a standardized CLI-driven approach to initialize new projects with a coherent architecture and configuration.

Core Features & Use Cases

  • CLI-driven project creation: Generates a ready-to-use project skeleton with Expo or bare RN options.
  • Config-driven scaffolding: Uses comet.yaml to define architecture, modules, and environment setups for multi-environment workflows.
  • Template-based feature setup: Provides templates for common features to accelerate onboarding and collaboration.

Quick Start

Run the comet create app <app_name> command to generate a standardized React Native project structure.

Frequently Asked Questions about comet-scaffold

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

FAQPage Schema
How do I scaffold a React Native project with a consistent folder structure?

To scaffold a React Native project with a consistent folder structure, use a CLI-driven generator to create a ready-to-use project skeleton with standardized configuration and feature templates.

What is config-driven scaffolding for React Native applications?

Config-driven scaffolding for React Native applications uses a comet.yaml file to define architecture, modules, and environment setups, ensuring consistent project initialization across teams.

Does this scaffolding tool support both Expo and bare React Native workflows?

Yes, this scaffolding tool supports both Expo-based and bare React Native workflows, allowing you to generate a project skeleton tailored to your preferred mobile development environment.

What's the best way to standardize project initialization across a React Native team?

The best way to standardize project initialization across a React Native team is using a CLI-driven approach with a comet.yaml configuration schema to enforce coherent architecture and feature templates.

How do I generate a React Native project skeleton using CLI commands?

To generate a React Native project skeleton using CLI commands, run the comet create app <app_name> command, which initializes a standardized project structure with predefined configuration.

Can I use comet.yaml to set up multi-environment workflows in React Native?

Yes, you can use comet.yaml to set up multi-environment workflows in React Native by defining architecture, modules, and environment setups within the configuration schema during project scaffolding.