Skip to content

feat(skills): add 5 skills from entireio/skills#616

Open
samuv wants to merge 5 commits intomainfrom
entire-skills
Open

feat(skills): add 5 skills from entireio/skills#616
samuv wants to merge 5 commits intomainfrom
entire-skills

Conversation

@samuv
Copy link
Copy Markdown
Contributor

@samuv samuv commented May 7, 2026

Summary

Add packaging specs for all 5 skills shipped by entireio/skills (MIT-licensed), pinned to commit 33d2f7ef206b08781fad6481611bae3d3a4ab8d4 (main as of 2026-05-05) at dockyard version 0.1.0. Each spec follows the existing mattpocock/skills template (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

  • Context lookup (3): entire-search, entire-explain, entire-what-happened
  • Session lifecycle (2): entire-session-handoff, entire-session-to-skill

Each 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 upstream name: field inside each SKILL.md is left untouched.

Note on entire-session-to-skill

session-to-skill is included even though its README section was removed upstream in entireio/skills#21: the skill directory still exists at the pinned commit and its SKILL.md is 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_LICENSE with the same reason used for mattpocock/skills: entireio/skills carries its MIT license at the repository root rather than embedding an SPDX identifier in per-skill SKILL.md frontmatter.

Test plan

  • CI validate-skills matrix passes for the 5 new configs.
  • CI skill-security-scan passes; only MANIFEST_MISSING_LICENSE findings remain and are allowlisted.
  • CI build-skill-artifacts (dry-run on PR) succeeds.

Made with Cursor

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🛡️ Skill Security Scan Results

✅ entire-explain

  • Status: Passed
  • Findings: 3
  • Allowed (not blocking): 1
    • MANIFEST_MISSING_LICENSE (Allowed: entireio/skills is MIT-licensed at the repo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter.)

✅ entire-search

  • Status: Passed
  • Findings: 3

✅ entire-session-handoff

  • Status: Passed
  • Findings: 5
  • Allowed (not blocking): 1
    • MANIFEST_MISSING_LICENSE (Allowed: entireio/skills is MIT-licensed at the repo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter.)

✅ entire-session-to-skill

  • Status: Passed
  • Findings: 5
  • Allowed (not blocking): 1
    • MANIFEST_MISSING_LICENSE (Allowed: entireio/skills is MIT-licensed at the repo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter.)

✅ entire-what-happened

  • Status: Passed
  • Findings: 5
  • Allowed (not blocking): 1
    • MANIFEST_MISSING_LICENSE (Allowed: entireio/skills is MIT-licensed at the repo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter.)

Summary: Scanned 5 skill(s), all passed security checks. ✅

samuv added 5 commits May 7, 2026 08:50
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant