paraskakisparaskakisCommunity·3 Agent Skills Included

skills

Design OpenAPI specs and build agent-ready command-line tools

Generates OpenAPI specifications from requirements and domain models, then lints and reviews them against your API standards. Builds, audits, and scores command-line tools so coding agents can discover, run, and verify them without getting stuck. Eliminates hand-written specs, inconsistent naming, and CLIs that break automation with prompts, mixed output, and missing JSON modes.
npx skills add paraskakis/skills --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install paraskakis/skills?

Run `npx skills add paraskakis/skills --all -g -y` in your terminal to install every skill globally. You can also install a single skill with `npx skills add paraskakis/skills --skill design-api`.

How to generate an OpenAPI spec from requirements?

Provide your requirements, domain model, and API standards files, and the design-api skill produces user stories for review, then a complete linted OpenAPI 3.1.0 spec.

How to check if a CLI works well with coding agents?

The agent-ready-cli-audit skill runs your CLI with safe read-only commands, scores it against a 130-point checklist, and reports blockers, quick wins, and a fix roadmap.

Can it build a CLI from an OpenAPI file?

Yes. The agent-ready-cli-end-to-end skill takes an OpenAPI file or plain requirements and delivers a git-ready repo with commands, tests, docs, and distribution instructions.

Do these skills work with Claude Code and Cursor?

Yes. All skills follow the universal Agent Skills format and run in Claude Code, Cursor, Codex, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineering