plugins marketplace
← All plugins

gstack-workflows

v0.1.0

Lightweight gstack-inspired engineering workflows for OPC: investigation, review, security, QA reporting, and documentation release checks.

Claude Code5 skills

by OPC Contributors934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/gstack-workflows/ inside the repository.

Layout

plugins/gstack-workflows/
├── .claude-plugin/plugin.json
├── skills/gstack-cso/SKILL.md
├── skills/gstack-document-release/SKILL.md
├── skills/gstack-investigate/SKILL.md
├── skills/gstack-qa-only/SKILL.md
└── skills/gstack-review/SKILL.md

Skills5

gstack-csoskills/gstack-cso/SKILL.md

Security audit workflow for OPC code, providers, plugins, Electron surfaces, local HTTP bridges, filesystem access, and command execution.

gstack-document-releaseskills/gstack-document-release/SKILL.md

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

gstack-investigateskills/gstack-investigate/SKILL.md

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.

gstack-qa-onlyskills/gstack-qa-only/SKILL.md

Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code.

gstack-reviewskills/gstack-review/SKILL.md

Pre-landing code review for the current OPC branch or diff. Use before merging, shipping, or asking whether a change is safe.

Manifests1

plugins/gstack-workflows/.claude-plugin/plugin.json
{
  "name": "gstack-workflows",
  "version": "0.1.0",
  "description": "Lightweight gstack-inspired engineering workflows for OPC: investigation, review, security, QA reporting, and documentation release checks.",
  "author": {
    "name": "OPC Contributors"
  }
}