This handles the entire monorepo release dance for Cyrus: bumping versions, publishing nine packages to npm in strict dependency order, updating changelogs, tagging git, and syncing Linear issues from MergedUnreleased to ReleasedMonitoring. The workflow is opinionated and specific, running pnpm install after each publish to keep the lockfile in sync, and it enforces publishing from feature branches with no-git-checks flags. You'd use this when you're ready to ship and don't want to manually remember that simple-agent-runner must come before edge-worker or that changelogs need splitting between user-facing and internal. It's basically a runbook turned into a skill, and if your release process looks anything like this, you'll appreciate having it automated.
npx -y skills add ceedaragents/cyrus --skill release --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
finos/morphir
hoangnguyen0403/agent-skills-standard