You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new SKILL.md that turns any AI agent (Claude Code, Cursor, Cline, etc.)
into a guided wizard for producing a validated values.yaml for the
idlefy-universal chart.
Five phases, 23 questions across 8 blocks (Identity, Exposure,
Resources, Storage, Security, Observability, Repo & multi-env, Secrets).
Auto-discovers from docker-compose / Dockerfile / k8s manifests / helm /
Procfile / CI files; drafts with provenance-annotated YAML; validates
with helm template (JSON-Pointer error parser, 5-fix loop bound); hands
off without running helm install.
Distribution: a single canonical URL the user pastes into their agent —
https://raw.githubusercontent.com/idlefy/idlefy-universal/main/skills/idlefy-deploy/SKILL.md
Audience reminder: the chart is for autonomous agents; this wizard is
for the HUMAN who happens to be using an agent as the interface.
Wires the wizard into the site (How-To nav, homepage promo replaces the
verbose paste-this-prompt block, README install pointer). mkdocs build
--strict is clean.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
`idlefy-deploy` is a SKILL.md that walks a human (you) through producing
4
+
a validated `values.yaml` for the `idlefy-universal` Helm chart, with
5
+
the AI agent of your choice handling the conversation. It scans your
6
+
project, drafts a values.yaml from what it finds, asks only the
7
+
gap-filling questions that can't be inferred, validates with
8
+
`helm template`, and hands off — stopping short of `helm install` so
9
+
you review the diff yourself.
10
+
11
+
## Invoke it
12
+
13
+
Paste a sentence like this into Claude Code, Cursor, Cline, or any other
14
+
agent that can fetch a URL and run shell commands:
15
+
16
+
> Using <https://raw.githubusercontent.com/idlefy/idlefy-universal/main/skills/idlefy-deploy/SKILL.md>, help me deploy this project to Kubernetes via idlefy-universal.
17
+
18
+
The agent fetches the file and follows it. No install step, no `curl`,
19
+
no `~/.claude/skills/` directory required.
20
+
21
+
## What you'll be asked
22
+
23
+
23 questions total, grouped into 8 blocks. Each one explains WHY and
24
+
gives a sensible default — most you can accept and move on:
The fastest way to deploy: hand your favourite AI agent the
26
+
[`idlefy-deploy` wizard](how-to/wizard.md). One sentence in your agent's
27
+
chat:
28
+
29
+
> Using <https://raw.githubusercontent.com/idlefy/idlefy-universal/main/skills/idlefy-deploy/SKILL.md>, help me deploy this project to Kubernetes via idlefy-universal.
30
+
31
+
The wizard scans your repo, drafts a `values.yaml`, asks only the
32
+
questions the scan couldn't answer, and validates with `helm template`.
33
+
See [Use the deploy wizard](how-to/wizard.md) for details and failure-mode notes.
66
34
67
35
Further reading:
68
36
69
-
-[How-To → Verify the chart's supply chain](how-to/verify-supply-chain.md) — the three-command gate, plus a single-script autonomous form
70
-
-[Concepts → Agent-native](concepts/agent-native.md) — why the metadata lives inside the schema, not in a sidecar
37
+
-[How-To → Verify the chart's supply chain](how-to/verify-supply-chain.md) — three-command gate
38
+
-[Concepts → Agent-native](concepts/agent-native.md) — why the metadata lives inside the schema
71
39
-[Reference → Agent metadata](reference/agent-metadata.md) — the `x-agent-*` keyword spec and `agent-index.json` shape
0 commit comments