By northflank
Manage Northflink infrastructure from Claude Code: deploy and update services, jobs, databases, preview environments, and release pipelines; manage secrets, domains, templates, and GPU workloads via the Northflink API.
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.
From inside an interactive Claude Code session:
/plugin marketplace add northflank/skills
/plugin install northflank@northflank
Or from your terminal using the claude CLI:
claude plugin marketplace add northflank/skills
claude plugin install northflank@northflank
northflank/skills is the GitHub shorthand for 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.
If your editor supports skill directories directly, copy skills/northflank into its skills directory:
| Editor | Skill directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
| Windsurf | ~/.windsurf/skills/ |
After 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.
Examples:
ghcr.io/acme/api:latest"northflank-skill/
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── .claude/
│ └── settings.json
└── skills/
└── northflank/
├── SKILL.md
├── references/
└── scripts/
northflank plugin root (source: "./" in marketplace.json)../skills/northflank/.skills/northflank/references/guides/ and skills/northflank/references/api/ are rebuilt from Northflank's llms.txt index../skills/northflank/scripts/update-references.shOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub northflank/skills --plugin northflankClaude Code skill pack for Fly.io (18 skills)
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Deployment engineering with Terraform and infrastructure as code
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Infrastructure management for AWS, Kubernetes, Docker, Helm, Fly.io
Complete developer toolkit for Claude Code