Open source software factory. 23 specialists and 8 power tools for Claude Code.
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`
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.
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"]
}
}
}
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
Test this AI skill directly in your browser. It will consume :cost credits.
Try Skill Now Visit Original Author