home/categories/cli-tools/rnett-gradle-mcp-src-main-skills-interacting-with-project-runtime-skill-md
cli-toolstools
interacting-with-project-runtime
Executes Kotlin code interactively within the project's full JVM classpath. Use when you need to RUN code: verify runtime behavior, experiment with logic, or render Compose UI previews. Do NOT use to understand an API's shape or signature — read its source with `searching_dependency_sources` instead.
maintainer
rnett
Actualizado 4/8/2026
Estrellas
42
Forks
2
quick start
Installation and usage
Executes Kotlin code interactively within the project's full JVM classpath. Use when you need to RUN code: verify runtime behavior, experiment with logic, or render Compose UI previews. Do NOT use to understand an API's shape or signature — read its source with `searching_dependency_sources` instead.
Instalación
$ install --globalskills.sh
Uso
Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:
skills use interacting-with-project-runtime