dhnpmp-tech
Community@dhnpmp-tech
dhnpmp-tech ships gstack, a Claude skill suite covering headless-browser QA, plan reviews, security audits, deploy verification, and engineering retrospectives.
Agent Skills by dhnpmp-tech
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 Core Web Vitals and bundle sizes against 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 research and consultation.
freeze
Restricts Edit and Write operations to a specified directory for the session.
careful
Intercepts destructive bash commands and prompts for confirmation before execution.
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 screenshots.
investigate
Diagnose bugs through systematic root cause investigation before applying verified fixes.
document-release
Updates project documentation files to match shipped code changes after a release.
gstack-upgrade
Upgrade gstack installations to the latest version across git and vendored install types.
land-and-deploy
Merges GitHub pull requests, waits for CI and deploy, and verifies production health via canary checks.
codex
Runs OpenAI Codex CLI for independent code review, adversarial challenge, and consult sessions.
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 structured QA reports with screenshots and health scores.
setup-browser-cookies
Import cookies from a real Chromium browser into a headless Playwright browse session.
review
Reviews branch diffs against a base branch for SQL safety, race conditions, and structural issues.
plan-ceo-review
Reviews implementation plans with CEO-level scope, strategy, and failure-mode analysis.
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 trends.
browse
Controls a persistent headless Chromium browser for QA testing, interaction, and screenshot capture.
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 dhnpmp-tech
FAQPage SchemaWhat tasks can I accomplish with dhnpmp-tech's gstack skills?▼
You can QA-test web apps with a headless browser, detect performance regressions via Core Web Vitals baselines, run CEO/design/eng plan reviews, audit security with OWASP and STRIDE, ship PRs with version bumps and changelogs, monitor post-deploy canaries, and run weekly engineering retrospectives.
Who are these skills designed for?▼
Software engineers, engineering managers, founders, and designers working on web applications. QA-focused skills target developers verifying deployments, plan-review skills target leads locking architecture before coding, and office-hours targets founders validating product ideas before writing code.
How do I run a typical test-and-ship cycle with gstack?▼
Import browser cookies for authenticated pages, run /qa to test and iteratively fix bugs with atomic commits, then /ship to run tests, bump VERSION, update CHANGELOG, and create a PR. Finally /land-and-deploy merges, waits for CI, and verifies production health via canary checks.
What safety mechanisms exist for production work?▼
The /careful skill warns before destructive commands like rm -rf, DROP TABLE, force-push, and kubectl delete. /freeze restricts Edit and Write operations to a specified directory via PreToolUse hooks. /guard combines both for maximum safety when touching production or debugging live systems.
What are the prerequisites and dependencies?▼
Skills run inside Claude Code sessions using Bash, Read, Write, Edit, Grep, Glob, WebSearch, and AskUserQuestion permissions. Browser-based QA uses the gstack browse daemon; /codex requires the OpenAI Codex CLI; /setup-deploy configures Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions targets.