github▌
97 indexed skills · max 10 per page
autoplan
garrytan/gstack · gstack-planning
Orchestrates CEO, design, eng, and DX reviews from disk and applies internal decision principles to auto-progress the plan, surfacing only taste-sensitive decisions at the end.
plan-devex-review
garrytan/gstack · gstack-planning
DevEx review for developer-facing products. It explores personas, benchmarks onboarding, and scores friction across APIs, CLIs, SDKs, libraries, docs, and platform flows.
plan-design-review
garrytan/gstack · gstack-planning
Interactive design-plan review that scores design quality, identifies unresolved UX issues, and improves the plan before anyone ships UI.
plan-eng-review
garrytan/gstack · gstack-planning
Engineering-manager style review that hardens the plan around architecture, boundaries, state transitions, edge cases, tests, and diagrams before coding starts.
plan-ceo-review
garrytan/gstack · gstack-planning
Founder-mode review that asks what product is really being built, not just what feature was requested. Supports scope expansion, selective expansion, hold-scope, and scope-reduction modes.
office-hours
garrytan/gstack · gstack-planning
YC Office Hours with two modes. Startup mode asks six forcing questions around demand reality, status quo, specificity, wedge, observation, and future-fit. Builder mode is for side projects and open source. It saves a design doc and is intended to run before implementation work.
github-workflow-automation
davila7/claude-code-templates · Productivity
Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices.
github-actions-templates
sickn33/antigravity-awesome-skills · Productivity
Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
github
dimillian/skills · Productivity
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.
address-github-comments
sickn33/antigravity-awesome-skills · Productivity
Systematically address GitHub PR review comments and issue feedback using the gh CLI. \n \n Fetches and inspects PR comments and review threads to understand feedback before applying fixes \n Guides categorization and planning of comments, with user confirmation checkpoints for prioritization \n Applies code changes and responds to comment threads as resolved using gh CLI commands \n Requires gh authentication; includes auth status verification as a prerequisite step \n