brain-os-sync

Synchronize local SKILL.md files to a remote GitHub repository via the GitHub API.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill brain-os-sync
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brain-os-sync
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/brain-os-sync
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill brain-os-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of synchronizing local skill definitions with a remote GitHub repository, ensuring consistency and enabling collaboration.

Core Features & Use Cases

  • Automated Skill Pushing: Pushes new or updated SKILL.md files from a local directory to a specified GitHub repository.
  • Version Control Integration: Leverages GitHub API for creating or updating skill files remotely.
  • Use Case: After developing a new AI skill locally, use this to automatically push it to the dgnernvsinjsbt/brain-os repository, making it available to others or for backup.

Quick Start

Run the full script to sync all local skills to the brain-os GitHub repository.

Frequently Asked Questions about brain-os-sync

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

FAQPage Schema
How do I sync local skill definitions to a remote GitHub repository?▼

To sync local skill definitions, this Skill pushes updated SKILL.md files from a local directory to a specified remote GitHub repository using the GitHub API for file creation and updates.

Do I need a Git access token to push AI skills to GitHub automatically?▼

Yes, you need a valid Git access token for authentication, as the synchronization process utilizes the GitHub API to create and update skill files remotely.

Can I automate pushing SKILL.md files to GitHub for version control?▼

Yes, you can automate pushing SKILL.md files by running the script to sync all local skills to the brain-os GitHub repository, ensuring version control and collaboration.

What is the best way to back up local AI skill development workflows to GitHub?▼

The best way to back up local AI skills is using this synchronization Skill, which automatically pushes new or updated local skill definitions to a remote GitHub repository.

Does GitHub API synchronization update existing skill files or only create new ones?▼

GitHub API synchronization handles both creating and updating skill files remotely, ensuring local skill definitions remain consistent with the remote repository.