Open GSD
Official@open-gsd · United States of America
Most AI coding setups rot as the context window fills. Open GSD keeps the context clean, the work verified, and the git history honest — ship more, worry less.
Agent Skills by Open GSD
Showing 50 vetted skills indexed across 2 GitHub repositories.
gsd-browser
Automate Chrome/Chromium browser navigation and interaction via CDP.
gsd-orchestrator
Orchestrate autonomous software builds by driving GSD subprocesses from spec to delivery.
different-name
Compare SKILL.md frontmatter name against directory basename and report mismatches.
multiline-description
Normalize multiline YAML frontmatter descriptions into single-line form, preserving semantic meaning and collapsing newlines for indexing and display.
Invalid_Name
Validate skill names and normalize them to lowercase-hyphen format.
disable-model-invocation
Enforce manual activation of skills using the disable-model-invocation frontmatter flag.
valid-skill
Validate skill loading and return a basic acknowledgement.
unknown-field
Validate SKILL.md frontmatter for required name and description fields.
this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
Validate SKILL.md frontmatter names against configured character limits.
bad--name
Validate SKILL.md frontmatter names to reject consecutive hyphens.
child-skill
Expose and manage nested skills in hierarchical skill repositories.
calendar
Automate calendar-based planning for tasks and milestones.
dynamic-resources
Discover and load runtime skills from the resources_discover extension.
gsd-headless
Execute GSD commands headlessly to orchestrate milestones and workflows.
agent-browser
Automate browser navigation, form filling, and data extraction via CLI.
btw
Answer side questions using only existing conversation context.
lint
Automate linting and formatting across a project with safe fixes.
userinterface-wiki
Provide a centralized wiki of web interface best practices with YAML frontmatter.
test
Detect the project's test framework and generate or run tests.
web-quality-audit
Audit web quality across performance, accessibility, SEO, and best practices.
create-mcp-server
Create MCP servers exposing external tools with schemas, error handling, and pagination.
handoff
Generate continue.md and refresh STATE.md for session handoffs.
web-design-guidelines
Audit UI code compliance with Web Interface Guidelines and report findings in file:line format.
code-optimizer
Detect and remediate performance anti-patterns across multi-language codebases.
Frequently Asked Questions About Open GSD
FAQPage SchemaWhat specific tasks can Open GSD perform for software projects?▼
Open GSD enables automated repository linting, STRIDE-based security threat modeling, WCAG 2.1 accessibility auditing, and performance remediation for Core Web Vitals. It also facilitates structured session handoffs and milestone documentation generation.
Which technical personas benefit most from these capabilities?▼
Software engineers, technical leads, and quality assurance specialists benefit from these capabilities. The framework is designed for developers managing complex codebases who require rigorous verification, standardized documentation, and consistent adherence to interface design guidelines.
What are the prerequisites for integrating Open GSD into a project?▼
Integration requires a repository structure supporting YAML frontmatter for metadata and a compatible environment for executing GSD-based subprocesses. Users must ensure their project environment supports the specific runtime extensions required for browser interaction or repository monitoring.