onboarding

Solid

Interactive interview to set up your Signet workspace (~5-10 minutes). Writes identity files to ~/.agents/ — does not access external APIs, send data anywhere, or execute arbitrary code. Use when user runs /onboarding or says 'set up my agent'.

AI & Automation 222 stars 39 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# /onboarding Walk the user through an interactive interview to personalize their Signet workspace. Start by choosing the identity/context preset (OpenClaw, Hermes, Minimal, or Custom) so onboarding matches the user's token budget and identity-file conventions instead of assuming one fixed stack. Minimal loads only AGENTS.md during startup and still creates DREAMING.md as a special dreaming-session prompt file. ## What This Skill Does This skill writes configuration files to `~/.agents/`. Specifically: - Reads and writes whichever startup identity files the selected preset uses (for example AGENTS.md only in Minimal, or the richer OpenClaw stack) - Writes special session prompt files such as DREAMING.md without loading them into ordinary startup context - Runs `signet setup` if Signet isn't initialized yet - Does NOT access external APIs or services - Does NOT send data anywhere outside the local machine - Does NOT execute arbitrary code beyond the signet CLI Everything stays local. Nothing leaves the machine. ## When to Run - User explicitly says `/onboarding` - User says "set up my agent" or "configure my workspace" - After a fresh Signet install (agent should suggest this) - After a Signet update (to validate and optimize existing setup) - User says "I want to redo my agent setup" ## Setup Preflight (Agent-Driven) If Signet is not initialized yet (`~/.agents/agent.yaml` missing), bootstrap setup first and then continue onboarding: ```bash signet setup --non-i...

Details

Author
Signet-AI
Repository
Signet-AI/signetai
Created
5 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category