Post Install Onboarding banner
Evol-ai Evol-ai

Post Install Onboarding

Development community

Description

# Post-Install Onboarding Triggered by the SessionStart hook (`hooks/scripts/session-tracker.js`), which compares the current SkillCompass version against the last recorded version. On first install, reinstall, or version change the hook injects a context message instructing Claude to load this file and follow it on the user's first interaction. Do not wait for a slash command. Execute the steps below in order as soon as the session starts. ## Step 1: Introduce ``` 🧭 SkillCompass Evaluate

Installation

Installs to ~/.claude/skills/evol-ai-skillcompass-post-install-onboarding/SKILL.md

Terminal
mkdir -p ~/.claude/skills/evol-ai-skillcompass-post-install-onboarding && curl -fsSL https://raw.githubusercontent.com/Evol-ai/SkillCompass/HEAD/commands/post-install-onboarding.md -o ~/.claude/skills/evol-ai-skillcompass-post-install-onboarding/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository