truefoundry-gitops

Installation
SKILL.md

Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.

GitOps with TrueFoundry

Set up GitOps-style deployments with TrueFoundry. Store deployment configurations as YAML specs in Git and auto-deploy on push using tfy apply in CI/CD pipelines.

When to Use

Set up automated Git-based deployments with tfy apply. Store TrueFoundry YAML specs in Git and auto-deploy on push/merge via CI/CD pipelines.

When NOT to Use

  • User wants to deploy manually from local code → prefer deploy skill; ask if the user wants another valid path
  • User wants to deploy an LLM model → prefer llm-deploy skill; ask if the user wants another valid path
  • User wants to check what's deployed → prefer applications skill; ask if the user wants another valid path
  • User wants to deploy a Helm chart → prefer helm skill; ask if the user wants another valid path
  • User just wants to check TrueFoundry connection → prefer status skill; ask if the user wants another valid path
Related skills
Installs
10
GitHub Stars
1
First Seen
Mar 31, 2026