Team skills for Claude Code.
git clone https://github.com/leadbay/skills.git ~/.leadbay-skills && \
~/.leadbay-skills/setup --with-knowledge--with-knowledge clones the leadbay/knowledge
mirror into ~/.leadbay/knowledge, installs Claude Code hooks
(UserPromptSubmit, Stop, PreToolUse), and a 30-min sync timer (launchd on
macOS, systemd on Linux).
For developers who also use gstack and want one shared learnings store:
~/.leadbay-skills/setup --with-knowledge --gstack-interop~/.leadbay-skills/setup --update --with-knowledgeEach 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 |
|---|---|
/knowledge-find |
Pre-task brief from the shared wiki + journal (auto-fired by hook) |
/knowledge-capture |
Post-task journal write (auto-fired by hook) |
/knowledge-explore |
Bootstrap a new product surface (paired or code-only) |
/knowledge-question |
Flag an open question into the questions/ folder |
/knowledge-sync |
Push local journal to leadbay/knowledge |
/knowledge-dream |
Manual local consolidator preview |
/diagnose |
Deep diagnostic root cause analysis (evidence-based, no code changes) |
/org-retro |
Org-wide engineering retro from GitHub + DBs |
/sales-retro |
Sales intelligence from PostHog analytics |
~/.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