auth-module-architecture
Provides architectural patterns for implementing permissions, RBAC, and IAM integrations in complex systems.
Install
mkdir -p .claude/skills/auth-module-architecture && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4185" && unzip -o skill.zip -d .claude/skills/auth-module-architecture && rm skill.zipInstalls to .claude/skills/auth-module-architecture
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
处理 BK-CI Auth 模块时使用,例如 RBAC 权限校验、用户组与资源管理、IAM 集成、授权迁移和 OAuth2 认证。当用户要改权限平台实现而不是单次权限模型变更时优先使用。Key capabilities
- →Modify RBAC permission validation logic
- →Manage user groups, members, and resource relationships
- →Adjust IAM integration and synchronization logic
- →Handle permission migration and OAuth2 authentication
- →Address issues with authorization callbacks
- →Configure graded administrators
How it works
This skill provides guidance for modifying the underlying implementation of the authentication module, covering RBAC, IAM integration, user group management, and OAuth2.
Inputs & outputs
When to use auth-module-architecture
- →Designing RBAC models
- →Integrating IAM services
- →Implementing OAuth2 workflows
About this skill
Auth 模块架构
适用场景
- 修改 RBAC 权限校验和资源授权逻辑
- 处理用户组、成员、资源与权限关系
- 修改 IAM 集成、回调和同步逻辑
- 处理权限迁移、分级管理员或 OAuth2 认证
不适用场景
- 只是新增一种权限资源类型或动作模型
- 只是给用户授权、加成员、查权限
- 只是修改其他业务模块里的权限调用点
- 只是处理普通登录页面或前端鉴权展示
快速指导
- 这个 skill 关注的是“权限平台本身如何实现和协作”,不是单次资源接入手册。
- Auth 既包含 RBAC 资源授权,也包含 IAM 对接、用户组、OAuth2 等平台能力。
- 先按问题类型进入对应参考文档:
- 模块结构与核心对象:
reference/1-auth-foundation.md - RBAC、用户组与授权链路:
reference/2-rbac-group-authorization.md - IAM 集成、OAuth2 与排查:
reference/3-iam-oauth-debug.md
- 模块结构与核心对象:
- 如果你在设计新的资源类型、动作列表或初始化流程,切到
permission-model-change-guide。 - 如果你在处理业务模块里某个权限调用失败,先判断是 Auth 平台问题还是业务侧传参问题。
高信号规则
- Auth 的核心是资源、动作、用户组、成员和授权关系
- IAM 集成和本地 RBAC 数据是一条完整权限链,不应分开孤立看
- 用户组配置、权限校验和资源同步往往会一起影响结果
- 权限平台改动要优先考虑兼容性、缓存刷新和历史数据
关键陷阱
- 把权限模型变更和 Auth 平台实现混为一谈
- 只改校验逻辑,不看用户组、资源数据和同步链路
- OAuth2、回调、权限校验共用上下文时,忽略边界差异
- 权限问题排查只看接口返回,不看组、资源和动作三元关系
延伸阅读
- 模块结构与核心对象:
reference/1-auth-foundation.md - RBAC、用户组与授权链路:
reference/2-rbac-group-authorization.md - IAM 集成、OAuth2 与排查:
reference/3-iam-oauth-debug.md - 如果你在做权限模型接入:再看
permission-model-change-guide
When not to use it
- →Adding a new permission resource type or action model
- →Granting user authorization or adding members
- →Modifying permission call points in other business modules
Limitations
- →Not for adding new permission resource types
- →Not for simple user authorization or membership changes
- →Not for modifying permission call points in other business modules
How it compares
This skill focuses on the implementation and collaboration of the permission platform itself, rather than single resource access or routine permission changes.
Compared to similar skills
auth-module-architecture side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| auth-module-architecture (this skill) | 1 | 3mo | No flags | Advanced |
| supabase-developer | 95 | 7mo | Review | Intermediate |
| supabase-mcp-integration | 13 | 8mo | Review | Advanced |
| better-auth-best-practices | 18 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentBlueKing
View all by TencentBlueKing →You might also like
supabase-developer
daffy0208
Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.
supabase-mcp-integration
manutej
Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends with PostgreSQL, Auth, and real-time capabilities
better-auth-best-practices
novuhq
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
nextjs-supabase-auth
davila7
Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.
cloudbase-guidelines
TencentCloudBase
Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini programs, or backend services using CloudBase platform.
firebase-vertex-ai
jeremylongshore
Execute firebase platform expert with Vertex AI Gemini integration for Authentication, Firestore, Storage, Functions, Hosting, and AI-powered features. Use when asked to "setup firebase", "deploy to firebase", or "integrate vertex ai with firebase". Trigger with relevant phrases based on skill purpose.