Plugin Claude Code
Plugin marketplace listing 7 plugins: e2e-pipeline, kc-plugin-forge, kc-nightwatch, kc-hyperfocus, kc-team-ops.
Plugin Claude Code
Plugin marketplace listing 7 plugins: e2e-pipeline, kc-plugin-forge, kc-nightwatch, kc-hyperfocus, kc-team-ops.
Instructions file
Instructions for iamcxa/kc-claude-plugins, covering kc-claude-plugins, plugin versioning & release — release-please (mandatory), how a release happens, pre-merge gates (apply to feature prs and the release pr) and release-boundary kc-dev-flow runtime smoke.
Plugin Claude Code
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.
Agent
Verifies documentation claims via live probe commands; returns structured pass/fail report. Dispatched by e2e-doc-sync (Phase 4).
Agent
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.
Agent
Runs E2E flows in browser, auto-repairs broken selectors/URLs, and produces PR-ready reports with screenshots + trace. Dispatched by e2e-flow.
Agent
Generates E2E flow YAML from codebase context and mapping files. Dispatched by e2e-flow. Never opens a browser (no Bash tool — intentional).
Agent
Explores web pages via agent-browser CLI and generates/updates E2E YAML mapping files. Dispatched by e2e-map.
Agent
Post-processes E2E artifacts into GIF/MP4/thumbnail (browser screenshots or asciinema .cast). Dispatched by e2e-test, e2e-flow, e2e-walkthrough.
Agent
Executes browser E2E flow YAML via agent-browser CLI; returns pass/fail results with screenshots and trace. Dispatched by e2e-test.
Agent
Validates and summarizes agent-browser Playwright ZIP or Chrome Trace JSON artifacts. Dispatched by e2e-test and e2e-flow.
Hook
Runs before the agent uses a tool for Bash, Bash and Write tool calls, executing pre-commit-e2e-check.sh, pre-commit-stale-check.sh and pre-write-flow-guard.sh via bash (3 commands). From iamcxa/kc-claude-plugins.
Hook
Runs after a tool call finishes for Write tool calls, executing post-write-plan-e2e-check.sh via bash. From iamcxa/kc-claude-plugins.
Skill Claude CodeCodex
Use when compiling E2E flow YAML to standalone bash test scripts. Triggers on "/e2e-compile", "compile flow", "recompile flow".
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
Use when users need help discovering E2E pipeline commands or want to report doc gaps. Triggers on "e2e help", "/e2e-help", "how do I e2e".
Skill Claude CodeCodex
Use when creating or updating UI element mappings for E2E testing — capturing app structure or refreshing stale mappings. Triggers on "e2e map", "map the UI", "update mapping".
Skill Claude CodeCodex
Use when debugging e2e-test/e2e-map/e2e-walkthrough failures, maintaining these skills, or evaluating execution results. Triggers on "fix e2e skill", "e2e skill broke", "e2e gap analysis".
Skill Claude CodeCodex
Use when running browser E2E tests — executing flow files, batch-testing across sites, or recording runs with video. Triggers on "run e2e", "e2e test", "browser test", "test with video".
Skill Claude CodeCodex
Use when walking through UI flows interactively with human guidance — visual QA, exploring features, or recording demos. Records video by default. Triggers on "walkthrough", "walk the UI", "visual QA", "demo recording".
Skill Claude CodeCodex
Use when verifying static UI differences — computed CSS values on specific DOM elements, design tokens, theme changes, layout dimensions, pseudo-element styles. Declarative YAML input, browser-driven, pass/fail per check. Complements e2e-flow (which verifies dynamic behavior). Triggers on "ui verify", "check ui…