> ## 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's Agent Skills to give your coding agent context for building with Fintoc.

[Agent Skills](https://agentskills.io) are folders of instructions and resources that coding agents like Claude Code and Cursor discover and use while they build. Fintoc publishes a set of skills that give your agent context for building with Fintoc products. The skills route the agent to the right documentation for each 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**: the agent loads only each skill's name and description at startup, then reads the full instructions when a task matches. This pattern keeps the agent's startup context small and pulls in Fintoc-specific instructions only when a task needs them.

The skills pair well with the [Fintoc Model Context Protocol (MCP) servers](/docs/resources/building-with-ai/model-context-protocol-mcp): the skills tell the agent *how* to build with Fintoc, and the API MCP lets the agent make the calls.

## Available skills

Fintoc currently publishes one skill:

* **building-with-fintoc**: context for building Fintoc integrations across the API, CLI, SDKs, and MCP servers. Identifies the right product area (Payments, Transfers, Movements, Direct Debit) and country before suggesting endpoints or flows.
