.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/erraggy/oastools
home/skills/erraggy/oastools
erraggy avatar

erraggy/oastools

11 skills

View on GitHub
$npx skills add erraggy/oastools
SkillInstalls
corpus-testRun corpus regression tests against real-world OpenAPI specs. Usage: /corpus-test [short]—diff-specsCompare two OpenAPI spec versions, highlight breaking changes, and suggest migration steps—explore-apiExplore an OpenAPI spec's structure using parse and walk tools—fix-specAuto-fix common OpenAPI spec issues with a preview-first workflow—gen-testGenerate test scaffolding for a Go file following oastools conventions. Usage: /gen-test <file.go> [function names...]—generate-codeGenerate Go client, server, or type code from an OpenAPI spec—prepare-releasePrepare a release (phases 1-6). Usage: /prepare-release [version]. If version omitted, infers from conventional commits.—prereviewReview unpushed commits before pushing for code quality, bugs, security issues, and error handling.—publish-releasePublish a prepared release (phase 7). Usage: /publish-release <version>. Requires version argument. Wraps publish-release.sh for deterministic execution.—quality-gateRun full validation suite (make check + gopls diagnostics) and report structured pass/fail. Usage: /quality-gate [package...]—validate-specValidate an OpenAPI spec, explain errors clearly, and suggest or apply fixes—