skills
Design OpenAPI specs and build agent-ready command-line tools
All Skills in This Repository (3)
Pure Emerald Level Indicatorsdesign-api
Transform requirements and domain models into a linted OpenAPI document.
design-api-stories
Generate API design stories from requirements, domain models, and API standards.
design-api-spec
Generate an OpenAPI 3.1.0 specification from design stories and domain models.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core