When asked to write Supabase migrations, use the `supabase migration` commands to create and manage your database schema changes. Do not push/apply the migration until the user has given explicit conf
Imported from caleb531/faith-dashboard (AGENTS.md). Install upstream with npx skills add caleb531/faith-dashboard. Copyright stays with the author.
When asked to write Supabase migrations, use the supabase migration commands to create and manage your database schema changes. Do not push/apply the migration until the user has given explicit confirmation to do so.
After making source JS/TS or CSS changes, run:
pnpm prettier
pnpm lint
All variables, functions, and other definitions should be accompanied by thoughtful code comments. Do not end comments with periods; if you need multiple clauses, use semicolons.
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/caleb531-faith-dashboard-faith-dashboard/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.
{
"ocm": "1",
"id": "caleb531-faith-dashboard-faith-dashboard",
"kind": "skill",
"name": "faith-dashboard",
"description": "When asked to write Supabase migrations, use the `supabase migration` commands to create and manage your database schema changes. Do not push/apply the migration until the user has given explicit confirmation to do so.",
"publisher": "caleb531",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When asked to write Supabase migrations, use the `supabase migration` commands to create and manage your database schema changes. Do not push/apply the migration until the user has given explicit confirmation to do so."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/caleb531/faith-dashboard",
"path": "AGENTS.md",
"ref": "a39181dfcbcae065302383ade3455dbb459dc59f",
"url": "https://github.com/caleb531/faith-dashboard/blob/a39181dfcbcae065302383ade3455dbb459dc59f/AGENTS.md",
"key": "caleb531/faith-dashboard/AGENTS.md"
}
},
"instructions": "When asked to write Supabase migrations, use the `supabase migration` commands to create and manage your database schema changes. Do not push/apply the migration until the user has given explicit confirmation to do so.\n\nAfter making source JS/TS or CSS changes, run:\n\n- `pnpm prettier`\n- `pnpm lint`\n\nAll variables, functions, and other definitions should be accompanied by thoughtful code comments. Do not end comments with periods; if you need multiple clauses, use semicolons.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/caleb531-faith-dashboard-faith-dashboard/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.