open-collection

Installation
SKILL.md

Open Collection

Turn the custom-YAML API spec at docs/api/*.yaml into a runnable Bruno OpenCollection in one of two source modes (see ## Source mode): Spec — one request .yml per endpoint, grouped by domain, plus environments/ and folder.yml; or AC-scenario — one request per Ready AC with runtime.assertions. The api-spec is the single source of truth for the contract (the neo Architect authors it; openapi-doc drift-checks it against Go). In Spec mode the collection is self-documenting — each request carries a generated docs: rendered from the api-spec endpoint, and the collection/folder carry the _meta overview. The result is verified against the source on evidence (a deterministic script) + an independent fresh-eyes pass + a completeness sweep.

ASSET_DIR = <skill base dir>/assets, SKILL_DIR = <skill base dir> (the skill-load message gives the "Base directory for this skill").

Output structure

Installs
1
First Seen
Jun 29, 2026
open-collection — witooh/neo-plugin