From truefoundry
Manages TrueFoundry Skills Registry workflows covering creating, publishing, versioning, downloading, updating, and attaching reusable Agent Skills through UI or tfy apply.
How this skill is triggered — by the user, by Claude, or both
Slash command
/truefoundry:skills-registryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
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.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.
Use tfy apply for GitOps-style skill publishing. Before final apply, show:
Then ask for explicit confirmation.
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.
<success_criteria>
</success_criteria>
npx claudepluginhub truefoundry/skills --plugin truefoundryManages the full lifecycle of AI coding agent skills: search, install, update, remove, review, optimize, iterate, test, and transfer. Use for skill discovery, ecosystem search, and SkillOpt-style training loops.
Creates, updates, or validates SKILL.md agent skills including frontmatter authoring, bundled resource planning, and three-phase discoverability validation.
Create, synthesize, and iteratively improve agent skills following the Agent Skills specification. Handles source capture, authoring, registration, and validation.