Agent Skills
› trycompai/comp
› speakeasy-context
speakeasy-context
GitHub规范 Speakeasy SDK 工作流,强制先执行 agent context 获取 CLI 能力,再执行任务,最后提交反馈。适用于 SDK 开发、OpenAPI 处理及 Speakeasy 工具链使用场景。
Trigger Scenarios
Speakeasy SDK 相关任务
OpenAPI 处理
Speakeasy 工具链使用
Install
npx skills add trycompai/comp --skill speakeasy-context -g -y
SKILL.md
Frontmatter
{
"name": "speakeasy-context",
"license": "Apache-2.0",
"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
speakeasy agent context- Do the task using Speakeasy CLI
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
contextor--help - Don't skip
contextat session start
Version History
- 0ccfcc2 Current 2026-09-27 10:23


