# Speakeasy Context

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

- Skill: `speakeasy-api/speakeasy-context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add speakeasy-api/speakeasy-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/speakeasy-api/speakeasy-context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: speakeasy-api (https://skillmd.com/u/speakeasy-api)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/speakeasy-api/speakeasy-context

---


# speakeasy-context

## Rule

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

## Commands

```bash
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
