Skip to main content

IA Skills

Pre-built skill packs that give AI coding assistants (Claude Code, Cursor, Copilot, etc.) first-class context about Securitize's DS Protocol tooling. Drop a skill into your assistant's workspace and it learns the exact contracts, flows, and conventions of a given surface — no manual priming required.

Available skills

  • Vault Registrar — integrate DS Tokens into a DeFi protocol via VaultRegistrar on testnet. Covers the 7-step lifecycle, the operator concept, the full IVaultRegistrar interface, EIP-712 VaultPermission typed data, wagmi/viem signing, registerVault() call path, common errors, and the sandbox tools at labs.dev.securitize.io.

What a skill contains

Each skill is a small bundle of:

  • Context: the contract addresses, ABI shapes, and flow steps the assistant needs to answer questions accurately.
  • Canonical code snippets: correct patterns for the most common tasks (sign, register, transfer, return).
  • Anti-patterns: the mistakes the skill has seen most often, with the fix called out.
  • Test prompts: example questions you can paste into the assistant to verify it loaded the skill correctly.

How to use

Content pending — installation and activation flow will be documented once the first skill ships.