setup

Install claude-suite behavioral skills and configure startup utilities via symlinks.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/spm1001/claude-suite --skill setup-spm1001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/spm1001/claude-suite/tree/main/skills/setup
Command: npx skills add https://github.com/spm1001/claude-suite --skill setup-spm1001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines onboarding by installing all Claude behavioral skills and creating necessary symlinks, so a fresh setup has session lifecycle tools, utilities, and optional tool repos ready to use.

Core Features & Use Cases

  • Interactive onboarding: /setup triggers a full install of core skills and optional repos.
  • Automated symlink creation: links skills, scripts, and hooks into the user's Claude environment.
  • Quick recovery and validation: run /setup --verify to confirm integration and update as needed.

Quick Start

/setup # Interactive — installs all behavioral skills, offers tool repos /setup --verify # Check existing setup

Frequently Asked Questions about setup

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

FAQPage Schema
How do I install all Claude behavioral skills on a fresh machine?

To install all Claude behavioral skills on a fresh machine, run the /setup command. This interactive process provisions core skills, offers optional tool repos, and creates necessary symlinks to your Claude environment.

What prerequisites do I need for Claude Code onboarding automation?

Claude Code onboarding automation requires the GitHub CLI (gh) and uv to be installed. These tools facilitate the provisioning of core skills and the creation of symlinks to the ~/.claude/ directory.

Can I verify my Claude skills setup and integration after installation?

You can verify your Claude skills setup by running /setup --verify. This command checks your existing integration, confirms that symlinks are correctly configured, and applies any necessary updates.

How does the setup skill create symlinks for startup sessions?

The setup skill creates symlinks by linking skills, scripts, and hooks into your ~/.claude/ directory. This ensures that session lifecycle tools and utilities are ready for your startup sessions.

What is the best way to configure startup utilities after a fresh Claude Code install?

The best way to configure startup utilities after a fresh Claude Code install is running the /setup command. It automates onboarding by provisioning core behavioral skills and configuring your environment.

Why does onboarding fail without the GitHub CLI and uv?

Onboarding fails without the GitHub CLI and uv because the setup skill relies on them to fetch tool repos and manage dependencies. These tools are required to perform the symlink operations and install core skills.