prompts

Manage TrueFoundry prompt registry prompts and versions with tagging operations.

13|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-agent-skills --skill prompts-truefoundry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompts
Source: https://github.com/truefoundry/tfy-agent-skills/tree/main/skills/prompts
Command: npx skills add https://github.com/truefoundry/tfy-agent-skills --skill prompts-truefoundry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of your AI prompts within the TrueFoundry platform, ensuring consistency and version control for your language models.

Core Features & Use Cases

  • Prompt Lifecycle Management: Create, update, delete, and tag prompts and their versions.
  • Version Tracking: Easily reference specific prompt versions for reproducible AI outputs.
  • Use Case: You've developed a new version of a customer service prompt. Use this Skill to update the existing prompt, tag the new version as 'production', and ensure all new requests use the improved prompt.

Quick Start

Use the prompts skill to list all available prompts in your registry.

Frequently Asked Questions about prompts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage prompt versions for LLM applications?

Prompt version management involves tracking, updating, and tagging specific iterations of LLM prompts to ensure reproducible AI outputs. This Skill handles listing, creating, updating, and deleting prompts within a central registry.

What is the best way to update a production LLM prompt without losing the previous version?

Updating a production LLM prompt requires creating a new version in a prompt registry and tagging it appropriately. This Skill allows you to tag new prompt versions as 'production' while retaining older iterations for rollback.

Does TrueFoundry support tagging and deploying prompts alongside ML model catalogs?

TrueFoundry supports tagging and deploying prompts by integrating prompt registry operations directly with ML repositories and model catalogs. This ensures prompt versioning aligns with broader model deployment workflows.

How do I list all available prompts in my AI registry?

To list all available prompts in your AI registry, you can use the prompts Skill to query the TrueFoundry platform. It returns all existing prompt entries and their associated versions currently managed in the system.

When do I need a prompt registry for my language models?

You need a prompt registry for your language models when you require consistency, version control, and reproducible outputs across different deployment stages. It centralizes prompt lifecycle management to prevent untracked changes.