ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Scaffold a new endless-runner game folder from a control template (ski|moto|ski-side|wing|loop). Trigger `/runner-new <slug> --template <id>`.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill runner-new --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/runner-newContext preview
The summary Claude sees to decide when to auto-load this skill.
Scaffold a new endless-runner game folder from a control template (ski|moto|ski-side|wing|loop). Trigger `/runner-new <slug> --template <id>`.
name: runner-new description: Scaffold a new endless-runner game folder from a control template (ski|moto|ski-side|wing|loop). Trigger `/runner-new <slug> --template <id>`. user-invocable: true argument-hint: "<slug> --template <id> [--title \"NAME\"]"
Create `games/{slug}/index.html` + `game.js` from the closest demo/template, with unique storage keys and themed CSS variables.
/runner-new skate --template wing --title "SKATE RUSH" /runner-new toboggan --template ski /runner-new night-lane --template moto --title "NIGHT LANE"
1. Resolve `--template` (required). Unknown → list ids and stop. 2. Slugify name; refuse if `games/{slug}/` already exists unless user confirms overwrite (L2). 3. **L1 plan** — list files (`@../../rules/approval-gate.md`). 4. Copy structure from:
5. Replace title, CSS `--accent` / `--bg`, storage keys (`{slugcompact}-scores`, `-best`, `-name`). 6. Ensure `game.js` imports from `../../kit/index.js` (or correct relative path). 7. Report next steps: `npm run dev`, open `/games/{slug}/`, optional hub card.
games/{slug}/
index.html
game.jsReusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
Repo: KhaiTrang1995/agentic-awesome-kits
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.
Generate an optimized Dockerfile — multi-stage build, security hardening, small image size.
Generate Swarm secret/config management — external secret references, versioned rotation, config mounts.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Generate a Docker Swarm stack file — services, deploy policy (replicas, placement, rolling update/rollback), overlay network.