0.6.3
Added
- New observability reference checklist covering on-call questions, RED/USE metrics, and symptom-based alerting
- New project-wide Definition of Done reference checklist
- New comparison documentation (docs/comparison.md) comparing agent-skills with Superpowers and Matt Pocock's skills
- CONTRIBUTING pre-flight checklist as guardrail against duplicate skills
- Path-scoped .claude/rules/ guardrail to prevent skill duplication
- PR-overlap guideline to prevent duplicate skills
- git-workflow-and-versioning skill now includes release and versioning guidance covering semver, tags, and changelog
- planning skill now documents the tasks/plan.md and tasks/todo.md output paths
Changed
- code-review-and-quality skill gains structural-depth lenses including reduce-don't-relocate pattern, a named Structural Remedies catalog, a file-size gate, and finding prioritization
- Severity labels in code-review-and-quality now line up with the skill's own taxonomy
- Validator and CI upgraded to enforce naming, description triggers, and command-description parity
- spec-driven-development skill now delegates task mechanics to planning-and-task-breakdown
- browser-testing skill defaults to an isolated profile
- Use repo-relative script paths instead of the old /mnt/skills/user/ form
- Antigravity code-simplify now reads AGENTS.md
Fixed
- debugging skill step range
- Gemini /ship agent path
- Explain the expected commands/ ignored plugin warning and clear the underlying lint without breaking Antigravity
- Make helper scripts executable
- hooks.json path fallback for manual installs
Agent Skills 0.6.3 sharpens code review, adds two new reference checklists and an honest comparison doc, and introduces a set of guardrails that steer new-skill work away from duplication, plus a wave of community fixes and polish.
Highlights
- Deeper code review.
code-review-and-qualitygains structural-depth lenses (reduce-don't-relocate, a named Structural Remedies catalog, a file-size gate, and finding prioritization), and its severity labels now line up with the skill's own taxonomy. (#304, #302) - Two new reference checklists. An observability checklist (on-call questions, RED/USE metrics, symptom-based alerting) and a project-wide Definition of Done. (#240, #317)
- How it compares. A new
docs/comparison.mdputs agent-skills side by side with Superpowers and Matt Pocock's skills, with a link to a controlled head-to-head. (#300) - Guardrails against duplicate skills. A CONTRIBUTING pre-flight checklist, a path-scoped
.claude/rules/guardrail, a PR-overlap guideline, and validator/CI upgrades that enforce naming, description triggers, and command-description parity. (#301, #313, #325, #323, #270, #255)
Skills, commands & references
- git-workflow-and-versioning: add release and versioning guidance (semver, tags, changelog). (#334, @HMAKT99)
- spec-driven-development now delegates task mechanics to planning-and-task-breakdown. (#303, @nucliweb)
- planning: document the
tasks/plan.mdandtasks/todo.mdoutput paths. (#337, @hiyochi) - browser-testing: default to an isolated profile. (#239, @federicobartoli)
- debugging: fix the step range. (#293, @shihyuho)
Fixes & polish
- Use repo-relative script paths (drop the old
/mnt/skills/user/form). (#307, @creazyfrog) - Fix the Gemini
/shipagent path. (#306, @creazyfrog) - Explain the expected "commands/ ignored" plugin warning, and clear the underlying lint without breaking Antigravity. (#305, @creazyfrog; #273, @CollabxConstruct)
- Antigravity code-simplify reads AGENTS.md. (#288, @Dashsoap)
- Make helper scripts executable. (#289, #276, @Dashsoap)
- hooks.json path fallback for manual installs. (#269, @worldfunction4)
- Move
agents/README.mdtodocs/agents.mdto fix a custom-agent frontmatter warning. (#260, @nucliweb)
Docs & CI
- Document the
/webperfcommand and setup. (#247, @Bortlesboat; #268, @CooperSheroy) - README and getting-started tidy: list orchestration-patterns, add code-simplify. (#290, #283, @Dashsoap)
- Standardize
actions/checkoutto v6. (#275, @Dashsoap)
Thanks
Big thanks to everyone who contributed this release: @nucliweb, @federicobartoli, @HMAKT99, @Dashsoap, @creazyfrog, @An-idd, @Swing-G, @hiyochi, @shihyuho, @Bortlesboat, @CooperSheroy, @CollabxConstruct, and @worldfunction4.
Full Changelog: https://github.com/addyosmani/agent-skills/compare/0.6.2...0.6.3