recovery-feature-scaffold

Generate feature scaffolds with types, hooks, screens, tests, and migrations for SQLite and Supabase.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/RipKDR/Steps-to-recovery --skill recovery-feature-scaffold
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recovery-feature-scaffold
Source: https://github.com/RipKDR/Steps-to-recovery/tree/main/.claude/skills/recovery-feature-scaffold
Command: npx skills add https://github.com/RipKDR/Steps-to-recovery --skill recovery-feature-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rapid creation of production-ready feature scaffolds for the Steps to Recovery app, including database schema, encrypted storage, offline sync, and UI scaffolds, reducing manual boilerplate work.

Core Features & Use Cases

  • Auto-generates end-to-end feature scaffolds: types, hooks, screens, components, tests, and migrations for SQLite and Supabase.
  • Provides a consistent template for new data models (e.g., gratitude lists, journaling, step work) with integrated navigation updates and testing scaffolds.
  • Supports both automated generation and a manual scaffolding path for custom workflows.

Quick Start

From the project root, run node .claude/skills/recovery-feature-scaffold/scripts/scaffold.js GratitudeList to generate a complete feature scaffold.

Frequently Asked Questions about recovery-feature-scaffold

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

FAQPage Schema
How do I generate React Native feature scaffolds for SQLite and Supabase?▼

Generate React Native feature scaffolds for SQLite and Supabase by running the command-line script, which auto-creates types, hooks, screens, components, tests, and database migrations for the Steps to Recovery app.

What is the best way to automate offline storage and encryption for a React Native app?▼

Automating offline storage and encryption for a React Native app is handled by generating a production-ready feature scaffold that integrates SQLite and Supabase through a simple command-line workflow.

Can I manually customize a feature scaffold instead of fully automating it?▼

Yes, you can manually customize a feature scaffold instead of fully automating it, as the tool supports both automated generation and a manual scaffolding path for custom workflows.

Does the scaffold include database migrations for both SQLite and Supabase?▼

Yes, the scaffold includes database migrations for both SQLite and Supabase, covering schema generation, encrypted storage, and offline sync integration for new data models.

What components are generated when scaffolding a new data model like a gratitude list?▼

Scaffolding a new data model like a gratitude list generates types, hooks, screens, components, tests, and database migrations, while also providing integrated navigation updates and testing scaffolds.