raghavbadhwar
Community@raghavbadhwar
raghavbadhwar maintains gstack, a skill suite for AI coding agents covering QA testing, design generation, code review, shipping, and iOS debugging.
Agent Skills by raghavbadhwar
Showing 60 vetted skills indexed across 1 GitHub repositories.
pair-agent
Generates a setup key to pair a remote AI agent with your browser session.
benchmark
Detects web performance regressions by measuring page metrics against stored baselines.
design-html
Generates production-quality HTML and CSS from approved design mockups using Pretext text layout.
plan-tune
Tune AskUserQuestion prompt preferences and inspect developer behavior profiles across gstack skills.
design-shotgun
Generate multiple AI design variants and collect structured feedback on a comparison board.
plan-design-review
Reviews design plans through seven interactive passes scoring UI/UX dimensions before implementation.
autoplan
Runs CEO, design, engineering, and DX review skills sequentially with automated decisions.
design-consultation
Generates a complete design system proposal and writes DESIGN.md for a project.
learn
Review, search, prune, and export project learnings stored across sessions.
freeze
Restrict Edit and Write operations to a specified directory for the session.
ios-qa
Runs vision-driven QA loops against SwiftUI apps on physical iPhones over a CoreDevice tunnel.
careful
Intercepts destructive bash commands and prompts for confirmation before execution.
cso
Audits repositories for secrets, dependency, CI/CD, LLM, and OWASP vulnerabilities.
canary
Monitors deployed applications for console errors, performance regressions, and page failures.
open-gstack-browser
Launch an AI-controlled Chromium browser with a live sidebar activity feed.
diagram
Convert English descriptions or mermaid source into editable Excalidraw diagrams with rendered SVG and PNG outputs.
investigate
Diagnose bugs through systematic root cause investigation before applying fixes.
context-restore
Restores previously saved working context to resume interrupted coding sessions.
document-release
Updates project documentation to match shipped code changes after a release.
health
Runs project quality tools and computes a weighted 0-10 code health score.
gstack-upgrade
Upgrade gstack installations and run versioned migration scripts with rollback support.
land-and-deploy
Merges pull requests, waits for CI and deploy, and verifies production health via canary checks.
codex
Wraps OpenAI Codex CLI to run independent code reviews, adversarial challenges, and consult sessions.
spec
Convert vague feature intent into a precise, executable specification and GitHub issue.
Frequently Asked Questions About raghavbadhwar
FAQPage SchemaWhat tasks can I accomplish with raghavbadhwar's gstack skills?▼
The suite covers end-to-end product engineering: spec writing, CEO/eng/design/DX plan reviews, headless-browser QA, performance benchmarking, security audits (OWASP), PR review, ship-and-deploy pipelines, canary monitoring, iOS device testing and bug fixing, web scraping, diagram and PDF generation, and weekly engineering retrospectives.
Who is the target user for the gstack skill suite?▼
Software engineers, founders, and engineering leads using AI coding agents (Claude Code-style environments) who want structured review pipelines, automated QA, and safety guardrails. iOS developers building SwiftUI apps get dedicated live-device QA, design audit, and autonomous bug-fixing skills.
How are gstack skills installed and invoked at runtime?▼
Skills live under $HOME/.claude/skills/gstack and are triggered by natural-language phrases (e.g. 'ship it', 'qa test this'). The gstack router skill routes requests, gstack-upgrade fetches the latest version, and setup-gbrain initializes a local PGLite or Supabase brain with MCP registration.
What safety and guardrail features does gstack provide?▼
The careful skill warns before destructive Bash commands, freeze restricts Edit/Write operations to a specific directory via PreToolUse hooks, and guard combines both for maximum safety. The cso skill adds Chief Security Officer mode with vulnerability checks and OWASP reviews.
What prerequisites and dependencies do gstack skills require?▼
Skills require a Bash-capable agent environment with Read/Write/Edit/Grep/Glob permissions; several use WebSearch and Agent sub-tools. iOS skills need a physical device with the DebugBridge SPM package, browser skills use a headless Chromium daemon, and gbrain features need PGLite or Supabase.