Showtime

Live 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. Triggers on "showtime", "live coding", "demo mode", "skip tests", or requests to generate code quickly without test execution.

AdamBien 61f7d36 2 files · 1.5 KB Updated

File contents

Live coding mode using $ARGUMENTS. Apply all rules from the active project skill, but skip all verification steps.

What to Skip

  • do not run unit tests
  • do not run integration tests
  • do not run system tests
  • do not run builds (Maven, zb, or other)
  • do not execute system tests after changes
  • do not suggest running tests or builds

What to Do

  • generate code following the active project skill's architecture and coding rules
  • create test files when asked, but do not execute them

AdamBien/airails/tree/main/bce/showtime commit 61f7d36cb1

Frequently asked questions

npx skillmds@latest add adambien/showtime