truefoundry-deploy

Automate deployment, monitoring, and lifecycle management of TrueFoundry ML infrastructure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates deployment, monitoring, and lifecycle management of TrueFoundry ML infrastructure, enabling teams to codify safe, repeatable deployment workflows.

Core Features & Use Cases

  • End-to-end deployment orchestration across single-service and multi-service stacks, with pre-flight validation and post-deploy health checks.
  • Secret management integration and automated wiring of cross-service URLs and DNS patterns.
  • Post-deploy diagnostics and health trend monitoring to quickly diagnose failures and reduce downtime.

Quick Start

Provide a manifest and I will guide you through deploying a multi-service TrueFoundry workflow with pre-flight validation.

Frequently Asked Questions about truefoundry-deploy

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

FAQPage Schema
How do I automate ML infrastructure deployment on Kubernetes?

You can automate ML infrastructure deployment by providing a manifest to codify safe, repeatable deployment workflows. This orchestrates multi-service stacks with pre-flight validation and post-deploy health checks to reduce downtime.

What is the best way to manage secrets and wire cross-service URLs during deployment?

Secret management and cross-service URL wiring are automated during deployment orchestration. The workflow integrates secrets and automatically configures DNS patterns to connect multi-service stacks without manual intervention.

How can I monitor health trends and diagnose failures after deploying ML services?

Post-deploy diagnostics and health trend monitoring quickly diagnose failures after deploying ML services. This automated health monitoring reduces downtime by catching deployment issues immediately after the orchestration completes.

Does this deployment tool support multi-service stack orchestration with validation?

Yes, the deployment tool supports end-to-end orchestration for multi-service stacks. It executes pre-flight validation before deployment and runs post-deploy health checks to ensure the entire ML infrastructure is stable.

Why do I need pre-flight validation for TrueFoundry ML infrastructure deployments?

Pre-flight validation ensures safe, repeatable deployment workflows by checking configurations before execution. This prevents failed deployments of your ML infrastructure by catching manifest errors or missing dependencies early.

When should I use an automated deployment workflow instead of manual Kubernetes configurations?

Automated deployment workflows are ideal for multi-service ML infrastructure stacks requiring repeatable processes. Use orchestration over manual configurations when you need integrated secret management, automated DNS wiring, and post-deploy health monitoring.