add-authorization-methods
Installation
SKILL.md
Add Authorization Methods
Adds entity-specific authorization methods to AuthorizationService for permission checks.
Quick Reference
File to modify: src/services/authorization.service.ts
When to use: After creating a resource service with create-resource-service skill
Prerequisites
Before adding authorization methods:
- Entity schema created with
createdByfield - Resource service created that uses
AuthorizationService