From truefoundry-gateway
Fetches TrueFoundry documentation, API reference, and guides for deploying services, jobs, Dockerizing apps, CI/CD setup, ML/LLM, and monitoring. Use for platform-specific how-tos.
npx claudepluginhub truefoundry/tfy-gateway-skills --plugin truefoundry-gatewayThis skill is limited to using the following tools:
> Routing note: For ambiguous user intents, use the shared clarification templates in [references/intent-clarification.md](references/intent-clarification.md).
references/api-endpoints.mdreferences/cli-fallback.mdreferences/cluster-discovery.mdreferences/container-versions.mdreferences/gpu-reference.mdreferences/health-probes.mdreferences/intent-clarification.mdreferences/manifest-defaults.mdreferences/manifest-schema.mdreferences/prerequisites.mdreferences/resource-estimation.mdreferences/rest-api-manifest.mdreferences/tfy-api-setup.mdscripts/tfy-api.shscripts/tfy-version.shGenerates documentation for deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Useful for creating guides on Docker, docker-compose, and GitHub Actions.
Activates senior ML engineer mode with Leeroopedia KB (27k+ pages on vLLM, SGLang, DeepSpeed, Axolotl) enforcing lookups, citations, and grounding before code in ML/AI discussions.
Manages OpenAI Codex CLI docs: scraping from llms.txt, keyword/NL search, doc_id/alias resolution, index maintenance via Python/Bash scripts.
Share bugs, ideas, or general feedback.
Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.
Fetch up-to-date TrueFoundry documentation for features, API reference, and deployment guides.
Fetch up-to-date TrueFoundry documentation for features, API reference, deployment guides, or troubleshooting.
Full API docs:
https://truefoundry.com/docs/api-reference
Fetch a specific section:
curl -s https://truefoundry.com/docs/api-reference/applications/list-applications
| Topic | URL |
|---|---|
| Introduction to Services | https://truefoundry.com/docs/introduction-to-a-service |
| Deploy First Service | https://truefoundry.com/docs/deploy-first-service |
| Dockerize Code | https://truefoundry.com/docs/dockerize-code |
| Ports and Domains | https://truefoundry.com/docs/define-ports-and-domains |
| Endpoint Auth | https://truefoundry.com/docs/endpoint-authentication |
| Resources (CPU/Memory) | https://truefoundry.com/docs/resources-cpu-memory-storage |
| Fractional GPUs | https://truefoundry.com/docs/using-fractional-gpus |
| Environment Variables | https://truefoundry.com/docs/environment-variables-and-secrets |
| Autoscaling | https://truefoundry.com/docs/autoscaling-overview |
| Liveness/Readiness Probes | https://truefoundry.com/docs/liveness-readiness-probe |
| Rollout Strategy | https://truefoundry.com/docs/rollout-strategy |
| Deploy Programmatically | https://truefoundry.com/docs/deploy-service-programatically |
| CI/CD Setup | https://truefoundry.com/docs/setting-up-cicd-for-your-service |
| Monitoring | https://truefoundry.com/docs/monitor-your-service |
| Topic | URL |
|---|---|
| Introduction to Jobs | https://truefoundry.com/docs/introduction-to-a-job |
| Deploy First Job | https://truefoundry.com/docs/deploy-first-job |
| Topic | URL |
|---|---|
| ML Repos | https://truefoundry.com/docs/ml-repos |
| LLM Deployment | https://truefoundry.com/docs/llm-deployment |
| LLM Tracing | https://truefoundry.com/docs/llm-tracing |
| Topic | URL |
|---|---|
| Generating API Keys | https://docs.truefoundry.com/docs/generating-truefoundry-api-keys |
To fetch a specific docs page for the user:
curl -sL "https://truefoundry.com/docs/deploy-first-service" | head -200
Or use WebFetch if available in the agent.
<success_criteria>
</success_criteria>
references/api-endpoints.md in _sharedThe URL may have changed. Try searching the docs index:
curl -sL "https://truefoundry.com/docs" | head -100
Or check the sitemap for the current URL structure.
Check network connectivity:
curl -sI https://truefoundry.com
If behind a proxy, ensure HTTP_PROXY / HTTPS_PROXY are set.
If curl is unavailable, use WebFetch or suggest the user open the URL in a browser.
Some pages render dynamically. Try:
- Increasing the head limit (e.g., head -500)
- Using WebFetch if available in the agent
- Providing the direct URL to the user to open in a browser