skills/agents/SKILL.md
UI-first guide for TrueFoundry Agent Registry. Use when creating, publishing, sharing, editing, testing, or attaching MCP servers and skills to TrueFoundry Agents. Agent authoring is not API-driven.
npx skillsauth add truefoundry/tfy-gateway-skills truefoundry-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide the user through the TrueFoundry Agent Registry UI.
Agent authoring and interaction are dashboard workflows. Do not try to create, publish, edit, invoke, or delete agents through the API.
Use this skill when the user wants to:
tfy login is complete. If not, use truefoundry-onboard.Do not ask for API keys for agent authoring.
Direct the user to:
TrueFoundry Dashboard -> Agent Registry -> Create New Agent -> Build Agent on TrueFoundry
In Agent Playground:
Save Agent.Save New Agent for a new agent or Save New Version to publish a new version of an existing agent.Direct the user to:
TrueFoundry Dashboard -> Agent Registry -> Manage
Editable fields include:
After edits, test in the playground and save a new version.
In Agent Playground:
+ next to MCP Servers.If the MCP server does not exist yet, use truefoundry-mcp-servers first.
In Agent Playground:
+ next to Skills.SKILL.md.Use preload only for short, always-relevant skills. Leave it off for long or situational skills.
If the skill does not exist yet, use truefoundry-skills-registry first.
Use the agent edit form to grant:
For broader teams and roles, use truefoundry-platform.
For agents running outside TrueFoundry:
TrueFoundry Dashboard -> Agent Registry -> Create New Agent -> Remote Agent
Collect:
Then guide the user through the UI form.
Do not delete agents for the user. If deletion is requested, direct them to the dashboard:
TrueFoundry Dashboard -> Agent Registry -> Manage -> delete from the UI
</instructions>
<success_criteria>
</success_criteria>
data-ai
Manages TrueFoundry Skills Registry workflows. Covers creating, publishing, versioning, downloading, updating, and attaching reusable Agent Skills through UI or tfy apply.
tools
Integrates a codebase with TrueFoundry AI Gateway. Scans for all LLM calls, MCP configs, and credentials, diffs against existing gateway config, generates a migration plan, applies code changes, and verifies routing end-to-end. Invoked from within the customer's codebase.
tools
Registers MCP servers, manages secrets, and fetches TrueFoundry documentation. Covers remote/virtual/OpenAPI MCP servers, secret groups with key-value pairs, and platform docs.
testing
Platform access management for TrueFoundry. Covers connection status checks, workspace and cluster discovery, role and team management, secret groups, and personal access token lifecycle.