feat: scalable skill architecture with ClawHub auto-publishing#14
Merged
feat: scalable skill architecture with ClawHub auto-publishing#14
Conversation
- Sync core skill to 54 commands (add notification commands) - Move macOS skill from .claude/skills/ to git-tracked skills/ - Extract Notification Center section to references/notifications.md - Add ClawHub metadata (version, tags, requirements) to all SKILL.md - Remove macos.md from core skill (moved to platform skill) - Create scripts/link-skills.sh for local dev symlinks - Add publish-skills CI job to release.yml (ClawHub auto-publish) - Add skill install prompt to npm postinstall
Merge agent-desktop-macos back into agent-desktop/references/macos.md as a single publishable skill. Includes Notification Center content inline rather than as a separate reference file.
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
.agents/skills/toskills/— updates from 50 to 54 commands (adds notification commands:list-notifications,dismiss-notification,dismiss-all-notifications,notification-action).claude/skills/agent-desktop-macos/(gitignored) to git-trackedskills/agent-desktop-macos/, with Notification Center content extracted toreferences/notifications.mdversion,tags,requirements) to all SKILL.md frontmatters for marketplace publishingscripts/link-skills.sh— symlinksskills/→.claude/skills/for local developmentpublish-skillsCI job torelease.yml— auto-publishes all skills to ClawHub on every release viaclawhub syncFiles Changed
skills/agent-desktop/SKILL.mdskills/agent-desktop/references/commands-system.mdskills/agent-desktop/references/macos.mdskills/agent-desktop-macos/SKILL.mdskills/agent-desktop-macos/references/notifications.mdscripts/link-skills.shnpm/scripts/postinstall.js.github/workflows/release.ymlpublish-skillsjobTesting
cargo test --lib --workspace)cargo clippy --all-targets -- -D warnings)cargo fmt --all -- --checkpassesPost-Deploy Monitoring & Validation
publish-skillsCI job on next release — verify ClawHub sync succeedsCLAWHUB_TOKENto GitHub repo secrets before first automated releaseclawhub sync --root skills/ --all --dry-runlocally to verify before relying on CIpublish-skillsjob failure in GitHub Actions — check ClawHub token and skill syntax