One-click install
npx skills add https://github.com/CharGrnmn/roomtemp-superconductor-gpd --skill gpd-sync-state-chargrnmn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-sync-state
Source: https://github.com/CharGrnmn/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-sync-state
Command: npx skills add https://github.com/CharGrnmn/roomtemp-superconductor-gpd --skill gpd-sync-state-chargrnmn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the reconciliation of STATE.md and state.json, ensuring the consistency of project state files in a project directory.

Core Features & Use Cases

  • Automated Reconciliation: Checks and resolves inconsistencies between human-readable and machine-readable state files.
  • Conflict Detection and Resolution: Identifies and manages conflicts in real-time, with options to preserve both sources when needed.
  • User Interaction: Allows user to choose which source to prioritize or resolve conflicts interactively.
  • Error Handling: Provides robust error handling for corrupted files and recovers them when possible.

Quick Start

Run the gpd-sync-state skill to reconcile STATE.md and state.json. Example: gpd-sync-state

Frequently Asked Questions about gpd-sync-state

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

FAQPage Schema
How do I synchronize state between a markdown and JSON file?

Synchronizing state between markdown and JSON files involves reconciling STATE.md and state.json to maintain consistency between human-readable and machine-readable project state representations.

What is the best way to resolve git merge conflicts in project state files?

Resolving git merge conflicts in project state files requires identifying inconsistencies in real-time and choosing to preserve specific sources or resolve conflicts interactively.

How do I recover corrupted state files after a workflow failure?

Recovering corrupted state files after a workflow failure requires robust error handling to detect inconsistencies and automatically recover accurate and recoverable project states.

Can I prioritize manual edits in markdown over machine-generated JSON state?

Yes, you can prioritize manual edits in markdown over JSON state through interactive conflict resolution, allowing users to choose which source to prioritize during file reconciliation.

Why does my project state become inconsistent when updating STATE.md and state.json?

Project state becomes inconsistent when manual edits, workflow failures, or git merge conflicts create divergences between human-readable markdown and machine-readable JSON representations.