agentplane-release-and-packaging-operator

Solid

Use when preparing, validating, publishing, auditing, or recovering an Agentplane release, especially package build ordering, version parity, npm/GitHub/GHCR/external distribution publication, public install smoke tests, hosted publish evidence, or release CI failures.

AI & Automation 72 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agentplane Release And Packaging Operator ## Use This Skill When - A task mentions release, publish, npm, provenance, package version parity, release-ready, or install smoke. - CI fails in package build or release gates. - A public install fails because a workspace package is missing, private, stale, or unpublished. - A release partially completed and you must decide whether to roll forward or stop. ## Core Rule Treat release work as a state machine, not a linear script. Before mutating, identify the current state of git tags, package versions, generated manifests, hosted workflows, and npm visibility. ## Required Preflight 1. Run the normal Agentplane preflight and load release policy when release/version/publish files are in scope. 2. Inspect the release task README and `agentplane task verify-show <task-id>`. 3. Check working tree cleanliness with `git status --short --untracked-files=no`. 4. Inspect recent release incidents: - `agentplane incidents advise --tag release --tag recipes --tag workflow --scope "<release scope>"` 5. Confirm which packages are release participants: - `@agentplaneorg/core` - `@agentplaneorg/recipes` - `agentplane` ## Version And Public Package Checks Use these before publishing and during recovery: ```bash bun run release:parity bun run release:state node scripts/check-npm-version-availability.mjs <version> npm view @agentplaneorg/core@<version> version npm view @agentplaneorg/recipes@<version> version npm view agentplane@<...

Details

Author
basilisk-labs
Repository
basilisk-labs/agentplane
Created
6 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

agentplane

Use when a repository uses AgentPlane or the user wants a governed git-native workflow for planning, task execution, verification, and closure.

72 Updated today
basilisk-labs
AI & Automation Featured

cut-release

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR (drop internal-only churn, consolidate duplicates), bump pyproject.toml + uv.lock, run the CI-mirror lint chain, and open the release PR. Activate on "ship a release", "cut v0.x", "release prep", "bump and PR", "open release PR", "what kind of release do we need", or any phrasing that ends in opening a release PR -- even when the user does not say "skill". Stops BEFORE tagging; tagging stays a human gate that triggers the release workflow. Refuses to bump to a major (>= 1.0.0) version without explicit operator confirmation.

3,385 Updated 2 days ago
microsoft
AI & Automation Listed

skill-release-audit

Pre-publish quality and safety auditor for AI agent skills (SKILL.md + scripts/ + references/ format used by Claude Code, Cursor, OpenAI Codex, GitHub Copilot, OpenClaw, ClawHub, and compatible SkillHub registries). Six static-check modules (no LLM, no network by default): (1) syntax and logic correctness, (2) feature completeness, (3) edge-case and error handling, (4) data safety (detects files written inside the skill dir that would be lost on update), (5) dependency declaration vs code, (6) SKILL.md documentation standards. Per-registry rule profiles via `--target`. Pure reporter — never edits your files, never publishes. Use when publishing a skill, modifying an existing skill, or diagnosing why a skill behaves unexpectedly — run it as the last machine-checkable gate before release. Trigger phrases: "skill release audit", "audit before publishing", "pre-release check", "release gate", "skill safety check", "发版前检查", "skill 发布检查", "审查这个 skill 能不能发版".

1 Updated 5 days ago
Songhonglei