nimblebraininc/Skill Pack
Package Agent Skills into .skill bundles, upload to releases, and announce to registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 18, 2026
- License
- None
Pinned Snippet
uses: nimblebraininc/skill-pack@3dd73cc2ab03097cac9f812b8bc1e6e8c6c985ec # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to search for skills (looks for SKILL.md files) | no | . |
| pattern | Glob pattern to find skill directories (default: looks for SKILL.md) | no | **/SKILL.md |
| build | Whether to build .skill bundles | no | true |
| upload | Whether to upload bundles to the GitHub release (requires release event) | no | true |
| announce | Whether to announce skills to the registry | no | true |
| announce-url | URL of the mpak registry announce endpoint | no | https://registry.mpak.dev/v1/skills/announce |
| fail-on-warning | Fail the action if validation warnings are found | no | false |
Outputs
| name | description |
|---|---|
| skills-found | Number of skills discovered |
| skills-packed | Number of skills successfully packed |
| skills-announced | Number of skills announced to registry |
| bundle-paths | JSON array of bundle paths |