Skip to main content
Agent Skills 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:
The skills are open source at 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. 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.