By WaterplanAI
Automate E2E testing workflows by launching dev servers, running Playwright browser tests with navigation, interactions, screenshots, videos, and visual pass/fail reviews; generate test templates; and review GitHub PRs for code quality, security audits, linter checks, and test execution.
Opens browser at URL for E2E testing via playwright-cli. Provides CLI commands for navigation, screenshots, and interaction. Triggers on keywords: browser, open browser, playwright browser, e2e browser
Reviews spec implementation with E2E visual browser validation via Playwright. Triggers on keywords: e2e review, visual review, spec review, browser validation
Template generator for E2E test definitions. Creates structured test files for use with test-e2e skill. Triggers on keywords: e2e template, test template, create test definition
Reviews GitHub PRs with multi-agent orchestration for comprehensive validation. Triggers on keywords: PR review, review PR, GitHub PR review, pull request review
Browser automation via playwright-cli. Token-efficient alternative to Playwright MCP - uses CLI commands through Bash instead of MCP tool schemas. Supports navigation, interaction, screenshots, video recording, and session management. Triggers on keywords: browser, e2e, playwright, screenshot, navigate, click, type, test browser, visual test
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.
Project-agnostic, composable configuration system for AI-assisted development workflows.
claude plugin marketplace add WaterplanAI/agentic-config
# For dev branch: `claude plugin marketplace add </path/to/dev/branch>` OR `./dev.sh`
claude plugin install ac-workflow@agentic-plugins
claude plugin install ac-git@agentic-plugins
claude plugin install ac-qa@agentic-plugins
claude plugin install ac-tools@agentic-plugins
claude plugin install ac-meta@agentic-plugins
claude plugin install ac-safety@agentic-plugins
claude plugin install ac-audit@agentic-plugins
Note: Auto-updates are disabled by default for third-party marketplaces. Enable them via
/plugins> Marketplaces > agentic-plugins > Enable auto-update to stay in sync with new releases automatically.
See Getting Started for full setup.
A centralized configuration system with a Claude Code plugin architecture first in v0.2.0.
Future releases will extend the same plugin approach to additional tools (Cursor, Codex CLI, Gemini CLI, and Antigravity).
Core principles:
claude plugin install, no symlinks| Plugin | Focus | Skills |
|---|---|---|
ac-workflow | Spec workflow, MUX orchestration | 6 |
ac-git | Git automation, PRs, releases | 7 |
ac-qa | QA, E2E testing, browser automation | 7 |
ac-tools | Utilities, integrations, bootstrap | 17 |
ac-meta | Meta-prompting, self-improvement | 2 |
ac-safety | Security guardrails (credential, write-scope, destructive-bash, supply-chain, playwright) | 2 |
ac-audit | Tool audit logging (JSONL append-only log) | 1 |
MUX workflows (ac-workflow plugin) delegate to background agents via Task(run_in_background=True). Background agents cannot surface interactive permission prompts -- any unapproved tool is auto-denied.
Recommended: Run Claude Code with --dangerously-skip-permissions for MUX workflows:
claude --dangerously-skip-permissions
Alternatively, pre-authorize specific tools via CLI:
claude --allowedTools "Skill Bash Read Write Edit Grep Glob"
All plugins in this repository are designed and tested with full tool permissions enabled.
npx claudepluginhub waterplanai/agentic-config --plugin ac-qaMeta-prompting and self-improvement - skill writer, hook writer
Utilities - integrations, dry-run, prototyping, asset management
Spec workflow, MUX orchestration, and product management
Security guardrails - credential protection, destructive command blocking, write scope enforcement, supply chain control, browser restrictions
Git automation - PRs, releases, branches, worktrees
Editorial "QA & Testing" bundle for Claude Code from Antigravity Awesome Skills.
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.
Advanced Playwright skills for end-to-end testing, test architecture, and test automation best practices.
10 coordinated QA agents for Claude Code: chains diff analysis, AC compliance, test scenarios, browser validation, bug reports, and automation code generation.
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
Orchestrate complex test workflows with dependencies, parallel execution, and smart test selection