claude-opus-4-5-migrat…
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls…
Systematic root-cause debugging for OPC work. Use when there is a bug, crash, regression, failing command, flaky behavior, provider issue, or unexplained output. Requires evidence before fixes.
$ npx -y skills add LING71671/Open-ClaudeCode --skill gstack-investigate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gstack-investigateContext preview
The summary Claude sees to decide when to auto-load this skill.
Systematic root-cause debugging for OPC work. Use when there is a bug, crash, regression, failing command, flaky behavior, provider issue, or unexplained output. Requires evidence before fixes.
name: gstack-investigate description: Systematic root-cause debugging for OPC work. Use when there is a bug, crash, regression, failing command, flaky behavior, provider issue, or unexplained output. Requires evidence before fixes. allowed-tools: - Read - Grep - Glob - Bash - Edit - Write
Use this skill to diagnose before fixing.
1. State the observed symptom and the expected behavior. 2. Reproduce the issue with the smallest command, UI flow, fixture, or log slice available. 3. Trace the relevant path through the code before proposing a fix. 4. Form at least three plausible causes. 5. Test the causes with targeted checks, logs, assertions, or isolated commands. 6. Pick the cause with the strongest evidence. 7. Apply the smallest fix that addresses that cause. 8. Re-run the original reproduction and one nearby regression check.
Report:
完整开源的 Claude Code 项目 - 基于 Anthropic 官方源码重建 🌐 Languages: 中文 | English
Repo: LING71671/Open-ClaudeCode
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls…
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or…
Security audit workflow for OPC code, providers, plugins, Electron surfaces, local HTTP bridges, filesystem access, and command execution.
Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.
Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code.
Pre-landing code review for the current OPC branch or diff. Use before merging, shipping, or asking whether a change is safe.