From sweny
Generate agent-driven browser E2E test workflows interactively. Creates test files in .sweny/e2e/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sweny:e2e-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This command runs an interactive wizard that generates browser-based end-to-end test workflows.
This command runs an interactive wizard that generates browser-based end-to-end test workflows.
This is an interactive terminal command. It uses prompts that require direct user input, so it cannot be run via the Bash tool. Ask the user to run it directly:
Run
! sweny e2e initin this session to start the E2E test wizard.
The wizard will prompt for:
Generated workflow files are saved to .sweny/e2e/. After generation, use /sweny:e2e-run to execute them.
npx claudepluginhub swenyai/sweny --plugin swenyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.