Autosync Status banner
Not-Diamond Not-Diamond

Autosync Status

Development community

Description

--- description: Show the current autosync state for this project argument: "" allowed-tools: - Bash --- # Self-Care Autosync Status Display the current autosync status from `.self-care/autosync.json` plus the global project runtime memory under `.self-care/autosync/`. ## Step 1: Define Paths ```text CONFIG_PATH=".self-care/config.json" STATE_PATH=".self-care/autosync.json" ``` ## Step 2: Load Status Run: ```bash node "${CLAUDE_PLUGIN_ROOT}/lib/autosync.mjs" status --config "$CONFIG_PAT

Installation

Installs to ~/.claude/skills/not-diamond-self-care-autosync-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/not-diamond-self-care-autosync-status && curl -fsSL https://raw.githubusercontent.com/Not-Diamond/self-care/HEAD/commands/autosync-status.md -o ~/.claude/skills/not-diamond-self-care-autosync-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository