Add gstack skill documentation files#786
Open
sonakajima9 wants to merge 1 commit intogarrytan:mainfrom
Open
Conversation
Copy each skill's SKILL.md as a standalone .md file in upload-skills/ so they can be individually uploaded to Claude.ai projects or chats. https://claude.ai/code/session_01QJ8jBXerbo5hptRLGepShQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive documentation for the gstack skill system, a collection of specialized AI-assisted development workflows.
Summary
Added 28 markdown documentation files that define individual "skills" - specialized modes for different development tasks. Each skill includes metadata (name, version, tier, description), allowed tools, and detailed preamble setup code for initialization and telemetry.
Key Skills Added
Planning & Design Skills:
office-hours.md- YC-style brainstorming for new ideas and product thinkingdesign-consultation.md- Design system creation and brand guidelinesdesign-shotgun.md- Multi-variant design explorationplan-ceo-review.md,plan-design-review.md,plan-eng-review.md- Planning phase reviewsImplementation Skills:
design-html.md- Production HTML/CSS generation from designsdesign-review.md- Visual QA and design polishship.md- PR creation and code shippingland-and-deploy.md- Merge, CI/CD, and production verificationqa.md,qa-only.md- Quality assurance workflowsreview.md- Code reviewOperational Skills:
cso.md- Security audits and threat modelinginvestigate.md- Systematic debugging with root cause analysishealth.md- Code quality dashboardbenchmark.md- Performance regression detectioncanary.md- Post-deploy monitoringdocument-release.md- Post-ship documentation updatesretro.md- RetrospectivesUtility Skills:
browse.md,connect-chrome.md- Browser automation and testinglearn.md- Project learnings managementcheckpoint.md- Session state saving and resumptioncodex.md- OpenAI Codex integrationautoplan.md- Automated review pipelinegstack-root.md- Root gstack browser toolgstack-upgrade.md- Version upgradescareful.md,freeze.md,guard.md- Safety guardrailssetup-browser-cookies.md,setup-deploy.md,unfreeze.md- Setup utilitiesImplementation Details
Each skill file includes:
The preamble code is consistent across skills and handles:
https://claude.ai/code/session_01QJ8jBXerbo5hptRLGepShQ