truefoundry-volumes

Installation
SKILL.md

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

Volumes

Create and manage persistent volumes on TrueFoundry. Volumes provide shared, low-latency disk storage that persists across container restarts and can be mounted by multiple pods.

When to Use

Create, list, or mount persistent volumes on TrueFoundry, including dynamic provisioning, static PV attachment, storage class selection, and Volume Browser setup.

When NOT to Use

  • User needs large archival storage or global access -> suggest blob storage (S3/GCS) instead
  • User wants ephemeral scratch space -> use ephemeral_storage in resource config
  • User wants to deploy an app -> prefer deploy skill; ask if the user wants another valid path
  • User wants to manage secrets -> prefer secrets skill; ask if the user wants another valid path
Related skills
Installs
10
GitHub Stars
1
First Seen
Mar 31, 2026