From skill2
Use when making a skill repository installable or public: manifests, README, artifacts, releases, publishing, or package checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill2:skill2-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make a Skill repository installable. Add public presentation or remote release work only when requested.
Make a Skill repository installable. Add public presentation or remote release work only when requested.
Use the smallest profile that satisfies the request. Profiles compose; Release does not imply Artifact.
README.md is always canonical English. When the user's query is primarily non-English, add README.<language-code>.md; Chinese uses README.zh.md. Explicit language requests override query detection. Preserve existing translations unless removal is requested.
Keep shared behavior in skills/<name>/SKILL.md. Add harness metadata only when a target format requires it. Include only resources used by installed skills.
When a Skill ships deterministic tooling, the installed candidate must include that Skill's scripts/ entrypoint and generated _runtime/ (or equivalent self-contained resources). Detached install paths must not require repository src/, .venv, or a global skill2 CLI.
Return selected profiles, candidate or public destination, relevant verification, remote writes performed, and unresolved blockers.
uv run --script <skill-dir>/scripts/run -- scaffold skill-repo <name>
uv run --script <skill-dir>/scripts/run -- lint skills
uv run --script <skill-dir>/scripts/run -- package-check . --json
npx claudepluginhub misterbrookt/skill2 --plugin skill2Use when creating skill repositories, standardizing or validating skill repo structure, setting up composer/release workflows, configuring split licensing (MIT + CC-BY-SA-4.0), fixing plugin.json / SKILL.md validation or version-parity errors, or releasing a skill version (version bump, tagging).
Reviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.
Packages Claude Code skills for distribution via GitHub, Claude.ai uploads, or team deployment. Generates install scripts, READMEs, .skill zips, and .gitignore files.