onboarding

Guide users through an interactive onboarding interview to create local Signet identity and configuration files.

237|40|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Signet-AI/signetai --skill onboarding-signet-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/Signet-AI/signetai/tree/main/skills/onboarding
Command: npx skills add https://github.com/Signet-AI/signetai --skill onboarding-signet-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive onboarding to set up your Signet workspace by generating local identity/config files and personalizing agent behavior, all without external calls.

Core Features & Use Cases

  • Writes identity and configuration files to ~/.agents/ (IDENTITY.md, SOUL.md, USER.md, AGENTS.md)
  • Performs a guided six-step interview to tailor your workspace
  • Runs setup when Signet isn't initialized and keeps everything local

Quick Start

Run /onboarding to begin the interactive setup and follow the prompts to tailor your Signet workspace.

Frequently Asked Questions about onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up and personalize my Signet workspace?▼

To set up your Signet workspace, run /onboarding to start an interactive six-step interview that generates local identity and configuration files tailored to your needs.

What local files are generated during agent workspace onboarding?▼

Agent workspace onboarding generates local identity and configuration files in ~/.agents/, specifically IDENTITY.md, SOUL.md, USER.md, and AGENTS.md, to define agent behavior and user profile.

Does workspace onboarding require external API calls or cloud sync?▼

Workspace onboarding does not require external API calls or cloud sync; it writes identity and configuration files entirely to local memory to maintain privacy and offline functionality.

Can I reconfigure my agent behavior settings after the initial setup?▼

You can reconfigure agent behavior settings by running /onboarding again, which applies to both new installations and reconfigurations of your existing Signet workspace.

What steps are covered in the interactive onboarding interview?▼

The interactive onboarding interview covers six steps: identity, personality, user profile, behavior settings, review, and workspace audit, ensuring comprehensive personalization of your agent.

Do I need any dependencies installed to run the workspace setup?▼

No dependencies are required to run the workspace setup; the onboarding process runs independently to enforce frontmatter metadata and generate local configuration files.