scalingo

scalingo is a skill for Claude Code, Codex from svngoku/coding-agents-skills. It costs 168 tokens per session (3,803 once invoked), scanned A, original, MIT.

Guidance for Scalingo, a European platform where developers deploy web apps, background workers, and managed databases. It covers the Scalingo command-line tool, deployment, database add-ons, scaling, review apps, and infrastructure configuration.

In plain words
What is it for?
Pushing applications to Scalingo, configuring build and start settings, provisioning PostgreSQL, MySQL, MongoDB, or Redis add-ons, scaling services, and setting up review apps or infrastructure as code.
Why use it?
It brings the platform's deployment and operations tasks into one workflow, so developers do not need to piece together separate instructions for releases, databases, and scaling. It also explains platform-specific setup and checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Pushing applications to Scalingo, configuring build and start settings, provisioning PostgreSQL, MySQL, MongoDB, or Redis add-ons, scaling services, and setting up review apps or infrastructure as code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/svngoku/coding-agents-skills/scalingo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add svngoku/coding-agents-skills --skill scalingo
Clone the repo
git clone --depth 1 https://github.com/svngoku/coding-agents-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scalingo

README.md
[![agentmods](https://agentmods.dev/badge/skills/svngoku/coding-agents-skills/scalingo/github.svg)](https://agentmods.dev/skills/svngoku/coding-agents-skills/scalingo)
Your own site
<a href="https://agentmods.dev/skills/svngoku/coding-agents-skills/scalingo"><img src="https://agentmods.dev/badge/skills/svngoku/coding-agents-skills/scalingo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scalingo

Your own site · 80×15
<a href="https://agentmods.dev/skills/svngoku/coding-agents-skills/scalingo"><img src="https://agentmods.dev/badge/skills/svngoku/coding-agents-skills/scalingo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,803 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00168 $0.03803
Opus 5 $0.00084 $0.01902
Sonnet 5 $0.00034 $0.00761
Haiku 4.5 $0.00017 $0.00380

Measured 9d ago against content hash 5a8b708868d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

scalingo scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (graders/check.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -O https://cli-dl.scalingo.com/install && bash install
skills/scalingo/SKILL.md · 325 lines

How it starts

The opening of the file, as written. The whole thing — 325 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Scalingo

Scalingo is a European PaaS in the Heroku lineage. You push code (usually via git), the platform builds it with a buildpack, and containers are started according to your Procfile. Managed databases are available as addons. The platform's differentiators are European/French jurisdiction, ISO 27001 / HDS certification, and a SecNumCloud-qualified region.

This skill covers the platform end-to-end at a working level: CLI, deployment, addons, scaling, review apps, and IaC. For deep dives on any single topic, consult the references/ files — pointers are given throughout.

When to reach for each reference

The main file stays practical. Pull in a reference when:

  • references/cli-reference.md — user needs a specific CLI command you don't remember, or wants a full command map
  • references/deployment.md — deploying via non-git methods (GitHub/GitLab integration, tarball archive, JAR/WAR), or configuring auto-deploy
  • references/addons-databases.md — provisioning, connecting to, or operating a managed database
  • references/scaling-autoscaler.md — configuring horizontal/vertical scaling or the autoscaler's metric targets
  • references/manifest-review-apps.md — writing a scalingo.json, configuring review apps, or building a one-click deploy button
  • references/terraform-iac.md — managing Scalingo resources via the official Terraform provider
  • references/buildpacks.md — understanding stacks, picking or chaining buildpacks, writing a custom buildpack

Mental model

Three nouns to internalize:

  • App — the unit of deployment. Has a name, a region, environment variables, and a git remote. One app = one deployable project.
  • Process type — a named command from the Procfile (web, worker, release, postdeploy, or anything custom). Each process type runs in one or more containers.
  • Addon — a managed service attached to an app (database, cache). Exposes connection details via env vars like SCALINGO_POSTGRESQL_URL.

Read the full file on GitHub · 325 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 325 lines · 168 tokens per session scan A 5a8b708868d8

Subscribe to this mod's changes

scalingo is a skill published in the GitHub repository svngoku/coding-agents-skills (11 stars, last pushed 26d ago), licensed MIT. It adds 168 tokens to every session and 3,803 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cloud-hosting-expert

Expert guide for deploying SaaS applications with multiple entry points on modern edge and serverless platforms like Vercel and Cloudflare / Panduan ahli untuk mendeploy aplikasi SaaS dengan multiple entry points di platform edge dan serverless modern seperti Vercel dan Cloudflare.

roedyrustam/vibes-plug · 61 tokens

self-healing-cloud-orchestrator

Real-time log monitoring, crash detection, and auto-hotfixing code without human intervention / Pemantauan log real-time, deteksi kerusakan, dan perbaikan kode hotfix otomatis tanpa intervensi manusia.

roedyrustam/vibes-plug · 53 tokens

limrun-xcode

Build an iOS / Apple app on remote Xcode with lim xcode build instead of local xcodebuild, or run its XCTest suites with lim xcode test, from any environment (Linux, Windows, macOS, VM, container). Use for non-Bazel projects (an .xcodeproj / .xcworkspace, an XcodeGen project.yml with a gitignored project, React Native…

sutchan/Agent-Skills-Hub · 159 tokens

limrun-xcode-bazel

Build a Bazel-based iOS / macOS / Apple app on Limrun's remote build execution (RBE) instead of a local Mac, and install it on a remote iOS simulator. Use when the project is a Bazel workspace (MODULE.bazel / WORKSPACE) building rulesapple / rulesswift targets and the user wants to bazel build it or run it on a…

sutchan/Agent-Skills-Hub · 149 tokens

deploy-workflow

Safe deployment workflow for Drupal 10/11 sites: pre-flight checks, backup, the correct update sequence (composer install, database updates, config import, cache rebuild), verification, and rollback plan. Use when deploying to any environment, releasing to production, or when the user asks to "push changes live"…

siva01c/claude-plugins · 92 tokens

insforge-cli

Use this skill whenever someone needs a backend, or when managing InsForge backend and cloud infrastructure with the InsForge CLI. For application code that calls InsForge from a frontend, backend, or edge function, use the insforge app-integration skill instead.

sutchan/Agent-Skills-Hub · 0 tokens