Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    kimhons

    ralph-init

    kimhons/ralph-init
    Planning
    1
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Initialize a new Ralph Ultra project with smart template detection, PRD scaffolding, and skill deployment...

    SKILL.md

    Ralph Ultra Project Initialization

    Initialize a project for autonomous development with Ralph Ultra.

    What this does

    1. Detects project type — Node.js, Python, Rust, Go, Flutter, or custom
    2. Creates .ralph-ultra/ directory with config, skills, sessions, baselines, and cache
    3. Generates CLAUDE.md — Tailored project instructions based on detected framework
    4. Deploys 21 production skills — All skills copied and version-tracked
    5. Creates config.json — Security mode, tool preference, iteration limits
    6. Generates prd.json scaffold — Ready for story definition

    Usage

    /ralph-ultra:ralph-init <project-name> [--template nextjs|python|node|flutter|fix]
    

    Arguments

    • $ARGUMENTS[0] — Project name (required)
    • --template — Force a specific template instead of auto-detecting

    Templates Available

    Template Detected By Includes
    nextjs next.config.* App Router patterns, ISR, Server Components
    python pyproject.toml, requirements.txt FastAPI/Django patterns, venv, pytest
    node package.json (no Next.js) Express/NestJS patterns, Jest
    flutter pubspec.yaml Dart patterns, widget testing
    fix Any existing project Minimal CLAUDE.md + PRD for bug fixing

    Post-Init Checklist

    After initialization, the skill verifies:

    • .ralph-ultra/ directory created with correct structure
    • config.json has valid security mode (default: standard)
    • Skills deployed and version manifest created
    • CLAUDE.md generated with project-specific instructions
    • prd.json scaffold ready for story definition

    Example

    To initialize a Next.js project:

    /ralph-ultra:ralph-init my-saas-app --template nextjs
    

    Execute: !bash -c "source $RALPH_ULTRA_HOME/lib/core/init.sh && ru_init_project '$ARGUMENTS'" if ralph-ultra CLI is installed, otherwise follow the manual steps above.

    Recommended Servers
    Thoughtbox
    Thoughtbox
    Kernel
    Kernel
    Vercel
    Vercel
    Repository
    kimhons/ralph-loop-ultra
    Files