dhnpmp-tech avatar

dhnpmp-tech

Community

@dhnpmp-tech

2Followers
|
4Public Repos
|
28Published Skills

dhnpmp-tech ships gstack, a Claude skill suite covering headless-browser QA, plan reviews, security audits, deploy verification, and engineering retrospectives.

Skills Distribution
DomainDeveloper To...Web QA & Headless .. (30%)Plan & Code Review.. (25%)Deployment & Relea.. (20%)Security Auditing .. (15%)

Agent Skills by dhnpmp-tech

Showing 28 vetted skills indexed across 1 GitHub repositories.

dhnpmp-techdhnpmp-tech

gstack

Provides structured AI agent workflow skills and a persistent headless Chromium browser for software development.

Community
Advanced
dhnpmp-techdhnpmp-tech

benchmark

Detects web performance regressions by comparing Core Web Vitals and bundle sizes against baselines.

Community
Advanced
dhnpmp-techdhnpmp-tech

plan-design-review

Reviews implementation plans for UI/UX design gaps and edits the plan to fix them.

Community
Advanced
dhnpmp-techdhnpmp-tech

autoplan

Runs CEO, design, and engineering plan reviews sequentially with auto-decided intermediate questions.

Community
Advanced
dhnpmp-techdhnpmp-tech

design-consultation

Generates a complete design system proposal and DESIGN.md through research and consultation.

Community
Advanced
dhnpmp-techdhnpmp-tech

freeze

Restricts Edit and Write operations to a specified directory for the session.

Community
Intermediate
dhnpmp-techdhnpmp-tech

careful

Intercepts destructive bash commands and prompts for confirmation before execution.

Community
Intermediate
dhnpmp-techdhnpmp-tech

cso

Audits codebases for secrets, supply chain, CI/CD, LLM, and OWASP vulnerabilities.

Community
Advanced
dhnpmp-techdhnpmp-tech

canary

Monitors deployed web apps for console errors, performance regressions, and page failures using browser screenshots.

Community
Advanced
dhnpmp-techdhnpmp-tech

investigate

Diagnose bugs through systematic root cause investigation before applying verified fixes.

Community
Advanced
dhnpmp-techdhnpmp-tech

document-release

Updates project documentation files to match shipped code changes after a release.

Community
Advanced
dhnpmp-techdhnpmp-tech

gstack-upgrade

Upgrade gstack installations to the latest version across git and vendored install types.

Community
Advanced
dhnpmp-techdhnpmp-tech

land-and-deploy

Merges GitHub pull requests, waits for CI and deploy, and verifies production health via canary checks.

Community
Advanced
dhnpmp-techdhnpmp-tech

codex

Runs OpenAI Codex CLI for independent code review, adversarial challenge, and consult sessions.

Community
Advanced
dhnpmp-techdhnpmp-tech

qa

Test web applications in a browser, fix discovered bugs, and commit verified fixes atomically.

Community
Advanced
dhnpmp-techdhnpmp-tech

qa-only

Tests web applications in a browser and produces structured QA reports with screenshots and health scores.

Community
Advanced
dhnpmp-techdhnpmp-tech

setup-browser-cookies

Import cookies from a real Chromium browser into a headless Playwright browse session.

Community
Intermediate
dhnpmp-techdhnpmp-tech

review

Reviews branch diffs against a base branch for SQL safety, race conditions, and structural issues.

Community
Advanced
dhnpmp-techdhnpmp-tech

plan-ceo-review

Reviews implementation plans with CEO-level scope, strategy, and failure-mode analysis.

Community
Advanced
dhnpmp-techdhnpmp-tech

office-hours

Diagnose product ideas through YC-style forcing questions and produce design documents.

Community
Advanced
dhnpmp-techdhnpmp-tech

retro

Generates weekly engineering retrospectives from git commit history with per-contributor metrics and trends.

Community
Advanced
dhnpmp-techdhnpmp-tech

browse

Controls a persistent headless Chromium browser for QA testing, interaction, and screenshot capture.

Community
Advanced
dhnpmp-techdhnpmp-tech

design-review

Audits live websites for visual design issues and fixes them with atomic commits.

Community
Advanced
dhnpmp-techdhnpmp-tech

ship

Automates merging, testing, versioning, and pull request creation for feature branches.

Community
Advanced

Frequently Asked Questions About dhnpmp-tech

FAQPage Schema
What 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.