paraskakis

9 mods across 1 repository, 41 stars between them.

design-api-review

01

paraskakis/skills

Skill Claude CodeCodex

Review an OpenAPI specification against API standards and OpenAPI best practices. Point it at a spec — a path on disk, a URL, or a GitHub repo — and it reviews against its own bundled standards and best practices unless you supply yours. Produces a divergence report (verdict per standards section, each finding citing…

41 1mo ago A 142 tokens original MIT

design-api-spec

02

paraskakis/skills

Skill Claude CodeCodex

Generate an OpenAPI 3.1.0 specification from API design stories, a domain model, API standards, and OpenAPI best practices. Lints with RateMyOpenAPI and iterates to 100/100. Use when user says "/design-api-spec" or asks to generate an OpenAPI spec from stories. Does not write the stories (that is design-api-stories)…

41 1mo ago A 98 tokens original MIT

design-api-stories

03

paraskakis/skills

Skill Claude CodeCodex

Generate API design stories from requirements, a domain model, and API standards. Stories bridge product requirements and OpenAPI specs — Emmanuel Paraskakis's method for designing APIs with LLMs. Use when user says "/design-api-stories" or asks to generate API user stories from requirements. Does not generate an…

41 1mo ago A 78 tokens original MIT

design-api

04

paraskakis/skills

Skill Claude CodeCodex

Design an API end-to-end — from requirements to a validated OpenAPI spec. Generates stories for review, then produces a linted spec. Emmanuel Paraskakis's method for designing APIs with LLMs. Use when user says "/design-api" or asks to design an API from requirements or stories. For a single step only, use…

41 1mo ago A 90 tokens original MIT

paraskakis/skills

Skill Claude CodeCodex

Audit an existing CLI against the Agent-Ready CLI Checklist. Evidence-first: identifies the target command, runs it with --help and safe read-only commands, finds install instructions and the docs page, scores the checklist, and produces prioritized fixes. Use when user says '/agent-ready-cli-audit' or asks to audit a…

41 1mo ago A 121 tokens original MIT

paraskakis/skills

Skill Claude CodeCodex

Implement, scaffold, or modify an agent-ready CLI in a repository. Use when user says '/agent-ready-cli-build' or asks to build or implement a CLI from an existing spec, an OpenAPI file, or requirements. Produces a git-initialized repo on disk with source, tests, docs, and distribution instructions. For the full…

41 1mo ago A 108 tokens original MIT

paraskakis/skills

Skill Claude CodeCodex

Deliver a complete agent-ready CLI end to end: gather inputs once, then run story → spec → build → audit/eval unattended. Use when user says '/agent-ready-cli-end-to-end' or asks to build an agent-ready CLI from an idea, requirements, or a bare OpenAPI file — prefer this over agent-ready-cli-build when no spec or repo…

41 1mo ago A 116 tokens original MIT

paraskakis/skills

Skill Claude CodeCodex

Turn CLI workflow stories, requirements, or an OpenAPI spec into an exact agent-ready command contract: command tree, grammar, flags, config precedence, auth, JSON schemas, stdin/stdout/stderr, dry-run/confirm behavior, verification commands, errors, exit codes, tests, and docs. Asks for requirements if none are…

41 1mo ago A 118 tokens original MIT

paraskakis/skills

Skill Claude CodeCodex

Define what an agent-ready CLI should expose before writing commands: actors, environments, jobs-to-be-done, product-surface fit, workflow stories, success evidence, and non-goals. Accepts requirements and/or an OpenAPI spec as input and asks for requirements if missing. Use when user says '/agent-ready-cli-story' or…

41 1mo ago A 105 tokens original MIT