What's New
New Hooks
- Gemini CLI hooks — 5 hook scripts (
SessionStart,BeforeTool,AfterTool,BeforeModel,SessionEnd) configured via.gemini/settings.json.BeforeModelis unique to Gemini — injects plan awareness before every model call, not just tool use. - FactoryAI Droid hooks — SKILL.md upgraded from no-hooks to full 4-event lifecycle (
UserPromptSubmit,PreToolUse,PostToolUse,Stop) + scripts added. - GitHub Copilot
errorOccurredhook — Automatically prompts the agent to log errors totask_plan.mdwhen Copilot encounters errors. First skill to use this event.
Bug Fixes
- Continue.dev —
.promptfile was entirely in Chinese; now English. - Pi Agent —
package.jsonrepo URL corrected fromttttmr/toOthmanAdi/. - Mastra Code — Synced drifted
check-complete.shandsession-catchup.pyto canonical versions. - CodeBuddy/Codex — Removed duplicate
assets/templates/directories (identical copies oftemplates/).
Consolidation
Removed 4 IDE-specific directories that were redundant copies of the standard Agent Skills spec:
.adal/(AdaL CLI / Sylph AI).agent/(Google Antigravity).kilocode/(Kilocode).openclaw/(OpenClaw)
These IDEs all read the standard SKILL.md format with no hooks. Install via npx skills add which handles IDE-specific placement automatically. Setup guides remain in docs/.
README
- IDE support table restructured into Enhanced (10 IDEs with hooks/lifecycle automation) and Standard (6 IDEs via Agent Skills spec).
- Official documentation links added for every IDE.
Stats
60 files changed, 542 insertions, 5,151 deletions. Net: -4,609 lines.
The core skill (skills/planning-with-files/) is completely untouched — zero changes to SKILL.md, scripts, templates, or commands.