Why Use This
This skill provides specialized capabilities for jeremylongshore's codebase.
Use Cases
- Developing new features in the jeremylongshore repository
- Refactoring existing code to follow jeremylongshore standards
- Understanding and working with jeremylongshore's codebase structure
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 11, 2026, 10:30 PM
Skill Stats
SKILL.md 41 Lines
Total Files 1
Total Size 0 B
License MIT
---
name: supabase-security-basics
description: |
Execute apply Supabase security best practices for secrets and access control.
Use when securing API keys, implementing least privilege access,
or auditing Supabase security configuration.
Trigger with phrases like "supabase security", "supabase secrets",
"secure supabase", "supabase API key security".
allowed-tools: Read, Write, Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# Supabase Security Basics
## Prerequisites
- Supabase SDK installed
- Understanding of environment variables
- Access to Supabase dashboard
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
- Secure API key storage
- Environment-specific access controls
- Audit logging enabled
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Supabase Security Guide](https://supabase.com/docs/security)
- [Supabase API Scopes](https://supabase.com/docs/scopes)