speakeasy-api

fix-validation-errors-with-overlays

@speakeasy-api/fix-validation-errors-with-overlays
speakeasy-api
377
30 forks
Updated 1/18/2026
View on GitHub

Use when you have lint errors but can't modify the source spec, or need to add missing descriptions/tags via overlay

Installation

$skills install @speakeasy-api/fix-validation-errors-with-overlays
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathskills/fix-validation-errors-with-overlays/SKILL.md
Branchmain
Scoped Name@speakeasy-api/fix-validation-errors-with-overlays

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: fix-validation-errors-with-overlays description: Use when you have lint errors but can't modify the source spec, or need to add missing descriptions/tags via overlay

fix-validation-errors-with-overlays

Overlay-Appropriate Fixes

IssueOverlay Solution
Poor operation namesx-speakeasy-name-override
Missing descriptionsAdd summary or description
Missing tagsAdd tags array
Need operation groupingx-speakeasy-group
Need retry configx-speakeasy-retries

NOT Overlay-Appropriate

IssueWhy
Invalid JSON/YAMLSyntax error in source
Missing required fieldsSchema incomplete
Broken $refSource needs fixing
Wrong data typesAPI design issue

Quick Fix Workflow

# 1. Generate suggestions
speakeasy suggest operation-ids -s openapi.yaml -o fixes.yaml

# 2. Add to workflow
# Edit .speakeasy/workflow.yaml to include overlay

# 3. Regenerate
speakeasy run