{"id":47922452,"url":"https://github.com/truefoundry/tfy-deploy-skills","last_synced_at":"2026-04-04T06:18:01.017Z","repository":{"id":348131634,"uuid":"1194103514","full_name":"truefoundry/tfy-deploy-skills","owner":"truefoundry","description":"Agent skills for Truefoundry's AI Deploy product","archived":false,"fork":false,"pushed_at":"2026-03-30T23:37:26.000Z","size":219,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T00:27:29.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truefoundry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-27T23:29:27.000Z","updated_at":"2026-03-30T23:37:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/truefoundry/tfy-deploy-skills","commit_stats":null,"previous_names":["truefoundry/tfy-deploy-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/truefoundry/tfy-deploy-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Ftfy-deploy-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Ftfy-deploy-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Ftfy-deploy-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Ftfy-deploy-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truefoundry","download_url":"https://codeload.github.com/truefoundry/tfy-deploy-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Ftfy-deploy-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T06:17:56.766Z","updated_at":"2026-04-04T06:18:00.346Z","avatar_url":"https://github.com/truefoundry.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrueFoundry Deploy Skills\n\n[![CI](https://github.com/truefoundry/tfy-deploy-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/truefoundry/tfy-deploy-skills/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nAgent skills for deploying, monitoring, and managing ML infrastructure on [TrueFoundry](https://truefoundry.com). Follows the [Agent Skills](https://agentskills.io) open format.\n\nWorks with Claude Code, Cursor, Codex, OpenCode, Windsurf, Cline, and Roo Code.\n\n## Install\n\n```bash\nnpx skills add truefoundry/tfy-deploy-skills -g -a claude-code -a cursor -a codex -s '*' -y\n```\n\nThis installs all skills globally for Claude Code, Cursor, and Codex. To install for other agents:\n\n```bash\nnpx skills add truefoundry/tfy-deploy-skills --all\n```\n\n## Setup\n\nSet your TrueFoundry credentials via env vars or a `.env` file in your project root:\n\n```bash\nexport TFY_BASE_URL=https://your-org.truefoundry.cloud\nexport TFY_API_KEY=tfy-...\n```\n\nNo account yet? Run `uv run tfy register` to sign up.\n\nThe `tfy` CLI and workspace selection are handled automatically — skills install the CLI if missing and list your available workspaces for you to choose from at deploy time.\n\n## What You Can Do\n\nJust ask your agent in plain English:\n\n- *\"deploy my FastAPI app\"*\n- *\"launch a Jupyter notebook with a GPU\"*\n- *\"deploy Postgres with Helm\"*\n- *\"deploy an LLM with vLLM\"*\n- *\"show logs for my-service\"*\n- *\"what's my connection status?\"*\n\n## Skills\n\n| Category | Skills |\n|----------|--------|\n| **Deploy** | [applications](skills/applications), [deploy](skills/deploy), [gitops](skills/gitops), [helm](skills/helm), [jobs](skills/jobs), [llm-deploy](skills/llm-deploy), [ml-repos](skills/ml-repos), [notebooks](skills/notebooks), [service-test](skills/service-test), [ssh-server](skills/ssh-server), [tracing](skills/tracing), [volumes](skills/volumes), [workflows](skills/workflows), [workspaces](skills/workspaces) |\n| **Shared** | [access-control](skills/access-control), [access-tokens](skills/access-tokens), [docs](skills/docs), [logs](skills/logs), [onboarding](skills/onboarding), [secrets](skills/secrets), [status](skills/status) |\n\nInstalled skill names are namespaced as `truefoundry-\u003cskill\u003e` (for example, `truefoundry-deploy`) to avoid collisions with generic skill names.\n\nEach skill is a standalone markdown file (`skills/{name}/SKILL.md`) following the [Agent Skills](https://agentskills.io) open format.\n\n## Development\n\n```bash\n./scripts/sync-shared.sh              # Sync shared files to all skills\n./scripts/validate-skills.sh           # Validate skill structure\n./scripts/validate-skill-security.sh   # Offline security checks\n./scripts/install.sh                   # Install locally\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruefoundry%2Ftfy-deploy-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruefoundry%2Ftfy-deploy-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruefoundry%2Ftfy-deploy-skills/lists"}