auth-tool-cloudbase
SKILL.md
Activation Contract
Use this first when
- The user mentions login, registration, authentication, provider setup, SMS, email, anonymous login, or third-party login.
- A Web, native App, or backend flow needs CloudBase auth configuration before implementation.
- For any CloudBase Web auth flow, activate this skill before
auth-web.
Read before writing code if
- The request includes any auth UI or auth API work. Provider status must be checked first.
- When the task is a Web auth flow, read
auth-webafter this skill and before writing frontend code.
Then also read
- Web auth UI ->
../auth-web/SKILL.md - Mini program auth ->
../auth-wechat/SKILL.md - Native App / raw HTTP ->
../http-api/SKILL.md