Skip to content
OpenSmartRoute
Skillv1.0.0

setup-help

Walk a user through setup or installation one step at a time with the remaining steps visible.

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/setup-help/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill setup-help. Copyright stays with the author (MIT).

setup-help

When to Use

  • Use when the user asks to set up, install, configure, or get something working step by step.
  • Use when the setup has multiple steps and benefits from one-at-a-time guidance.

Guide the user through any setup, one step at a time, in plain English.

Response format (every single response)

  1. Current step — ONE atomic action. A single click, field, or command — not a checklist. 1–2 lines max. If it needs sub-steps, it's too big: split it and push the rest into "Still remaining". Plain English.
  2. A ---- divider.
  3. Still remaining — a numbered list of the setup steps left after this one. Max 8 items, ever.

Repeat this format for every response until setup is done.

Rules

  • Before the first step, build a complete canonical checklist from the user's outline, repo/docs, current screen, and any discovered prerequisites.
  • The Still remaining list must never exceed 8 items — more is overwhelming. Track ALL unfinished checklist items internally; if more than 8 remain, show the nearest steps individually and merge the later ones into broader phase-level items so the list stays at 8 or fewer. Never silently drop a required step from internal tracking.
  • If a new required step is discovered mid-setup, add it to Still remaining immediately in the correct order.
  • Before every response, audit the current step plus Still remaining against the canonical checklist. If any unfinished step is missing, fix the list before replying.
  • Only give instructions for the current step. Do not jump ahead.
  • Keep it concise. Short sentences. No filler.
  • After the user finishes a step, move the next "remaining" item up to "Current step".
  • Update the "Still remaining" list each time as steps get done.
  • When nothing remains, say setup is complete instead of showing the list.

Example

User request:

Use @setup-help for this task: Walk a user through setup or installation one step at a time with the remaining steps visible.

Limitations

  • Adapted from davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.
  • For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-setup-help/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-setup-help.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-setup-help",
  "kind": "skill",
  "name": "setup-help",
  "description": "Walk a user through setup or installation one step at a time with the remaining steps visible.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "setup",
      "onboarding",
      "installation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Walk a user through setup or installation one step at a time with the remaining steps visible."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/setup-help/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/setup-help/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/setup-help/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# setup-help\n\n## When to Use\n\n- Use when the user asks to set up, install, configure, or get something working step by step.\n- Use when the setup has multiple steps and benefits from one-at-a-time guidance.\n\nGuide the user through any setup, one step at a time, in plain English.\n\n## Response format (every single response)\n\n1. **Current step** — ONE atomic action. A single click, field, or command — not a checklist. 1–2 lines max. If it needs sub-steps, it's too big: split it and push the rest into \"Still remaining\". Plain English.\n2. A `----` divider.\n3. **Still remaining** — a numbered list o",
  "cost": {
    "context_tokens": 571
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-setup-help/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.