> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Install Fintoc Agent Skills so your coding agent (Claude, Cursor, and others) has API context, patterns, and best practices for building Fintoc integrations.

[Agent Skills](https://agentskills.io) are folders of instructions and resources that coding agents such as Claude Code and Cursor discover and use. Fintoc's skills provide product-specific context for your coding agent. Each skill routes your agent to the relevant documentation for the product and country.

## Install

Install the skills into your agent:

```bash theme={null}
npx skills add fintoc-com/agent-skills
```

The skills are open source at [github.com/fintoc-com/agent-skills](https://github.com/fintoc-com/agent-skills).

## How they work

Skills use **progressive disclosure**. At startup, your agent loads only the name and description of each skill. When a task matches a skill, the agent reads the full instructions. This pattern keeps the startup context small and loads Fintoc-specific instructions only when needed.

The skills pair well with the [Fintoc Model Context Protocol (MCP) servers](/guides/resources/building-with-ai/model-context-protocol-mcp). The skills explain *how* to build with Fintoc. The API MCP server lets your agent make API calls.

## Available skills

Fintoc publishes one skill:

* The **`building-with-fintoc`** skill provides context for building Fintoc integrations across the API, command-line interface, software development kits, and MCP servers. This skill identifies the relevant product area (Payments, Transfers, Movements, or Direct Debit) and country before suggesting endpoints or flows.
