From sweny
Set up SWEny in the current project. Interactive wizard that creates .sweny.yml config and .env template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sweny:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize SWEny in the current project. This runs an interactive setup wizard that detects your git remote and walks you through configuring:
Initialize SWEny in the current project. This runs an interactive setup wizard that detects your git remote and walks you through configuring:
This is an interactive terminal command. Ask the user to run it directly:
Run
! sweny initin this session to start the setup wizard.
The wizard creates:
.sweny.yml — provider configuration.env — credential placeholders with helpful comments.github/workflows/sweny.yml — optional CI/CD integrationAfter init, run /sweny:check to verify credentials are working.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub swenyai/sweny --plugin sweny