Open
Conversation
🛡️ Skill Security Scan Results✅ entire-explain
✅ entire-search
✅ entire-session-handoff
✅ entire-session-to-skill
✅ entire-what-happened
Summary: Scanned 5 skill(s), all passed security checks. ✅ |
Package skills/search from https://github.com/entireio/skills (MIT) at commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. Allowlists MANIFEST_MISSING_LICENSE since entireio/skills carries its MIT license at the repo root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.
Package skills/explain from https://github.com/entireio/skills (MIT) at commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. Allowlists MANIFEST_MISSING_LICENSE since entireio/skills carries its MIT license at the repo root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.
Package skills/what-happened from https://github.com/entireio/skills (MIT) at commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. Allowlists MANIFEST_MISSING_LICENSE since entireio/skills carries its MIT license at the repo root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.
Package skills/session-handoff from https://github.com/entireio/skills (MIT) at commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. Allowlists MANIFEST_MISSING_LICENSE since entireio/skills carries its MIT license at the repo root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.
Package skills/session-to-skill from https://github.com/entireio/skills (MIT) at commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. The skill directory still exists at the pinned ref but its README section was removed in upstream PR #21. Allowlists MANIFEST_MISSING_LICENSE since entireio/skills carries its MIT license at the repo root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.
7 tasks
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
Add packaging specs for all 5 skills shipped by entireio/skills (MIT-licensed), pinned to commit
33d2f7ef206b08781fad6481611bae3d3a4ab8d4(mainas of 2026-05-05) at dockyard version0.1.0. Each spec follows the existingmattpocock/skillstemplate (e.g.skills/tdd/spec.yaml).These skills teach agents how to use the Entire CLI — searching prior checkpoints and sessions, explaining the intent behind code, and handing off in-flight work between agents.
Skills added
entire-search,entire-explain,entire-what-happenedentire-session-handoff,entire-session-to-skillEach upstream name is prefixed with
entire-in dockyard to avoid collisions with the generic terms (search,explain, …) and to keep provenance clear in the agent skill list. The upstreamname:field inside eachSKILL.mdis left untouched.Note on
entire-session-to-skillsession-to-skillis included even though its README section was removed upstream in entireio/skills#21: the skill directory still exists at the pinned commit and itsSKILL.mdis well-formed, so it ships alongside the others. If upstream removes the directory in a future release, the renovate digest update will surface it.Allowlist
Each spec allowlists
MANIFEST_MISSING_LICENSEwith the same reason used formattpocock/skills:entireio/skillscarries its MIT license at the repository root rather than embedding an SPDX identifier in per-skillSKILL.mdfrontmatter.Test plan
validate-skillsmatrix passes for the 5 new configs.skill-security-scanpasses; onlyMANIFEST_MISSING_LICENSEfindings remain and are allowlisted.build-skill-artifacts(dry-run on PR) succeeds.Made with Cursor