cross-reference-manager

Manage cross-platform reference links

Content Preview
# Cross-Reference Manager

Manage cross-platform reference links

## Instructions

1. **Check Tool Availability**
   - Verify GitHub CLI (`gh`) is installed and authenticated
   - Check if Linear MCP server is connected
   - If either tool is missing, provide setup instructions

2. **Parse Command Arguments**
   - Extract the action from command arguments: **$ARGUMENTS**
   - Valid actions: audit, repair, map, validate, export
   - Parse any additional options provided

3. **Initialize Reference
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/cross-reference-manager.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/cross-reference-manager.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/sync/cross-reference-manager.md

Related Skills