setup-framework

Pin the mobile framework and version into repository docs.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill setup-framework
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-framework
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/setup-framework
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill setup-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pins the chosen mobile framework and version and updates repository docs, ensuring architecture decisions align with code.

Core Features & Use Cases

  • Pin framework and version across React Native, Flutter, iOS native, and Android native projects.
  • Auto-generate and update documentation references at docs/framework-reference/<framework>/, and reflect in CLAUDE.md and technical-preferences.md.
  • Validate existing code signals and prompt for confirmation when necessary to avoid misalignment.

Quick Start

Run the setup-framework skill with a framework of your choice to pin the project framework and version and propagate updates to docs.

Frequently Asked Questions about setup-framework

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

FAQPage Schema
How do I pin a mobile framework version during project onboarding?▼

Pinning a mobile framework version involves locking your chosen framework, such as React Native or Flutter, into the repository and automatically updating related architectural documentation to ensure code alignment.

Can I use this to update framework reference docs for React Native and Flutter?▼

Yes, you can update framework reference docs for React Native and Flutter. The process generates and updates documentation references at docs/framework-reference/ and reflects changes in CLAUDE.md and technical-preferences.md.

What is the best way to lock mobile architecture decisions and sync them with code?▼

The best way to lock mobile architecture decisions is to pin the framework and version, which validates existing code signals and prompts for confirmation to prevent documentation and code misalignment.

Does pinning a mobile framework work with iOS native and Android native projects?▼

Yes, pinning a mobile framework works with iOS native and Android native projects. It is applicable across React Native, Flutter, and native platforms to lock the architecture during onboarding.

Why does the mobile framework pinning process prompt for confirmation?▼

The mobile framework pinning process prompts for confirmation to validate compatibility with existing code signals. This prevents misalignment between the newly pinned architecture and the current codebase.