Published skills
dzap-sdk
@dzapio/sdk methods for quotes, build, execute, approvals, and status.dzap-fuse-api
Zap/Fuse REST API conventions and response shapes.
dzap-trade-api
Trade REST API conventions for quote/build/status flows.
What a skill includes
- Endpoint and method reference
- Expected parameter/response shapes
- Example request/response payloads
- Common integration patterns
Skill vs tool vs MCP
| Layer | Lives in | Timing | Driven by |
|---|---|---|---|
| Skill | Editor | Write-time | Developer |
| Tool | Runtime | Run-time | Agent |
| MCP | Client + server | Either | Developer or agent |
Install pattern
Skills are markdown bundles from GitHub and can be linked into editor-specific skill folders. See each skill page for exact commands.Why skills are separate from MCP
- Skills are static context for code generation.
- MCP provides live runtime tool execution.
- Using both gives the best developer experience.