backend-architecture-enforcer
✓Enforces FastAPI Clean Architecture with blocking validation. Use when implementing router-service-repository patterns, enforcing layer separation, or validating dependency injection in backend code.
Installation
SKILL.md
| No DB in Routers | Database operations blocked | routers/ | | No HTTP in Services | HTTPException blocked | services/ | | No Business Logic in Routers | Complex logic blocked | routers/ | | Use Depends() | Direct instantiation blocked | routers/ | | Async Consistency | Sync calls in async blocked | all |
| File Naming | Must follow naming convention | all |
| Routers | router.py, routes.py, api.py, deps.py | users.py, UserRouter.py | | Services | service.py | users.py, UserService.py, service.py | | Repositories | repository.py, repo.py | users.py, repository.py | | Schemas | schema.py, dto.py, request.py, response.py | users.py, UserSchema.py |
Enforces FastAPI Clean Architecture with blocking validation. Use when implementing router-service-repository patterns, enforcing layer separation, or validating dependency injection in backend code. Source: yonatangross/skillforge-claude-plugin.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill backend-architecture-enforcer- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is backend-architecture-enforcer?
Enforces FastAPI Clean Architecture with blocking validation. Use when implementing router-service-repository patterns, enforcing layer separation, or validating dependency injection in backend code. Source: yonatangross/skillforge-claude-plugin.
How do I install backend-architecture-enforcer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill backend-architecture-enforcer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/skillforge-claude-plugin
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01