Skip to main content

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 the skills CLI to install all Smart Account Kit skills into your project in one command:
This fetches the skills index from the docs site and installs the relevant SKILL.md files into the agent directories on your machine.

Manage Installed Skills

Available Skills

Preview available skills before installing:

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 in CLAUDE.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:
This endpoint is served automatically by Mintlify.

Skill Files

All skill source files live in the repo under docs/.mintlify/skills/:
Each file contains machine-readable frontmatter (name, description, allowed-tools) followed by step-by-step instructions and copy-paste code examples.

Writing Custom Skills

Extend or create your own skills with npx skills init:
Then edit the generated SKILL.md following the agentskills.io specification: