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

# TrueFoundry skills

> Pre-built skills that guide agents through TrueFoundry operations correctly.

Skills are like onboarding guides for AI agents. Instead of figuring out the right sequence of API calls from scratch, the agent reads a skill and follows a tested, step-by-step procedure — just like a new hire following internal documentation.

TrueFoundry ships a set of pre-built skills that encode the correct workflows, required fields, edge cases, and best practices for every major platform operation.

These skills follow the open [Agent Skills](https://agentskills.io/) standard and can be used in any harness that supports skills — including Cursor, Claude Code, Codex, and TrueFoundry's own Agent Harness.

## What skills do

Without skills, a general-purpose agent has to guess the right order of operations, which fields are required, and what validations to run. This often leads to wrong ordering, missing parameters, or skipped steps.

With skills, the agent:

* Follows a tested procedure for each operation type
* Knows which fields are required and what values are valid
* Handles edge cases and common errors automatically
* Cross-references related operations when workflows span multiple domains

## Available skills

| Skill             | What it helps you do                                                       |
| ----------------- | -------------------------------------------------------------------------- |
| Gateway           | Set up models, provider accounts, virtual models with routing and failover |
| Integrate Gateway | Scan your codebase and migrate to AI Gateway                               |
| Observability     | Query usage, token consumption, cost breakdowns, error analysis            |
| MCP servers       | Register from catalogue, configure auth, manage lifecycle                  |
| Platform          | Workspaces, secrets, access control, tokens, CLI setup                     |
| Agents            | Build and manage agents in the Agent Registry                              |
| Skills Registry   | Publish and share reusable skills                                          |
| Prompts           | Manage prompts in the Prompt Registry                                      |

## Open source

<Card title="truefoundry/tfy-gateway-skills" icon="github" href="https://github.com/truefoundry/tfy-gateway-skills">
  Browse the source, see exactly what each skill does, and suggest improvements.
</Card>

<Info>
  These are the pre-built skills for TrueFoundry platform operations. The [Skills Registry](/docs/ai-gateway/skills/skills-registry) is where you publish and share your own custom skills for any domain.
</Info>
