Sync Quickref banner
aplaceforallmystuff aplaceforallmystuff

Sync Quickref

Development community

Description

--- description: Sync your Claude Code quick-reference with current configuration (incremental update with diff) arguments: - name: location description: Directory containing your quickref (default: ~/Dev/claude-code-quickref) required: false --- Synchronize your existing Claude Code quick-reference with your current configuration. ## Process 1. **Scan current configuration:** - Skills from `~/.claude/skills/*/SKILL.md` (parse frontmatter) - Agents from `~/.claude/agents/` (pa

Installation

Installs to ~/.claude/skills/aplaceforallmystuff-cheaters-generator-sync-quickref/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aplaceforallmystuff-cheaters-generator-sync-quickref && curl -fsSL https://raw.githubusercontent.com/aplaceforallmystuff/cheaters-generator/HEAD/commands/sync-quickref.md -o ~/.claude/skills/aplaceforallmystuff-cheaters-generator-sync-quickref/SKILL.md

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

Full documentation available on GitHub

View Source Repository