notes-sync

Official

Commit and sync your notes with ease.

Authorpgflow-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of saving and synchronizing your development notes and roadmap changes to a Git repository. This ensures your valuable planning and ideation work is version-controlled, backed up, and easily shareable, without the need for manual Git commands.

Core Features & Use Cases

  • Automated Git Operations: Handles staging, committing, and pushing changes to your notes directory with minimal user input.
  • Structured Commit Messages: Guides you to use standardized commit message prefixes (e.g., Add:, Update:) for clarity and historical tracking.
  • Data Persistence: Ensures all your planning, ideas, and feature specifications are safely stored in Git, providing peace of mind.
  • Use Case: After a productive session refining ideas or updating the roadmap, simply invoke this Skill. It will prompt you for a commit message, stage all changes, commit them, and offer to push to your remote repository, keeping your planning synchronized effortlessly.

Quick Start

To commit all changes in the notes directory:

The skill will prompt for a commit message.

Example commit message: "Update: roadmap reordering"

The skill will then ask if you want to push to remote.

This skill uses 'git -C ./.notes add -A', 'git -C ./.notes commit -m "message"', and 'git -C ./.notes push'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: notes-sync
Download link: https://github.com/pgflow-dev/pgflow/archive/main.zip#notes-sync

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.