akira777777
Community@akira777777
Curated skill registry for Neon serverless Postgres and Supabase backends, covering branching, auth, object storage, LLM gateways, and query cost optimization.
Agent Skills by akira777777
Showing 10 vetted skills indexed across 1 GitHub repositories.
neon-postgres-egress-optimizer
Diagnose and fix Postgres query patterns causing excessive database egress costs.
neon-functions
Deploy long-running Node.js HTTP functions on Neon branches with injected database connections.
supabase-server
Implements server-side Supabase auth, client creation, and context injection for Edge Functions and Hono apps.
neon-ai-gateway
Route LLM requests through Neon's branch-scoped gateway using one credential across providers.
supabase
Guides Supabase development, schema migrations, security audits, and debugging workflows.
neon-auth
Implements Managed Better Auth identity and login flows on Neon Postgres.
neon
Provision and manage Neon serverless Postgres, Auth, Functions, Object Storage, and AI Gateway backends.
neon-postgres-branches
Create and manage Neon Postgres branches for migration testing and isolated development environments.
neon-object-storage
Provision S3-compatible object storage buckets that branch with Neon Postgres projects.
neon-postgres
Guides connections, migrations, branching, diagnostics, and search on Neon Postgres databases.
Frequently Asked Questions About akira777777
FAQPage SchemaWhat tasks can I accomplish with akira777777's skill registry?▼
You can optimize Neon Postgres egress costs, deploy long-running serverless functions, add authentication via Managed Better Auth, provision S3-compatible branching object storage, route LLM calls through one gateway, apply Supabase Postgres best practices, and create isolated database branches for safe migration testing.
Who should use these Neon and Supabase skills?▼
Backend and full-stack engineers building on Neon Lakebase Postgres or Supabase benefit most. This includes developers handling schema migrations, RLS policies, Edge Functions, auth flows, webhook handlers, and anyone troubleshooting high database bills, slow queries, or connection exhaustion.
How do the Neon branching skills work in practice?▼
The neon-postgres-branches skill guides choosing and creating branch types via Neon CLI or MCP, including schema-only branches for sensitive data, branch-per-PR setups, resets from parent, and expiration policies. Storage, functions, and AI gateway resources branch alongside the database.
Are these skills open source and what do they cost?▼
The supabase-postgres-best-practices skill is explicitly MIT licensed and authored by Supabase. Neon skills are sourced from the public neondatabase/agent-skills GitHub repository. The skills themselves are free; underlying Neon and Supabase cloud services follow their own pricing.
What prerequisites do these skills require?▼
Most skills assume an existing Neon or Supabase project, a DATABASE_URL for Postgres work, and Node.js for Neon Functions. Supabase server skills apply to code importing @supabase/server, while auth skills use @neondatabase/auth or @neondatabase/neon-js packages.