skills/smithery.ai/add-authorization-methods

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:

  1. Entity schema created with createdBy field
  2. Resource service created that uses AuthorizationService

Instructions

Step 1: Import Entity Type

Installs
1
First Seen
Apr 30, 2026
add-authorization-methods from smithery.ai