By iamcxa
Browser & CLI E2E testing pipeline with context-isolating subagents — map UI, generate flows, verify & test, walk through apps, record video, terminal recording for CLI-only flows, static UI computed-style verification
Verifies documentation claims via live probe commands; returns structured pass/fail report. Dispatched by e2e-doc-sync (Phase 4).
Opens a browser, runs repro steps, collects console/network/JS-error/screenshot observations into report.md. Dispatched by e2e-debug. Observation only — never modifies code.
Runs E2E flows in browser, auto-repairs broken selectors/URLs, and produces PR-ready reports with screenshots + trace. Dispatched by e2e-flow.
Generates E2E flow YAML from codebase context and mapping files. Dispatched by e2e-flow. Never opens a browser (no Bash tool — intentional).
Explores web pages via agent-browser CLI and generates/updates E2E YAML mapping files. Dispatched by e2e-map.
Use when compiling E2E flow YAML to standalone bash test scripts. Triggers on "/e2e-compile", "compile flow", "recompile flow".
Use when debugging frontend runtime bugs by injecting console.log, observing in browser, and auto-cleaning up. Triggers on "e2e debug", "debug in browser", "inject logs", "runtime debug".
Use when the user invokes /e2e-dispatch or asks for the E2E operations menu. Router — prefer e2e-test, e2e-map, e2e-walkthrough, e2e-skill-ops directly for specific operations.
Use when syncing E2E plugin documentation after skill/agent changes. Diff-aware scan, history enrichment, and live probe verification. Triggers on "e2e doc sync", "/e2e-doc-sync", "check doc coverage".
Use when generating, verifying, or smoke-testing E2E flow YAML from plans, specs, PRs, or mapped pages. Supports browser and CLI-only (Execute external) flows. Triggers on "e2e flow", "generate flow", "verify flow", "smoke test", "cli flow".
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Claude Code plugin marketplace by Kent Chen.
/plugin marketplace add iamcxa/kc-claude-plugins
Browser & CLI E2E testing with context-isolating subagents. Map your app's UI, generate test flows from plans, verify in browser with auto-repair, run tests with video recording, record CLI-only flows via terminal recording (asciinema), and verify static UI computed styles via the new declarative /ui-verify skill. Codex platform manifest ships alongside Claude Code.
Use when: You need automated browser or CLI testing for a web app — from first mapping to CI integration.
Prerequisite: agent-browser CLI installed globally.
/plugin install e2e-pipeline@kc-claude-plugins
One-command plugin quality pipeline. Validates structure, TDD-tests skills under pressure (or via skill-creator benchmarking with --use-skill-creator), audits SKILL.md frontmatter against the official Claude Code spec (Phase 2.4), smoke-tests skills in clean profile (--bare mode, ~$0.025/test), optionally optimizes skill descriptions for trigger reliability (Phase 2.6 via --optimize-desc), verifies agent definitions, detects Agent Teams capability, and scaffolds self-improvement (D1/D2 learning) and doc-sync capabilities. Supports --parallel mode for concurrent Phase 2/3 execution via teammates. Codex platform manifest ships alongside Claude Code.
Use when: You're building or maintaining Claude Code plugins and want automated quality assurance.
Prerequisites: superpowers + plugin-dev marketplace plugins. Optional: skill-creator for --use-skill-creator and --optimize-desc modes.
/plugin install kc-plugin-forge@kc-claude-plugins
Autonomous nightly plugin improvement cycle. Runs forge validation, harvests signals from journal/Sentry/E2E/git, and generates improvement proposals aligned to north-star goals.
Use when: You want continuous, automated quality monitoring across your plugin ecosystem.
/plugin install kc-nightwatch@kc-claude-plugins
Session lifecycle & context efficiency. Detects context pressure and enforces cleanup before session end. Cross-session handoff/resume via integrated journal (with vector embedding search via MiniLM). Context Lake (SQLite FTS5) caches codebase insights for faster exploration. MCP context firewall: the mcp-summarizer subagent keeps raw payloads from Linear/Sentry/Notion/Supabase/Figma/Slack/Langfuse out of main context, and a PreToolUse nudge proactively suggests it on first read-op per MCP family per session. Includes a standalone statusline with Anthropic 5h/7d usage quota display. Cross-platform install verified by CI matrix (linux-x64, darwin-arm64, darwin-x64) via the new postinstall verify step.
| Skills | Purpose |
|---|---|
/kc-session-handoff | Write journal + produce resume prompt with handoff ID |
/kc-session-resume | Restore context from journal handoff entry (O(1) with ID) |
/kc-cache-insight | Manual cache insight + lake status + metrics view |
/kc-statusline-setup | Install statusline with model, branch, context bar, usage quota |
Use when: You want automatic context pressure warnings, enforced session handoff, cross-session context restoration, and codebase insight caching.
Requires: bun runtime (for Context Lake MCP server and hooks).
/plugin install kc-hyperfocus@kc-claude-plugins
Team operations pipeline for engineering managers. EM triage with strategic lens (depth-adaptive routing, team context cache), project pulse updates, codebase exploration, issue decomposition, structured Linear management, and cross-model second opinion via Google's agy / Antigravity CLI (/gemini review|challenge|consult — same usage as /codex, routed through Google's agy for a non-OpenAI outside voice; participates in a gstack cross-model review dashboard when gstack is installed).
Use when: You're an EM running triage on Linear issues, drafting weekly pulse updates, decomposing oversized issues with team context, or want an independent cross-model review / adversarial challenge / consult from Gemini.
Prerequisite: Linear MCP enabled.
/plugin install kc-team-ops@kc-claude-plugins
npx claudepluginhub iamcxa/kc-claude-plugins --plugin e2e-pipelineOne-command plugin development and quality pipeline — scaffold, TDD skills, verify agents, validate structure, doc self-iteration
Autonomous nightly improvement — forge validation, multi-source signal discovery (journal, Sentry, E2E, git), north-star-aligned proposals and alerts
Session lifecycle & context efficiency plugin: context pressure detection, cleanup enforcement, cross-session handoff/resume, MCP context firewall, context lake cache, journal, and statusline.
PR lifecycle workflow: create, review, resolve reviews, commit reorg, automated daemon, and break-point runtime-path probes.
Paydirt multi-agent orchestrator with Goldflow execution engine
Quality assurance - E2E testing, PR review, browser automation
Run E2E browser tests using natural language test definitions powered by Claude Code SDK and agent-browser with video recording
End-to-end test automation with Playwright, Cypress, and Selenium for browser-based testing
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
Comprehensive Cypress testing framework skills for end-to-end testing of web applications with custom commands and CI/CD integration.
Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.