{"id":51012442,"url":"https://github.com/northflank/skills","last_synced_at":"2026-06-21T05:01:31.801Z","repository":{"id":362483674,"uuid":"1204888783","full_name":"northflank/skills","owner":"northflank","description":"An agent skill for deploying, operating, and automating workloads on Northflank. Includes guidance and references for services, jobs, addons, preview environments, release workflows, sandboxes, GPU workloads, domains, secrets, templates, BYOC/BYOK, and the Northflank API and CLI.","archived":false,"fork":false,"pushed_at":"2026-06-04T11:18:21.000Z","size":1210,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-04T13:12:37.516Z","etag":null,"topics":["agents","ai","claude","northflank","sandboxes","skills"],"latest_commit_sha":null,"homepage":"https://northflank.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/northflank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T12:36:40.000Z","updated_at":"2026-06-04T11:18:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/northflank/skills","commit_stats":null,"previous_names":["northflank/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/northflank/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/northflank%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/northflank%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/northflank%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/northflank%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/northflank","download_url":"https://codeload.github.com/northflank/skills/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/northflank%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34594326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agents","ai","claude","northflank","sandboxes","skills"],"created_at":"2026-06-21T05:01:30.976Z","updated_at":"2026-06-21T05:01:31.786Z","avatar_url":"https://github.com/northflank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Northflank Skill\n\nAn agent skill for deploying, operating, and automating workloads on Northflank. Includes guidance and references for services, jobs, addons, preview environments, release workflows, sandboxes, GPU workloads, domains, secrets, templates, BYOC/BYOK, and the Northflank API and CLI.\n\n## Installation\n\n### Claude Code\n\nFrom inside an interactive Claude Code session:\n\n```text\n/plugin marketplace add northflank/skills\n/plugin install northflank@northflank\n```\n\nOr from your terminal using the `claude` CLI:\n\n```bash\nclaude plugin marketplace add northflank/skills\nclaude plugin install northflank@northflank\n```\n\n`northflank/skills` is the GitHub shorthand for [`github.com/northflank/skills`](https://github.com/northflank/skills) — Claude Code resolves it to the marketplace at the repo root. Pass a full URL (`https://github.com/northflank/skills`) instead if you prefer to be explicit.\n\n### Other Editors\n\nIf your editor supports skill directories directly, copy `skills/northflank` into its skills directory:\n\n| Editor | Skill directory |\n| :----- | :-------------- |\n| Claude Code | `~/.claude/skills/` |\n| Cursor | `~/.cursor/skills/` |\n| OpenCode | `~/.config/opencode/skills/` |\n| OpenAI Codex | `~/.codex/skills/` |\n| Windsurf | `~/.windsurf/skills/` |\n\n## Usage\n\nAfter installation, ask Claude Code to do Northflank work directly. The skill should load automatically when the task involves Northflank projects, services, jobs, addons, preview environments, release workflows, AI sandboxes, GPU workloads, domains, secrets, templates, or the Northflank API and CLI.\n\nExamples:\n\n- \"Deploy this service to Northflank from `ghcr.io/acme/api:latest`\"\n- \"Create a preview environment for this branch on Northflank\"\n- \"Set up a Postgres addon and wire its credentials into my service\"\n- \"Help me write a Northflank template for this stack\"\n- \"Use the Northflank CLI to exec into this service and triage this issue\"\n- \"Show me how to deploy this workload to a GPU node pool on Northflank\"\n\n## Repository Structure\n\n```text\nnorthflank-skill/\n├── .claude-plugin/\n│   ├── marketplace.json\n│   └── plugin.json\n├── .claude/\n│   └── settings.json\n└── skills/\n    └── northflank/\n        ├── SKILL.md\n        ├── references/\n        └── scripts/\n```\n\n## Maintainers\n\n- The repository root is both the marketplace root and the `northflank` plugin root (`source: \"./\"` in `marketplace.json`).\n- The skill lives at `./skills/northflank/`.\n- Generated references under `skills/northflank/references/guides/` and `skills/northflank/references/api/` are rebuilt from Northflank's `llms.txt` index.\n- Refresh generated references with `./skills/northflank/scripts/update-references.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorthflank%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorthflank%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorthflank%2Fskills/lists"}