agentic/code/addons/aiwg-utils/skills/aiwg-sync/SKILL.md
Ensure the session's AIWG installation is current and correctly deployed to the active provider
npx skillsauth add jmagly/aiwg aiwg-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You ensure the current session's AIWG installation is up-to-date and correctly deployed to the active provider.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| Sync request | "make sure AIWG is current" | Run aiwg sync |
| Version check | "is AIWG up to date?" | Run aiwg sync --dry-run |
| Update request | "update AIWG" | Run aiwg sync |
| Refresh request | "refresh the framework" | Run aiwg sync |
| Provider deploy | "deploy latest to copilot" | Run aiwg sync --provider copilot |
| Dry run | "check if AIWG needs updating" | Run aiwg sync --dry-run |
When triggered:
Extract intent:
Run the appropriate command:
# Default: full sync
aiwg sync
# Check only (no changes)
aiwg sync --dry-run
# Provider-specific
aiwg sync --provider copilot
# Specific frameworks only
aiwg sync --frameworks sdlc,rlm
# Machine-readable (for orchestration)
aiwg sync --quiet
Report the result inline — summarize what changed or what would change.
User: "Is AIWG up to date?"
Extraction: Check-only request, no provider specified
Action:
aiwg sync --dry-run
Response: "AIWG is current (v2026.3.15). All 2 frameworks are deployed to claude-code. No changes needed."
User: "Make sure we're running the latest AIWG"
Extraction: Full sync requested
Action:
aiwg sync
Response: "Updated AIWG 2026.3.12 -> 2026.3.15 and re-deployed sdlc-complete to claude-code. Health check passed."
User: "Deploy the latest AIWG to GitHub Copilot"
Extraction: Sync to copilot provider
Action:
aiwg sync --provider copilot
Response: "Synced AIWG to copilot. SDLC framework deployed to .github/agents/ and .github/copilot-instructions.md."
If the user's intent is ambiguous:
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.