Agent Skills by SeoYeonKim
Showing 28 vetted skills indexed across 1 GitHub repositories.
gstack
Provides structured AI agent workflow skills and a persistent headless Chromium browser for software development.
benchmark
Detects web performance regressions by comparing page metrics against captured baselines.
plan-design-review
Reviews implementation plans for UI/UX design gaps and edits the plan to fix them.
autoplan
Runs CEO, design, and engineering plan reviews sequentially with auto-decided intermediate questions.
design-consultation
Generates a complete design system proposal and DESIGN.md through product research and consultation.
freeze
Restricts Edit and Write operations to a user-specified directory via PreToolUse hooks.
careful
Warns before executing destructive bash commands like rm -rf, DROP TABLE, and force-push.
cso
Audits codebases for secrets, supply chain, CI/CD, LLM, and OWASP vulnerabilities.
canary
Monitors deployed web apps for console errors, performance regressions, and page failures using browser automation.
investigate
Diagnose bugs through root cause investigation before applying verified fixes.
document-release
Updates project documentation files to match shipped code changes.
gstack-upgrade
Upgrades gstack installations to the latest version via git or vendored sync.
land-and-deploy
Merges GitHub pull requests, waits for CI and deploy, and verifies production health via canary checks.
codex
Wraps the OpenAI Codex CLI to review, challenge, or consult on code diffs.
qa
Test web applications in a browser, fix discovered bugs, and commit verified fixes atomically.
qa-only
Tests web applications in a browser and produces a structured QA report without fixing anything.
setup-browser-cookies
Import cookies from Chromium browsers into a headless Playwright browse session.
review
Reviews pull request diffs for SQL safety, race conditions, and structural issues.
plan-ceo-review
Reviews implementation plans with CEO-mode scope analysis and rigor checks.
office-hours
Diagnose product ideas through YC-style forcing questions and produce design documents.
retro
Generates weekly engineering retrospectives from git commit history with per-contributor metrics and trend tracking.
browse
Controls a persistent headless Chromium browser for QA testing and site verification.
design-review
Audits live websites for visual design issues and fixes them with atomic commits.
ship
Automates merging, testing, versioning, and pull request creation for feature branches.
Frequently Asked Questions About SeoYeonKim
FAQPage SchemaWhat tasks can I accomplish with SeoYeonKim's gstack skills?▼
You can QA-test web apps in a headless browser, benchmark Core Web Vitals, run OWASP and STRIDE security audits, review PR diffs for SQL safety, audit visual design, brainstorm with YC-style office hours, and ship code through merge, deploy, and canary verification.
Who are these skills designed for?▼
Web developers, QA engineers, engineering managers, and founders shipping production web applications. The plan-ceo-review, plan-eng-review, and retro skills target leads and founders, while browse, qa, and canary serve hands-on engineers testing and deploying sites.
How do the ship and deploy skills work in practice?▼
The ship skill merges the base branch, runs tests, reviews the diff, bumps VERSION, updates the CHANGELOG, and creates a PR. Then land-and-deploy merges it, waits for CI and deploy, and verifies production health via canary checks against pre-deploy baselines.
What safety guardrails do these skills provide?▼
The careful skill warns before destructive commands like rm -rf, DROP TABLE, and force-push. Freeze blocks Edit and Write outside a specified directory via PreToolUse hooks, and guard combines both for maximum protection when touching production or debugging live systems.
What prerequisites do the QA and monitoring skills need?▼
The browse-based skills require the browse daemon for headless sessions. Authenticated page testing needs setup-browser-cookies to import cookies from your real Chromium browser, and land-and-deploy requires setup-deploy to configure your platform such as Fly.io, Render, Vercel, or Netlify.