"Read the frontend development guidelines before starting your development task."
Install
npx skillscat add mindfold-ai/trellis/before-frontend-dev Install via the SkillsCat registry.
SKILL.md
Read the frontend development guidelines before starting your development task.
Execute these steps:
- Read
.trellis/spec/frontend/index.mdto understand available guidelines - Based on your task, read the relevant guideline files:
- Component work â
.trellis/spec/frontend/component-guidelines.md - Hook work â
.trellis/spec/frontend/hook-guidelines.md - State management â
.trellis/spec/frontend/state-management.md - Type questions â
.trellis/spec/frontend/type-safety.md
- Component work â
- Understand the coding standards and patterns you need to follow
- Then proceed with your development plan
This step is mandatory before writing any frontend code.