AAWEA.ORG
AAWEA.ORG
AAWEA.ORG
gstack

gstack

⚠️ Low Risk Engineering 0 Credits/Run Openclaw Claude_code

Open source software factory. 23 specialists and 8 power tools for Claude Code.

Skill Content

gstack turns Claude Code into a virtual engineering team — a CEO who rethinks the product, an eng manager who locks architecture, a designer who catches AI slop, a reviewer who finds production bugs, a QA lead who opens a real browser, a security officer who runs OWASP + STRIDE audits, and a release engineer who ships the PR. Twenty-three specialists and eight power tools, all slash commands, all Markdown, all free, MIT license.

Install gstack: run `git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup`

Universal Installation Guide

1. For Standard AI Agents (ChatGPT / Claude)

If this skill is purely prompt-based, simply click the Copy button on the Skill Content block above, and paste the raw text directly into your AI chat interface or custom GPT instructions.

2. For Claude Desktop (MCP Servers)

To install this as a Model Context Protocol (MCP) server, open your claude_desktop_config.json file and add the following configuration structure:

{
  "mcpServers": {
    "gstack": {
      "command": "npx",
      "args": ["-y", "{{ Str::slug($skill->category ?? 'tool') }}/gstack"]
    }
  }
}
3. For Code Integration (Composio / APIs)

If this requires SDK integration, ensure you have the core packages installed in your working environment, then load the tool schema accordingly:

npm install composio-core
# or
pip install composio-core

Run this Skill

Test this AI skill directly in your browser. It will consume :cost credits.

Try Skill Now Visit Original Author