supabase-content-ops

Seed, update, and query Supabase content across articles, jobs, and documents.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/lilbom32/ketnoitrithuc --skill supabase-content-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-content-ops
Source: https://github.com/lilbom32/ketnoitrithuc/tree/main/.claude/skills/supabase-content-ops
Command: npx skills add https://github.com/lilbom32/ketnoitrithuc --skill supabase-content-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating content operations for a Supabase-backed knowledge base, including articles, jobs, documents, and download logs, across seeding, updates, and metadata management.

Core Features & Use Cases

  • Seed initial content into the Supabase database (articles, jobs, documents, download_logs) and batch-update records to reflect new metadata.
  • Query and assemble content pipelines, run idempotent migrations, and maintain consistent document metadata across tables.
  • Manage credentials via environment variables and the Supabase JS client to support secure, repeatable operations.

Quick Start

Seed initial content and run batch updates against your Supabase project using the provided scripts.

Frequently Asked Questions about supabase-content-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I seed initial content into a Supabase database?

Batch-update records in Supabase by applying new metadata across articles, jobs, and documents through deterministic utility scripts. This maintains consistent document metadata and reflects updates across multiple database tables.

What is the best way to manage Supabase content pipeline metadata?

Managing Supabase content pipeline metadata involves querying and assembling content pipelines while running idempotent migrations. This maintains consistent document metadata across articles, jobs, and documents tables.

Do I need environment variables to run Supabase content operations?

Yes, you need environment variables to manage credentials for Supabase content operations. The setup uses the Supabase JS client to support secure, repeatable seeding, updates, and retrieval tasks.

Can I run batch updates on Supabase articles and documents?

Yes, you can run batch updates on Supabase articles and documents to reflect new metadata. The Skill applies batch operations across content tables to maintain consistent document records.

Why use a scripts directory for Supabase database migrations?

A scripts directory provides deterministic utilities for running idempotent Supabase database migrations. This ensures repeatable content operations and secure metadata management across your knowledge base.