feat: sync skills to canonical versions, add 11 new skills - #4
Merged
Conversation
Update 8 existing skills to their best current versions from the awa-private marketplace (awa-dev plugin) and agent-afk bundled plugin. Add 11 skills that previously existed only in those repos. Updated from awa-bundled (most developed copies): - contract, ground-state, research, ship, spec - devils-advocate, diagnose, gather, ground-claim, shadow-verify (new) Updated from awa-dev (most developed copies): - appmap, forge-friction, provideme, resolve Added from awa-bundled (previously bundled-only): - false-completion-gate, fix-pr, parallelize, polish, refactor, review, simplify Excluded: automate (intentional divergence — agent-framework keeps the launchd model, bundled/marketplace use afk-native scheduler). Skill count: 13 → 25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes agent-framework the canonical home for all shared public skills by syncing to the best current versions and adding skills that previously only existed in the agent-afk bundled plugin.
Skill count: 13 → 25
Changes
Updated 8 existing skills to best versions
From awa-bundled (most developed):
contract,ground-state,research,ship,specFrom awa-dev (most developed):
appmap,forge-friction,provideme,resolveNotable upgrades:
ground-state: 30 → 106 lines (inline recon architecture, removes stale~/.claude/paths)ship: 116 → 146 lines (adds Phase 9 worktree reclaim, branch-lock rules, temp-file PR body)resolve: 15 → 35 lines (adds PR state pre-flight and merged/closed guards)forge-friction: 65 → 94 lines (adds--dry-run,--auto, telemetry JSONL)Added 11 new skills
From awa-bundled (previously bundled-only):
false-completion-gate,fix-pr,parallelize,polish,refactor,review,simplifyFrom marketplace (previously marketplace-only):
devils-advocate,diagnose,gather,ground-claim,shadow-verifyExcluded
automate— intentional divergence preserved. Agent-framework keeps the launchd model; bundled/marketplace use the afk-nativecreate_schedulescheduler.Unchanged (already identical)
agentify,integrate,webCompanion PR
griffinwork40/awa-private — removes the 17 duplicate skills from the marketplace now that agent-framework is canonical.