$npx -y skills add AdamBien/airails --skill showtimeLive coding mode — generates code without running tests, system tests, or builds. Applies on top of any project skill (microprofile-server, java-cli-app, java-cli-script, etc.). Use during live demos, workshops, or rapid prototyping sessions where speed matters over verification.
| 1 | Live coding mode using $ARGUMENTS. Apply all rules from the active project skill, but skip all verification steps. |
| 2 | |
| 3 | ## What to Skip |
| 4 | |
| 5 | - do not run unit tests |
| 6 | - do not run integration tests |
| 7 | - do not run system tests |
| 8 | - do not run builds (Maven, zb, or other) |
| 9 | - do not execute system tests after changes |
| 10 | - do not suggest running tests or builds |
| 11 | |
| 12 | ## What to Do |
| 13 | |
| 14 | - generate code following the active project skill's architecture and coding rules |
| 15 | - create test files when asked, but do not execute them |