What Are Agent Skills?
Agent skills are structured files (agentskills.io spec) that describe what an SDK can do and how to use it. When an AI agent discovers your project’s skills, it can answer questions, write correct code, and follow best practices without needing manual context or documentation links. Smart Account Kit ships five skills covering its core workflows.Install Skills
Use theskills CLI to install all Smart Account Kit skills into your project in one command:
SKILL.md files into the agent directories on your machine.
Manage Installed Skills
Available Skills
| Skill | Description |
|---|---|
smart-account-kit | SDK initialization, config, sub-managers, and error handling |
create-stellar-wallet | Create and deploy passkey-secured smart accounts |
sign-stellar-transactions | Sign and submit transactions through a smart account |
manage-signers | Add/remove signers, create and update context rules |
setup-policies | Threshold multisig, spending limits, weighted voting |
Using Skills with Claude Code
Once installed, Claude Code picks up skills automatically from the agent directory. You can also:Reference a skill directly
Add to CLAUDE.md
Pin the most relevant skills for your project inCLAUDE.md so they are always in context:
Use the Mintlify MCP
If you have the Mintlify MCP server configured, skills are discovered automatically when you ask about the SDK:~/.claude/mcp.json
Discovery Endpoint
AI agents that support the agentskills.io discovery protocol find all skills at:Skill Files
All skill source files live in the repo underdocs/.mintlify/skills/:
name, description, allowed-tools) followed by step-by-step instructions and copy-paste code examples.
Writing Custom Skills
Extend or create your own skills withnpx skills init:
SKILL.md following the agentskills.io specification: