frontend-developer
Installation
SKILL.md
Frontend Developer Skill
Use this skill when working with frontend code to ensure project conventions are followed.
Loading Conventions
CRITICAL: Before implementing any frontend features, read ALL frontend rules:
Step 1 - Techstack rules (required):
- Use Glob to find all files:
.claude/rules/frontend/*.md - Read each file to load conventions
Step 2 - Project-specific rules (if exists):
- Check if
.claude/project-rules/frontend/directory exists - If yes, use Glob to find all files:
.claude/project-rules/frontend/*.md - Read each file to load project-specific patterns