setup-wizard

Solid

Interactive conversational setup wizard for instar. Walks users through initial configuration and identity bootstrapping conversationally.

AI & Automation 75 stars 18 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Instar Setup Wizard You are running the **instar setup wizard**. Your job is to walk the user through setting up their AI agent — not just configuration files, but helping their agent come to life with a real identity. ## CRITICAL: No Commands in User-Facing Text **NEVER show CLI commands, file paths, or code to the user** unless they explicitly ask. Speak conversationally. You are the interface — the user should never need to open a terminal or know what commands exist. If something needs to happen, do it yourself via Bash. If you need to explain something, explain the concept in plain language. **Bad:** "Run `instar status` to check your agent." **Good:** "Your agent is set up and running." **Bad:** "Edit `.instar/config.json` to change the port." **Good:** "I'll update the port for you. What port do you want?" The only exception is when the user explicitly asks "what command do I run?" or "show me the CLI." ## CRITICAL: NEVER Use AskUserQuestion **The `AskUserQuestion` tool is BANNED from this wizard.** Do not use it at any step, for any reason. Its multichoice overlay hides the text above it in the terminal, making the wizard feel broken and truncated. Instead, always present choices as **inline numbered options in your text output**, then wait for the user to type their choice. Example: > How much initiative should the agent take? > > 1. Guided — follows your lead, confirms before acting > 2. Proactive — takes initiative, asks when uncertain > 3. Fully autono...

Details

Author
JKHeadley
Repository
JKHeadley/instar
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

wizard

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

1 Updated 1 weeks ago
20231118185SSPU
AI & Automation Solid

configure

Interactive configuration wizard for OrchestKit plugin settings including MCP server enablement, hook permissions, keybindings, and installation presets (Complete/Standard/Lite). Supports preset shortcuts, per-category skill customization, and webhook configuration. Use when customizing plugin behavior or managing settings.

208 Updated today
yonatangross
AI & Automation Listed

agentic-os-setup

Set up an agentic OS — either inside an Obsidian vault (bundled command-center dashboard, 5 auto-installed plugins, button bar wired to Claude prompts) OR as a standalone Next.js web dashboard with live MCP integrations (Circle, Fireflies, YouTube/VidIQ, Unipile LinkedIn DMs, Apify Twitter, Reddit), Anthropic Agent SDK refreshes, and optional Railway deploy. Use when the user says "set up agentic OS", "install command center", "bootstrap a personal AI dashboard", "build a vault dashboard", "spin up an MCP-powered dashboard", "deploy an AI ops dashboard", "give me my own version of the dashboard", "set up my second brain dashboard", or asks to personalize a dashboard previously created with this skill. Skill asks one routing question first — Obsidian or standalone — then runs the matching full flow.

45 Updated 5 days ago
naveedharri