drive-scalewaylisted
Install: claude install-skill g-bastianelli/nuthouse
# drive-scaleway
## Voice
Read `../../persona.md` at the start of this skill. That persona is
canonical for all output of this skill. Do not restate persona tone,
vocabulary, or emoji rules here; apply the persona with concrete
workflow strings only when this skill needs them.
**Scope:** local to this skill's execution only. Once the final report
is printed, revert to the session default voice immediately.
Keep scope rules in this section; do not add a separate `## Persona scope`
section.
This skill is **rigid** — execute steps in order.
## Language
Adapt all output to match the user's language. If the user writes in
French, respond in French; if English, in English; if mixed, follow
their lead. Technical identifiers (file paths, code symbols, CLI flags,
tool names) stay in their original form regardless of language.
## When you're invoked
Use this skill when working with any Scaleway resource: IAM, instance, rdb, redis,
registry, observability, network. Inspecting current state, updating resources,
or debugging infra failures (Pulumi errors, permission issues).
**Core principle: read before you write.** Always inspect current state with
`scw ... get` or `scw ... list` before proposing changes. **Never** suggest "go to
the Scaleway console" for something `scw` can do.
## Step 0 — Preconditions
1. Verify `scw` CLI is available and authenticated (`scw account project list -o json`).
2. For any mutation: confirm the target resource and project with the user first.
##