feat(skills): add portable agent skills#133
Merged
Merged
Conversation
Add four Agent Skills under skills/ess/ (pr-address-comments, pr-address-comments-all, mcp-hide-secrets, summarize-change-log), each with a LICENSE, plus skills/README.md with an install matrix and a validate-skills workflow that runs skills-ref validate on every skill under skills/.
Verified npx skills add installs all four skills; the CLI needs --full-depth to discover skills under skills/ess/.
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
Adds a portable Agent Skills library under
skills/ess/with four host-neutral workflows (PR review automation, MCP secret externalization, and changelog summarization), plus install docs and CI validation against the agentskills.io spec.Changes
skills/ess/:mcp.jsoninto a LaunchAgent-loadedmcp.env(macOS)skills/README.mdwith install matrix (npx skills add) for Cursor, Claude Code, and Codex.github/workflows/validate-skills.yml— runsskills-ref validateon everySKILL.mdunderskills/on PRs touching that tree.agents/skills/,skills-lock.json) in.gitignoreFiles Changed
skills/README.mdskills/ess/pr-address-comments/skills/ess/pr-address-comments-all/skills/ess/mcp-hide-secrets/skills/ess/summarize-change-log/.github/workflows/validate-skills.ymlskills-ref.gitignore.agents/skills/andskills-lock.jsonTesting
Local Testing
SKILL.mdfrontmatter (name,description)LICENSEskills-ref validatelocally on each skill (CI will run on PR open)npx skills add ./skills --listCI
Validate Skillsworkflow passes on this PR (paths filter:skills/**)Checklist
Deployment Notes
Documentation and CI only — no runtime deployment. Consumers install via
npx skills add CiscoDevNet/essentials --skill '*'.Related PRs
None
Made with Cursor