Team skills for Claude Code.
git clone https://github.com/leadbay/skills.git ~/.leadbay-skills && ~/.leadbay-skills/setup~/.leadbay-skills/setup --updateEach skill checks for updates on launch and notifies you.
bash <(curl -s https://raw.githubusercontent.com/leadbay/skills/main/install.sh)From the project root:
~/.leadbay-skills/setup --add-to-projectThis appends skill routing rules to your CLAUDE.md.
| Command | Description |
|---|---|
/org-retro |
Org-wide engineering retro from GitHub + DBs |
/sales-retro |
Sales intelligence from PostHog analytics |
/diagnose |
Deep diagnostic root cause analysis (evidence-based, no code changes) |
~/.leadbay-skills/
VERSION # Update tracking
setup # Install/update/project-inject
install.sh # One-liner: install or update
CLAUDE.md # Template for project routing
bin/
lb-skills-update-check # Cached GitHub version check
lb-skills-config # Shared key-value config (API keys, DB creds)
lb-skills-assemble # Build SKILL.md from .tmpl + shared fragments
shared/ # Reusable fragments composed into skills
preamble.md # Update check
voice.md # Builder voice guidelines
discord-output.md # Discord formatting rules
posthog.md # PostHog API setup
db-setup.md # Database credential setup
org-retro/
SKILL.md.tmpl # Template (edit this)
SKILL.md # Generated (do not edit)
sales-retro/
SKILL.md.tmpl # Template (edit this)
SKILL.md # Generated (do not edit)
config/ # Local config (gitignored) — API keys, credentials
- Create
my-skill/SKILL.md.tmplwith<!-- include: shared/preamble.md -->at the top - Use
<!-- include: shared/filename.md -->for any shared sections - Target output under 1950 chars for Discord
- Run
bin/lb-skills-assembleto generateSKILL.md - Bump
VERSION, commit both.tmplandSKILL.md, push to main - Team runs
~/.leadbay-skills/setup --update