ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill runner-tune --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/runner-tuneContext preview
The summary Claude sees to decide when to auto-load this skill.
Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.
name: runner-tune description: Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`. user-invocable: true argument-hint: "<game-folder> [--gravity n] [--speed-max n] [--accent #hex]"
Adjust **numbers and theme** on an existing `games.js` / `index.html`. Do not replace the Spawner/hook architecture unless the user asks.
/runner-tune wing --gravity -32 --flap 10 /runner-tune moto --speed-max 50 --accent #33e6ff /runner-tune loop --jump 15
1. Read current `CONFIG` and `:root` CSS variables. 2. L1 short plan of keys to change. 3. Patch only those keys; keep comments. 4. Suggest playtest checklist (mobile touch, keyboard, mute).
Reusable 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.