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