Skip to main content
A DZap skill is a markdown bundle that teaches coding assistants how DZap APIs actually work. Skills improve generated code quality by reducing wrong methods, stale signatures, and invented endpoints.

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

LayerLives inTimingDriven by
SkillEditorWrite-timeDeveloper
ToolRuntimeRun-timeAgent
MCPClient + serverEitherDeveloper 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.

Authoring

See Authoring for upcoming guidance.
Last modified on May 21, 2026