Skip to main content

neo-run-and-inspect

Tells an agent how to RUN a NeoHaskell app and work with its LIVE HTTP surface. Use whenever asked to start the app / run the server, hit or POST to an endpoint, read a query, view or download the OpenAPI spec, open the Scalar docs UI, open the event-modeling IDE, run neo inspect (commands/queries/domains/wiring) and interpret its output, or run neo inspect sync to refresh event-model.json from code. Also use before writing hurl e2e tests to confirm real endpoint paths and ports, and for health/readiness probes and port numbers. Grounds every URL, subcommand, and port in neo/src/cli.rs and Service/Transport/Web.hs. Do NOT use for the full `neo` subcommand/flag catalog or scaffolding/build/test flags (neo-cli), for writing the hurl files themselves (write- hurl-e2e), for registering endpoints in code (wire-feature), for where source files go (neohaskell-module-layout), or for validating event-model.json (verify-event-model).

Jump to install

Source facts

Repository
neohaskell/skills
Last source activity
July 1, 2026 at 22:02
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.