workflow

A development workflow for openapi-to-cli, a TypeScript command-line tool that turns OpenAPI or Swagger descriptions into runnable commands. TDD means writing a failing test before the code that makes it pass.

In plain words
What is it for?
Use it when planning, testing, implementing, and documenting new openapi-to-cli features.
Why use it?
It gives feature work a repeatable order and keeps the tests and README aligned with the public command-line behavior.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/evilfreelancer/openapi-to-cli/workflow
Clone the repo
git clone --depth 1 https://github.com/EvilFreelancer/openapi-to-cli

Made for: Cursor.

Per session 1,235 This file is loaded in full into every session.
When invoked 1,235 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01235 $0.01235
Opus 5 $0.00617 $0.00617
Sonnet 5 $0.00247 $0.00247
Haiku 4.5 $0.00123 $0.00123

Measured yesterday against content hash 5393e1231c27, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/workflow.mdc · 75 lines

How it starts

The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Workflow (TDD, layered, docs-aware)

This file is alwaysApply: true, so it loads in every Cursor session (same priority as the top-level project rules).

openapi-to-cli (ocli) is a TypeScript CLI that turns OpenAPI/Swagger specs into runtime commands. The user-facing surface is the ocli binary, .ocli/ config dir, and profiles.ini. Tests live next to source in tests/ and run with Jest. Behavior is specified by tests; the README documents the public CLI contract.

New features (TDD)

When the user asks for a new feature (words like "feature", "add", "implement", "фича", "добавить"), follow this order. Do not skip steps.

  1. Plan: outline the steps for the change (modules to touch, tests to add). Use a task list if it spans more than 2-3 steps.
  2. Failing test first: add or extend a test in tests/<module>.test.ts. The test must describe the new behavior in describe/it and fail for the right reason.
  3. Confirm red: run only that test: npx jest tests/<module>.test.ts -t "<title>". Confirm it fails as expected.
  4. Implement: write the minimum code in src/ that makes the test pass. Follow @architecture.mdc and @code-style.mdc. When adding new classes, follow @implementation-order.mdc - lower layer first.
  5. Confirm green: re-run the same test; it must pass.
  6. Full suite: npm test. All tests must be green. Fix regressions before moving on.
  7. Build check: npm run build to confirm tsc is clean (no type errors).
  8. Docs: update README.md whenever any of the following change: CLI flags, command names, profile fields, .ocli/ layout, BM25 search behavior, supported OpenAPI/Swagger features, or the benchmark numbers. If you changed observable CLI output (--help, error messages, exit codes), update the relevant section of the README. The examples/skill-ocli-api.md and skills/ocli-api/SKILL.md must stay aligned with the documented agent workflow.
  9. Report: brief summary of files touched, tests added, suite result.

Read the full file on GitHub · 75 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 75 lines · 1,235 tokens per session scan A 5393e1231c27

Subscribe to this mod's changes

workflow is a cursor rule published in the GitHub repository EvilFreelancer/openapi-to-cli (256 stars, last pushed 11d ago), licensed MIT. It adds 1,235 tokens to every session, about $0.0062 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.