gsd-buildgsd-buildOfficialยท38 Agent Skills Included

gsd-2

Autonomous AI agent that plans, builds, and ships software

Builds software autonomously from a written spec, handling planning, coding, testing, and git commits end to end. Eliminates manual project scaffolding, test writing, code review prep, and progress tracking through milestone-based execution. Includes skills for browser automation, linting, security review, debugging, and web quality audits to cover the full development cycle.
npx skills add gsd-build/gsd-2 --all -g -y

All Skills in This Repository (38)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

gsd-orchestrator

Orchestrate GSD as a headless subprocess for autonomous software construction.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

gsd-headless

Orchestrate GSD projects from a headless CLI with RPC child processes.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

agent-browser

Automate browser actions and data collection via a CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

lint

Auto-detect and run the project's linter and formatter with optional fixes.

Official
Intermediate
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

userinterface-wiki

Identify UI/UX best-practice gaps in web components and output file:line findings.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

test

Detect test frameworks and generate or execute tests across Node.js, Python, and Go projects.

Official
Intermediate
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

web-quality-audit

Audit web pages for performance, accessibility, SEO, and best practices.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

web-design-guidelines

Review UI code for Web Interface Guidelines compliance.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

code-optimizer

Detect performance anti-patterns across codebases using parallel specialist agents.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

core-web-vitals

Optimize LCP, INP, and CLS for static sites and single-page applications.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

create-workflow

Create valid V1 YAML workflow definitions for the GSD engine.

Official
Advanced
๐Ÿ“ฆ In Repo
gsd-buildgsd-build

make-interfaces-feel-better

Codify design-for-feel guidelines for surfaces, typography, motion, and interaction.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install GSD 2?โ–ผ

Run `npx skills add gsd-build/gsd-2 --all -g -y` in your terminal to install all skills in this suite globally. Note that active development has moved to the open-gsd/gsd-pi repository.

What does GSD do?โ–ผ

GSD (Get Shit Done) is an autonomous agent that takes a written product spec and plans, codes, tests, and commits working software without manual intervention.

How do I build an app from a spec with GSD?โ–ผ

Write a markdown spec describing what to build, then run `gsd headless --context spec.md new-milestone --auto` and GSD handles the rest, reporting progress and costs as JSON.

Does GSD work with Claude Code and other AI agents?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Claude Code, OpenClaw, Cursor, and other compatible agent environments.

Can GSD run multiple builds in parallel?โ–ผ

Yes. GSD supports multi-session orchestration where each worker runs in its own git worktree and reports status through JSON files, so an orchestrator can monitor and control many builds at once.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’