Pawan avatar

Pawan

Community

@no-session · San Francisco

15Followers
|
12Public Repos
|
30Published Skills

Pawan's pstack skill suite delivers headless-browser QA testing, deployment verification, security audits, and plan-review pipelines for solo web builders.

Skills Distribution
DomainDeveloper To...Web QA & Browser T.. (35%)Deployment & Relea.. (20%)Design Review & Vi.. (15%)Security Auditing .. (15%)

Agent Skills by Pawan

Showing 30 vetted skills indexed across 1 GitHub repositories.

no-sessionno-session
107

pstack

Provides structured AI agent workflow skills covering validation, planning, review, QA, and shipping.

Community
Advanced
no-sessionno-session
107

benchmark

Detects web performance regressions by comparing page metrics against captured baselines.

Community
Advanced
no-sessionno-session
107

design-shotgun

Generate multiple AI design variants and collect structured feedback through a browser comparison board.

Community
Advanced
no-sessionno-session
107

plan-design-review

Reviews implementation plans for UI/UX gaps and generates visual mockups before coding.

Community
Advanced
no-sessionno-session
107

validate

Validates product ideas through six forcing questions and saves a design document.

Community
Advanced
no-sessionno-session
107

design-consultation

Generate a complete design system and DESIGN.md through guided consultation and competitive research.

Community
Advanced
no-sessionno-session
107

monitor

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

Community
Advanced
no-sessionno-session
107

freeze

Restricts Edit and Write operations to a specified directory using PreToolUse hooks.

Community
Intermediate
no-sessionno-session
107

careful

Intercepts destructive bash commands and prompts for confirmation before execution.

Community
Intermediate
no-sessionno-session
107

cso

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

Community
Advanced
no-sessionno-session
107

plan

Runs CEO, design, and engineering plan reviews sequentially with auto-decisions and a final approval gate.

Community
Advanced
no-sessionno-session
107

investigate

Diagnose bugs through phased root cause investigation with regression tests and structured debug reports.

Community
Advanced
no-sessionno-session
107

document-release

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

Community
Advanced
no-sessionno-session
107

reflect

Generates weekly engineering retrospectives from git commit history and work pattern metrics.

Community
Advanced
no-sessionno-session
107

land-and-deploy

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

Community
Advanced
no-sessionno-session
107

codex

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

Community
Advanced
no-sessionno-session
107

qa

Tests web applications in a browser, fixes found bugs with atomic commits, and re-verifies.

Community
Advanced
no-sessionno-session
107

qa-only

Tests web applications in a browser and produces structured bug reports without fixing code.

Community
Advanced
no-sessionno-session
107

setup-browser-cookies

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

Community
Intermediate
no-sessionno-session
107

review

Analyzes git diffs against the base branch for structural issues before merging code.

Community
Advanced
no-sessionno-session
107

plan-ceo-review

Reviews implementation plans with founder-mode strategy analysis and scope expansion or reduction modes.

Community
Advanced
no-sessionno-session
107

connect-chrome

Launches a visible Playwright-controlled Chromium window with the pstack Side Panel extension auto-loaded.

Community
Intermediate
no-sessionno-session
107

browse

Controls a persistent headless Chromium browser for QA testing, page inspection, and user-flow verification.

Community
Advanced
no-sessionno-session
107

design-review

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

Community
Advanced

Frequently Asked Questions About Pawan

FAQPage Schema
What tasks can I accomplish with Pawan's pstack skills?▼

You can QA-test web apps in a headless browser, benchmark Core Web Vitals, audit designs visually, review PRs for SQL and security issues, run OWASP threat-model audits, debug with root-cause investigation, and ship, deploy, and monitor production releases end to end.

Who are these skills designed for?▼

Solo builders, indie hackers, and small engineering teams shipping web applications. Skills like plan-ceo-review, validate, and reflect are explicitly solo-aware, targeting founders who need CEO, design, and engineering review coverage without a full team.

How do the QA and deployment skills work in practice?▼

The browse daemon navigates pages, interacts with elements, and captures screenshots at ~100ms per command. The qa skill tests and fixes bugs iteratively, ship creates the PR, land-and-deploy merges and verifies production health, and monitor watches for post-deploy regressions.

What safety mechanisms are included for production work?▼

The careful skill warns before destructive commands like rm -rf, DROP TABLE, and force-push; freeze restricts edits to a specific directory; guard combines both. The cso skill adds security audits covering secrets, dependency supply chains, CI/CD pipelines, and STRIDE threat modeling.

What prerequisites and dependencies do these skills require?▼

Skills run on Bash, Read, Write, Edit, Grep, Glob, WebSearch, and AskUserQuestion permissions. Browser testing uses the pstack browse daemon; authenticated testing requires importing cookies via setup-browser-cookies, and deployment verification requires platform config written by setup-deploy.