Skip to content
Development
Skill

/gstack-document-release

Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.

From plugin
open-claudecode
93415 skills14 agents14 commands1 MCP
Install
$ npx -y skills add LING71671/Open-ClaudeCode --skill gstack-document-release --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gstack-document-release

Context preview

The summary Claude sees to decide when to auto-load this skill.

Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.

SKILL.md

gstack-document-release.SKILL.md
name: gstack-document-release
description: Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
  - Edit
  - Write

gstack-document-release

Use this skill to keep docs aligned with shipped behavior.

Workflow

1. Inspect the current diff and identify user-visible changes. 2. Map affected docs: README files, plugin READMEs, desktop docs, examples, settings, and scripts. 3. Check for stale commands, paths, model/provider names, environment variables, screenshots, and troubleshooting text. 4. Update only the docs that are directly affected. 5. Verify links, commands, and JSON snippets where practical.

Documentation Standard

Prefer Diataxis-style clarity:

  • Tutorial: first successful path
  • How-to: task-specific steps
  • Reference: exact flags, settings, APIs, schemas
  • Explanation: architecture and tradeoffs

Output

Report:

  • Docs changed
  • Behavior now documented
  • Commands or snippets verified
  • Known documentation gaps left for later
Ships withopen-claudecode

完整开源的 Claude Code 项目 - 基于 Anthropic 官方源码重建 🌐 Languages: 中文 | English

Get the whole plugin