Respan
SkillDev toolsA skill for dev tools by respanai.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Respan skill
What this skill tells your AI
The instructions your AI receives, as published by respanai/respan in skills/SKILL.md and read by ahel’s review.
Use the Respan CLI and SDK for LLM observability — tracing, evals, prompts, datasets, and gateway routing.
When To Use
- Set up tracing (instrument your app to capture LLM calls — install + decorators, propagation, processors) → read references/tracing.md
- Set up gateway (route LLM calls through the Respan proxy — wiring + model switching, fallbacks, caching) → read references/gateway.md
- Prompt management (create, version, deploy) → read references/prompts.md
- Evals (datasets, evaluators, experiments) → read references/evals.md
- Monitors & automation (alerts, online evals, webhooks) → read references/monitors.md
Tracing and gateway are separate setups — configure one at a time, never both in the same pass.
Core Principles
- Read the reference first. Each reference file has the exact setup steps, API patterns, MCP tools, and CLI commands.
- Use MCP tools for platform operations (prompts, datasets, evaluators, experiments, traces, logs).
- Use CLI when MCP is not available:
respan traces list,respan prompts list, etc. - Fetch docs for integration-specific details not covered in references.
Quick Reference
| Task | Reference / Command |
|---|---|
| Set up tracing (steps + decorators, propagation) | references/tracing.md |
| Set up gateway (steps + features) | references/gateway.md |
| Prompt management | references/prompts.md |
| Evals & experiments | references/evals.md |
| Monitors & automation | references/monitors.md |
| List traces | respan traces list --limit 10 |
| View a trace | respan traces get <id> |
| Check auth | respan auth status |
Documentation Access
Any doc page can be fetched as markdown:
https://respan.ai/docs/integrations/openai-sdk.md
https://respan.ai/docs/sdks/typescript-sdk/overview.md
Full docs index: https://www.respan.ai/docs/llms.txt
Platform: https://platform.respan.ai
Signals
- GitHub stars
- 47
- Forks
- 13
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
skills-respanai- Source
- github.com/respanai/respan