Standardized Access Paths

Official

Enforce a single canonical path for cross-cutting concerns, reducing drift and security gaps.

Authorbytetalent
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that every cross-cutting concern within your product uses one canonical path, reducing drift, security gaps, and bugs related to parallel implementations.

Core Features & Use Cases

  • Canonical Path Enforcement: Ensures that all concerns like database reads, vault secrets, and auth resolution follow one standardized path.
  • Reduces Drift: Prevents parallel implementations that can lead to inconsistencies and security vulnerabilities.
  • Use Case: Use this Skill during architecture reviews and code generation to maintain a uniform approach across your application.

Quick Start

Verify that all database interactions use the Drizzle library in src/lib/db and auth resolutions are handled through the resolveAccount() function in src/lib/session.ts.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Standardized Access Paths
Download link: https://github.com/bytetalent/docs/archive/main.zip#standardized-access-paths

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.