Make hooks and using-skill conditional on plugin archetype#19
Merged
discreteds merged 10 commits intomainfrom Apr 28, 2026
Merged
Make hooks and using-skill conditional on plugin archetype#19discreteds merged 10 commits intomainfrom
discreteds merged 10 commits intomainfrom
Conversation
Hooks and using-skill are only for always-present plugins. On-demand plugins (like plugin-portability) skip Phase 8 entirely. Includes using-skill template modelled on superpowers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
lib/templates/context-files/using-skill.md.tmpl) modelled on superpowers' aggressive framing — only generated for always-present pluginsCloses #18
Why
Research confirmed hooks are NOT required for plugin/skill discovery on any platform — all 6 use directory-based auto-discovery. Hooks are purely a "front-of-mind" context injection strategy that makes sense for always-present plugins (superpowers, single-purpose OpenClaw agents) but wastes context budget for on-demand tools.
Deleted
skills/using-plugin-portability/— passive menu card, auto-discovery already provides thishooks/(4 files) — session-start injection infrastructurehooks/session-startexecutableTest plan
ls hooks/ 2>/dev/null— directory gonels skills/using-plugin-portability/ 2>/dev/null— directory gonegrep "using-plugin-portability" GEMINI.md— no matchgrep -c "archetype" skills/plugin-portability/SKILL.md— at least 3 hitsgrep "session-start" .github/workflows/ci.yml— no matchlib/templates/context-files/using-skill.md.tmpl🤖 Generated with Claude Code