skills/skills-registry/SKILL.md
Manages TrueFoundry Skills Registry workflows. Covers creating, publishing, versioning, downloading, updating, and attaching reusable Agent Skills through UI or tfy apply.
npx skillsauth add truefoundry/tfy-gateway-skills truefoundry-skills-registryInstall 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.
Create and manage reusable Agent Skills in TrueFoundry Skills Registry.
Use this skill when the user wants to:
SKILL.md.tfy login is complete. If not, use truefoundry-onboard.SKILL.md.tfy apply: declarative/GitOps flow when an agent-skill manifest is available.tfy --help.| User intent | Supported path | Notes |
|-------------|----------------|-------|
| Create a single-file skill | UI | Use the dashboard editor for SKILL.md. |
| Publish a reviewed SKILL.md | UI or tfy apply | Use tfy apply only when a valid agent-skill manifest is available. |
| Upload a multi-file bundle | Dashboard/registry workflow | Verify any generated command before running it. |
| Download a skill | Skill detail usage/export flow | Inspect downloaded files before editing. |
| Create a new version | Skill detail UI or apply workflow | Show changed content before publishing. |
| Attach a skill to an agent | Agent Playground | Use truefoundry-agents for agent-side changes. |
Use this path for single-file skills:
TrueFoundry Dashboard -> Agents -> Skills -> Create New Skill -> Create from UI
The UI creates the frontmatter from form fields. The editor body should contain the skill procedure.
Required fields:
SKILL.md bodyTo create a new version later, open the skill and click New Version.
Use this for multi-file skills with references/, scripts/, or assets/.
Expected local structure:
my-skill/
SKILL.md
references/
scripts/
assets/
Before upload, inspect:
find ./my-skill -maxdepth 3 -type f | sort
Show the user the file list and ask for confirmation before publishing.
Do not run tfy upload skill; it is not present in tfy 0.13.12. If the product UI shows a generated command in the future, verify it with tfy --help before using it.
Before publishing a multi-file bundle, review:
SKILL.md frontmatter has a focused name, action-oriented description, compatibility, and minimal allowed-tools.references/ and is linked from SKILL.md.scripts/ and are preferred over long pasted command blocks.Use tfy apply for GitOps-style skill publishing. Before final apply, show:
Then ask for explicit confirmation.
If the manifest schema is unknown, stop at a reviewed draft and ask the user to publish through the UI or provide the product-generated manifest. Do not invent resource fields.
Use the Usage tab in the Skill Detail page or the dashboard export/download flow.
After download, inspect the files before editing.
Skill attachment happens from the Agent Playground UI:
Agent Playground -> Skills -> select skill -> choose version -> optional Preload SKILL.md -> Save Agent
Use truefoundry-agents for the agent-side flow.
SKILL.md; multi-file skills should use the dashboard/registry workflow or declarative apply when a manifest is available.Do not delete skills from the agent. If deletion is requested, direct the user to the Skills Registry UI.
</instructions><success_criteria>
</success_criteria>
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.
tools
First-time TrueFoundry setup. Handles tenant registration, CLI installation, tfy login, and login verification. Use when no TrueFoundry credentials exist or when other skills report missing login.