iamcxa

61 mods across 1 repository, 3 stars between them.

kc-claude-plugins

01

iamcxa/kc-claude-plugins

Plugin Claude Code

Plugin marketplace listing 7 plugins: e2e-pipeline, kc-plugin-forge, kc-nightwatch, kc-hyperfocus, kc-team-ops.

3 yesterday A tokens not measured original MIT

iamcxa/kc-claude-plugins

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.

3 yesterday A 2,213 tokens original MIT

e2e-pipeline

03

iamcxa/kc-claude-plugins

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.

3 yesterday A tokens not measured original MIT

doc-probe

04

iamcxa/kc-claude-plugins

Agent

Verifies documentation claims via live probe commands; returns structured pass/fail report. Dispatched by e2e-doc-sync (Phase 4).

3 yesterday A 33 tokens original MIT

e2e-debug-observe

05

iamcxa/kc-claude-plugins

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.

3 yesterday A 44 tokens original MIT

e2e-flow-verifier

06

iamcxa/kc-claude-plugins

Agent

Runs E2E flows in browser, auto-repairs broken selectors/URLs, and produces PR-ready reports with screenshots + trace. Dispatched by e2e-flow.

3 yesterday A 41 tokens original MIT

e2e-flow-writer

07

iamcxa/kc-claude-plugins

Agent

Generates E2E flow YAML from codebase context and mapping files. Dispatched by e2e-flow. Never opens a browser (no Bash tool — intentional).

3 yesterday A 41 tokens original MIT

e2e-mapper

08

iamcxa/kc-claude-plugins

Agent

Explores web pages via agent-browser CLI and generates/updates E2E YAML mapping files. Dispatched by e2e-map.

3 yesterday A 33 tokens original MIT

e2e-media-processor

09

iamcxa/kc-claude-plugins

Agent

Post-processes E2E artifacts into GIF/MP4/thumbnail (browser screenshots or asciinema .cast). Dispatched by e2e-test, e2e-flow, e2e-walkthrough.

3 yesterday A 50 tokens original MIT

e2e-test-runner

10

iamcxa/kc-claude-plugins

Agent

Executes browser E2E flow YAML via agent-browser CLI; returns pass/fail results with screenshots and trace. Dispatched by e2e-test.

3 yesterday A 38 tokens original MIT

e2e-trace-analyzer

11

iamcxa/kc-claude-plugins

Agent

Validates and summarizes agent-browser Playwright ZIP or Chrome Trace JSON artifacts. Dispatched by e2e-test and e2e-flow.

3 yesterday C 36 tokens original MIT

PreToolUse

12

iamcxa/kc-claude-plugins

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.

3 yesterday A tokens not measured copy · 86% MIT

PostToolUse

13

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.

3 yesterday A tokens not measured original MIT

e2e-compile

14

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".

3 yesterday B 39 tokens original MIT

e2e-debug

15

iamcxa/kc-claude-plugins

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".

3 yesterday A 48 tokens original MIT

e2e-dispatch

16

iamcxa/kc-claude-plugins

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.

3 yesterday A 59 tokens original MIT

e2e-doc-sync

17

iamcxa/kc-claude-plugins

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".

3 yesterday A 54 tokens original MIT

e2e-flow

18

iamcxa/kc-claude-plugins

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".

3 yesterday A 68 tokens original MIT

e2e-help

19

iamcxa/kc-claude-plugins

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".

3 yesterday A 46 tokens original MIT

e2e-map

20

iamcxa/kc-claude-plugins

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".

3 yesterday A 45 tokens original MIT

e2e-skill-ops

21

iamcxa/kc-claude-plugins

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".

3 yesterday A 60 tokens original MIT

e2e-test

22

iamcxa/kc-claude-plugins

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".

3 yesterday B 53 tokens original MIT

e2e-walkthrough

23

iamcxa/kc-claude-plugins

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".

3 yesterday A 54 tokens original MIT

ui-verify

24

iamcxa/kc-claude-plugins

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…

3 yesterday A 80 tokens original MIT