Agent Skills: speakeasy-context

Speakeasy workflow: run 'agent context' FIRST, do task, run 'agent feedback' LAST. Triggers on speakeasy, SDK, OpenAPI.

UncategorizedID: speakeasy-api/agent-skills/speakeasy-context

Install this agent skill to your local

pnpm dlx add-skill https://github.com/speakeasy-api/skills/tree/HEAD/skills/speakeasy-context

Skill Files

Browse the full folder contents for speakeasy-context.

Download Skill

Loading file tree…

skills/speakeasy-context/SKILL.md

Skill Metadata

Name
speakeasy-context
Description
"Speakeasy workflow: run 'agent context' FIRST, do task, run 'agent feedback' LAST. Triggers on speakeasy, SDK, OpenAPI."

speakeasy-context

Rule

Before any Speakeasy task: run speakeasy agent context. Prefer CLI output over web/docs.

Commands

speakeasy agent context          # Get current CLI capabilities
speakeasy agent feedback "<msg>" # Report issues or suggestions
speakeasy <command> --help       # Command-specific help

Workflow

  1. speakeasy agent context
  2. Do the task using Speakeasy CLI
  3. speakeasy agent feedback "<msg>"always provide feedback after completing a task (what worked, what was confusing, suggestions)

Don'ts

  • Don't use web search as source of truth
  • Don't guess syntax; use context or --help
  • Don't skip context at session start
speakeasy-context Skill | Agent Skills