🚀
DevOpsTypeScript

Claude Code Viewer Release

by d-kimuson

Claude Code Viewer Release is a DevOps skill for Claude Code, published by d-kimuson in claude-code-viewer.

1.3K stars157 forkson d-kimuson/claude-code-viewerAdded 2026/08/20Repository updated 2026/08/18
claudeclaude-code
Install in seconds
Install Claude Code Viewer Release
Copy Claude Code Viewer 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/d-kimuson/claude-code-viewer/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/d-kimuson/claude-code-viewer.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 d-kimuson/claude-code-viewer
Installs to
~/.claude/skills/release
Collection
One of 3 skills cataloged from this repository
Category
DevOps798 skills

What Claude Code Viewer Release does

Claude Code Viewer Release runs the end-to-end release flow for the claude-code-viewer repository. Use it when the user asks to release patch, minor, major, beta, or an explicit semver; includes non-interactive release execution, GitHub Actions monitoring, release note cleanup, and publishing the GitHub Release.

Claude Code Viewer Release is cataloged under DevOps on DirSkills. Claude Code Viewer Release comes from a repository tagged claude and claude-code.

Documentation

README

claude-code-viewer Release

Use this skill to perform an end-to-end release for this repository.

Inputs

Interpret the user's argument as the release version spec:

  • patch, minor, major, beta
  • or an explicit semver such as 0.8.0 / 0.8.0-beta.0

If no version spec is present, ask the user which one to use.

Preconditions

  1. Work from the repository root.
  2. Inspect the current branch and working tree:
git branch --show-current
git status --short
  1. If there are unrelated uncommitted changes, stop and ask the user how to handle them.
  2. If release-related changes were just made, commit them before running release because scripts/release.ts requires a clean working tree.
  3. The release script requires SSH signing config:

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

Frequently asked about Claude Code Viewer Release

  • What else does d-kimuson publish alongside Claude Code Viewer Release?

    Claude Code Viewer Release is one of 3 skills that DirSkills catalogs from d-kimuson/claude-code-viewer, the repository it ships in. Its siblings there include Fix Schema and I18n. Each one is a separate skill with its own page in this directory, installs the same way Claude Code Viewer Release does, and is maintained by d-kimuson in that same repository. The rest of the collection is listed on the d-kimuson/claude-code-viewer page.

  • How does Claude Code Viewer Release compare to other DevOps skills?

    Claude Code Viewer Release ranks #378 by stars among the 798 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 Claude Code Viewer Release against them. Open each page to compare what they document and how they install.