speakeasy-api/agent-skills

speakeasy-context

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

First seen Feb 7, 2026

Installation

$ npx skills add speakeasy-api/agent-skills --skill speakeasy-context

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from speakeasy-api/agent-skills · top by installs.

npx skills add speakeasy-api/agent-skills

Browse all from speakeasy-api/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 18
License LICENSE
Default branch master
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 884 B
  • docs SUMMARY.md 144 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

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