mindfold-ai / before-frontend-dev
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/before-frontend-dev && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1691" && unzip -o skill.zip -d .claude/skills/before-frontend-dev && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/before-frontend-dev/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Read the frontend development guidelines before starting your development task.
0 views
0 installs
Skill Content
--- name: before-frontend-dev description: "Read the frontend development guidelines before starting your development task." --- Read the frontend development guidelines before starting your development task. Execute these steps: 1. Read `.trellis/spec/frontend/index.md` to understand available guidelines 2. 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` 3. Understand the coding standards and patterns you need to follow 4. Then proceed with your development plan This step is **mandatory** before writing any frontend code.