react-native-feature-builder

Generate React Native features using a Clean Architecture workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Mockly-Company/mockly-mobile --skill react-native-feature-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-native-feature-builder
Source: https://github.com/Mockly-Company/mockly-mobile/tree/main/.claude/skills/react-native-feature-builder
Command: npx skills add https://github.com/Mockly-Company/mockly-mobile --skill react-native-feature-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines React Native app development by providing a structured, Clean Architecture-based workflow. It eliminates guesswork in feature implementation, ensures consistent code quality, and accelerates development from requirements analysis to deployment, allowing teams to build robust and maintainable mobile applications.

Core Features & Use Cases

  • 4-Phase Workflow: Guides developers through requirements gathering, detailed analysis, Clean Architecture design, and implementation with project conventions.
  • Clean Architecture Enforcement: Ensures strict adherence to domain, data, and presentation layer separation, promoting maintainability, testability, and scalability.
  • Template-Based Code Generation: Utilizes predefined templates for screens, use cases, and repositories to generate consistent, high-quality code, reducing boilerplate.
  • Use Case: A team needs to add a complex "User Login" feature to their React Native app. This Skill guides them through defining user stories, designing API endpoints, structuring the code with LoginUseCase and AuthRepository, and generating the LoginScreen following project conventions, complete with error handling and state management.

Quick Start

To start building a new feature, simply describe it: "사용자 로그인 기능 만들어줘" Or: "게시글 목록 화면 구현해줘"