Agent skill
triatu-supabase
Supabase data access and security rules for Triatu. Use when editing DB-related code, policies, or adding new tables/queries.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/triatu-supabase
SKILL.md
Triatu Supabase
Quick start
- Validate inputs with Zod before any DB call.
- Domain must not talk to Supabase directly.
- Keep PII out of logs; use
lib/loggeranddebugonly in dev.
Workflow
- Define interfaces in Domain or Application.
- Implement Supabase access in adapters (Infrastructure).
- Call adapters from Application use cases.
- Update policies and schemas in Supabase; note changes in docs.
- Add/adjust tests before code (TDD).
Guardrails
- No direct infrastructure calls from Domain.
- Avoid global state unless justified.
- Record new risks in
docs/PROJECT_AUDIT.md.
References
docs/SECURITY.mddocs/PROJECT_AUDIT.mddocs/CORE.mdguia.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?