What problem does it solve?
This Skill automates the creation of new feature structures within your project, ensuring consistency and adherence to your established coding patterns, saving significant development time.
Core Features & Use Cases
- Intelligent Scaffolding: Generates complete feature directories, including components, tests, and documentation, based on your project's existing patterns.
- Context Continuity: Remembers progress across sessions, allowing you to resume scaffolding tasks seamlessly.
- Pattern Adherence: Automatically applies your project's naming conventions, file structures, import styles, and testing patterns.
- Use Case: When starting a new feature like a user profile page, you can use this Skill to generate all the necessary files (e.g.,
UserProfile.tsx, UserProfile.test.tsx, index.ts, types.ts) in the correct location and format, matching your existing features.
Quick Start
Use the scaffold skill to generate a new feature named 'UserProfile'.