cortex-sync-skill

Automates ANVIL session synchronization and task checkpointing between SQLite and Supabase cloud state.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill cortex-sync-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cortex-sync-skill
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.claude/skills/cortex-sync-skill
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill cortex-sync-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of ANVIL session lifecycles, database hydration, and task checkpoint pushes between local SQLite databases and Supabase cloud state, streamlining the synchronization process.

Core Features & Use Cases

  • Session Lifecycle Management: Automates the booting, checkpointing, and closing of ANVIL sessions.
  • Database Synchronization: Hydrates local SQLite databases and syncs with Supabase cloud state.
  • Task Checkpointing: Pushes task states to the cloud for backup and consistency.
  • Use Case: Ideal for developers and project managers who need to ensure that their local work sessions are in sync with the cloud state, enabling seamless collaboration and recovery.

Quick Start

Boot a new session and sync your local database with Supabase using the 'cortex-boot.mts' script.

Frequently Asked Questions about cortex-sync-skill

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

FAQPage Schema
How do I sync a local SQLite database with Supabase cloud state?

Task checkpointing to Supabase involves pushing local task states from SQLite to the cloud for backup and consistency. It bridges local development and cloud-based project management, enabling seamless collaboration and recovery during ANVIL work sessions.

What is task checkpointing between SQLite and Supabase used for?

Task checkpointing pushes local task states from SQLite to Supabase cloud for backup and consistency. It bridges local development and cloud-based project management, enabling seamless collaboration and recovery during ANVIL work sessions.

How do I automate ANVIL session lifecycle management and database hydration?

You can automate booting, checkpointing, and closing ANVIL sessions by running synchronization scripts. This manages the session lifecycle and hydrates local SQLite databases while syncing with Supabase cloud state.

Do I need any external dependencies to automate session synchronization between SQLite and Supabase?

No external dependencies are required to automate session synchronization between SQLite and Supabase. The Skill operates independently using included scripts to execute database hydration and task checkpointing for ANVIL work sessions.

Can I use scripts to push local task states from SQLite to a Supabase cloud backup?

Yes, you can use the provided scripts to push local task states from SQLite to a Supabase cloud backup. This task checkpointing functionality ensures local work sessions remain in sync with cloud state for recovery and collaboration.