prompts

Manage TrueFoundry prompt registry prompts and versions via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill centralizes management of TrueFoundry prompt registry prompts and their versions, enabling teams to govern, discover, and iterate on prompt content with consistency and traceability.

Core Features & Use Cases

  • List prompts and their versions in the registry to understand availability and history.
  • Create or update prompts (upsert) to add new prompts or new versions for rapid iteration.
  • Delete prompts or specific prompt versions to deprecate outdated content.
  • Apply tags (e.g., production, staging) to prompt versions for release management and rollback.
  • Retrieve prompt versions by fully qualified name to reference tagged releases in ML workflows.

Quick Start

List all prompts in the registry and upsert a new prompt version.

Frequently Asked Questions about prompts

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

FAQPage Schema
How do I manage TrueFoundry prompt registry versions for ML workflows?

You can manage TrueFoundry prompt registry versions by listing, upserting, and deleting prompts using Bash and curl REST API calls. This provides consistent governance and traceability across ML workflows.

How do I apply tags to a prompt version in TrueFoundry for release management?

To apply tags to a prompt version in TrueFoundry, use the registry API to assign labels like production or staging. This enables release management and rollback capabilities for ML workflows.

Do I need Bash and curl to interact with the TrueFoundry prompt registry?

Yes, you need Bash and curl to interact with the TrueFoundry prompt registry. The Skill uses a helper script to invoke REST API endpoints, requiring command line access and a TrueFoundry instance.

How do I retrieve a specific prompt version by fully qualified name in TrueFoundry?

To retrieve a specific prompt version by fully qualified name in TrueFoundry, query the registry API. This allows you to reference tagged releases directly within your ML workflows.

Can I delete outdated prompt versions from the TrueFoundry registry?

Yes, you can delete outdated prompt versions from the TrueFoundry registry. The Skill supports deleting specific versions or entire prompts to deprecate outdated content and maintain registry consistency.

What is the best way to centralize prompt versioning for machine learning teams?

Centralizing prompt versioning for machine learning teams requires a registry system to govern and iterate on prompt content. The TrueFoundry registry provides discovery and traceability for consistent prompt management.