Answers from the documentation - opens a ticket when you need a person
Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Answers come from the docs; check anything important there.
Imported from chachathecat/inverge (supabase/AGENTS.md). Install upstream with npx skills add chachathecat/inverge --skill supabase. Copyright stays with the author.
Supabase guidelines
Do not alter Supabase migrations, RLS policies, or database schema without a human decision.
All migrations must be idempotent, include rollback instructions, and respect data privacy boundaries.
Never expose service-role keys, database URLs, or credentials in code or logs.
Do not modify personal data policies or retention periods without explicit approval.
Any change to authentication or row-level security requires a human-decision.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/chachathecat-inverge-supabase/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
chachathecat-inverge-supabase.ocm.jsonjson
{
"ocm": "1",
"id": "chachathecat-inverge-supabase",
"kind": "skill",
"name": "supabase",
"description": "Supabase guidelines",
"publisher": "chachathecat",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Supabase guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/chachathecat/inverge",
"path": "supabase/AGENTS.md",
"ref": "9d6162438a588793749198116ee6322eb2dbc2c0",
"url": "https://github.com/chachathecat/inverge/blob/9d6162438a588793749198116ee6322eb2dbc2c0/supabase/AGENTS.md",
"key": "chachathecat/inverge/supabase/AGENTS.md"
}
},
"instructions": "# Supabase guidelines\n\n- Do not alter Supabase migrations, RLS policies, or database schema without a human decision.\n- All migrations must be idempotent, include rollback instructions, and respect data privacy boundaries.\n- Never expose service-role keys, database URLs, or credentials in code or logs.\n- Do not modify personal data policies or retention periods without explicit approval.\n- Any change to authentication or row-level security requires a human-decision.",
"cost": {
"context_tokens": 117
}
}
Fetch it by URL: GET /api/v1/registry/chachathecat-inverge-supabase/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.