scaffolder

Generate app.manifest.json and related configurations for the Dream Team framework.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill scaffolder-innerscopehearing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffolder
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/scaffolder
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill scaffolder-innerscopehearing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating new applications by providing a comprehensive startup kit that sets up the source-of-truth and standards for the app, ensuring it starts with everything the last app learned.

Core Features & Use Cases

  • Automated App Manifest Creation: Generates an app.manifest.json conforming to the Dream Team schema.
  • Quick Setup: Includes a CLAUDE.md file and wiring stubs for RevenueCat, Sentry, PostHog, i18n, CI, and test scaffold.
  • Use Case: When adopting an existing app into the system or starting a new one, this Skill generates the necessary configurations to streamline the development process.

Quick Start

Run the 'scaffold-app.mjs' script with the desired parameters to create an app's source-of-truth and standards.

Frequently Asked Questions about scaffolder

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

FAQPage Schema
How do I generate an app manifest for the Dream Team framework?

To generate an app manifest for the Dream Team framework, run the scaffold-app.mjs script to automatically create an app.manifest.json file that conforms to the required schema and establishes the source-of-truth for your project.

What is included in an application startup kit for Dream Team?

An application startup kit for Dream Team includes the generated app.manifest.json, a CLAUDE.md file, and wiring stubs for RevenueCat, Sentry, PostHog, i18n, CI, and test scaffolds to streamline initial development.

Can I use this setup kit to adopt an existing application into the system?

Yes, you can use this setup kit to adopt an existing application by running the scaffold script to generate necessary configurations and ensure the project adheres to the Dream Team standards.

How do I configure CI and test scaffolds when starting a new app?

To configure CI and test scaffolds when starting a new app, execute the scaffold-app.mjs script which automatically includes wiring stubs for continuous integration and testing alongside your app manifest.

What is the best way to ensure my new app adheres to the Dream Team schema?

The best way to ensure your new app adheres to the Dream Team schema is to use an automated startup kit that generates the app.manifest.json and establishes standards learned from previous applications.

Do I need to manually configure PostHog and Sentry for a new Dream Team app?

No, you do not need to manually configure PostHog and Sentry for a new Dream Team app because the startup kit automatically provides wiring stubs for these services during the manifest generation process.