← Back to Skills
Scaffold Feature
Create boilerplate files for a new feature including component, test, and documentation
Example Prompt
Scaffold a new UserProfile component with tests following the project's patterns
About
This skill accelerates new feature development by scaffolding the initial file structure. It lists the existing directory to understand project conventions, creates the component file, adds a corresponding test file, and updates the project documentation. The generated code follows the project's existing patterns.
Workflow Steps
1
List the target directory to understand existing structure and conventions
๐ List Directory2
Read an existing component as a reference for patterns and style
๐ Read File3
Write the new component file following project conventions
โ๏ธ Write File4
Write the corresponding test file
โ๏ธ Write File