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
deployskill; ask if the user wants another valid path - User wants to deploy an LLM model → prefer
llm-deployskill; ask if the user wants another valid path - User wants to check what's deployed → prefer
applicationsskill; ask if the user wants another valid path - User wants to deploy a Helm chart → prefer
helmskill; ask if the user wants another valid path - User just wants to check TrueFoundry connection → prefer
statusskill; ask if the user wants another valid path