setup

star 2

Configure Claude Code with symlinks to knowledge base agents and skills

whoabuddy By whoabuddy schedule Updated 1/16/2026

name: setup description: Configure Claude Code with symlinks to knowledge base agents and skills allowed-tools: Bash, Read, Write, Edit, Glob, Grep

Setup Skill

Set up and maintain your Claude Code configuration from the team knowledge base.

Usage

/setup             # First-time setup or status check
/setup update      # Update CLAUDE.md and sync new skills

Overview

  • First run: Detects knowledge base, symlinks agents, copies skills, generates CLAUDE.md
  • Status check: Shows current config status and available updates
  • Update: Syncs shared sections of CLAUDE.md, offers to copy new skills

Quick Reference

Runbook: runbook/setup-claude-code.md in your knowledge base.

What Gets Configured

Item Method Why
Agents Symlink Auto-updates on git pull
Skills Copy Allows personal additions
CLAUDE.md Generate Paths differ per user

Adding Personal Skills

After setup, add skills directly to ~/.claude/skills/:

mkdir ~/.claude/skills/my-skill
# Add SKILL.md with your definition

To share with the team, copy to the knowledge base and commit.

Install via CLI
npx skills add https://github.com/whoabuddy/claude-knowledge --skill setup
Repository Details
star Stars 2
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator