๐Ÿท๏ธ
DevOpsRust

Release

by arcee-ai

Release is a DevOps skill for Claude Code, published by arcee-ai in nac.

209 stars20 forkson arcee-ai/nacAdded 2026/09/05+8% in starsRepository updated 2026/09/03
agent-harnessagent-orchestrationagent-skillsagentic-workflowsai-agentsdeveloper-toolsllm-agentslong-running-agentsmcpmodel-context-protocolmulti-agent-systemsrust
Install in seconds
Install Release
Copy Release into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/arcee-ai/nac/tree/main/.agents/skills/release ~/.claude/skills/release

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/arcee-ai/nac.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/release/SKILL.md in arcee-ai/nac
Installs to
~/.claude/skills/release
Collection
One of 4 skills cataloged from this repository
Category
DevOps โ€” 973 skills

What Release does

Release cuts and publishes a stable NAC version after the release PR, tag, and release checks pass. Use it when maintaining a stable version bump, GitHub Release, and post-tag verification; not for release candidates.

Release is cataloged under DevOps on DirSkills. Release comes from a repository tagged agent-harness, agent-orchestration, agent-skills, agentic-workflows and ai-agents.

Documentation

README

Full stable release

Publish a stable NAC release end to end. A request for X.Y.Z or vX.Y.Z means complete the version bump, merge, annotated tag, GitHub Release, release automation, asset verification, and clean-install smoke test. Do not stop after preparing a branch or pull request.

This workflow is only for stable releases. Never create, edit, rerun, promote, or delete vX.Y.Z-rc.N tags or prereleases; the scheduled release workflow owns release candidates.

1. Normalize and establish the release boundary

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release

  • What else does arcee-ai publish alongside Release?

    Release is one of 4 skills that DirSkills catalogs from arcee-ai/nac, the repository it ships in. Its siblings there include Issue Triage, NAC Onboarding and QA. Each one is a separate skill with its own page in this directory, installs the same way Release does, and is maintained by arcee-ai in that same repository. The rest of the collection is listed on the arcee-ai/nac page.

  • How does Release compare to other DevOps skills?

    Release ranks #845 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release against them. Open each page to compare what they document and how they install.