Distribute Skills

Synchronize skills from Supabase into every repository's skills/ directory.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill distribute-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Distribute Skills
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/distribute-skills
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill distribute-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sync and propagate all skills from Supabase to every repository so Antigravity can discover them and use them.

Core Features & Use Cases

  • Centralized distribution of skill directories from a single source of truth
  • Propagation to all repos' skills/ folders while preserving git-tracked structure
  • Automatic health checks to verify every repo has valid, real Skill directories

Quick Start

Run the full distribution workflow to pull the latest skills and propagate them into every repository's skills/ directory.

Frequently Asked Questions about Distribute Skills

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

FAQPage Schema
How do I synchronize skills across multiple repositories from a central source?

Distributing skills across repositories involves pulling the latest skill definitions from a Supabase rule ledger into a local cache, then copying real directories into each repository's git-tracked skills/ folder for automatic discovery.

How does skill synchronization handle symlinks versus real directories in git?

Skill synchronization explicitly uses real copied directories instead of symlinks to ensure all propagated skills are properly git-tracked and maintain their structure within every repository's skills/ folder.

What is the best way to automatically distribute updated skills to new repositories?

When new repositories are added to the skill map, running the distribution workflow pulls the latest skills from Supabase and copies the real directories into the new repositories' skills/ folders to enable immediate skill discovery.

Can I use Supabase as a single source of truth for propagating skills to all repos?

Yes, Supabase serves as the centralized source of truth for skill distribution. The workflow pulls from the rule_ledger.skills table in Supabase to synchronize and propagate all skill directories across mapped repositories.

How do I verify the health of synchronized skills across all my repositories?

To verify the health of synchronized skills, the distribution process performs automatic health checks on every repository to ensure each one contains valid, real skill directories after the synchronization workflow completes.

Why does my repository require a refreshed skills directory after updates?

A repository requires a refreshed skills directory when new skills are added or existing ones are updated in the Supabase source. The synchronization workflow pulls these changes and copies the updated directories to maintain valid skill discovery.