Skip to content

Glossary

Look up a skill, agent, command, or shell alias. The skill, agent, slash-command, and shell-command glossaries, extracted from handbook §10–13.

← docs home

Skill Glossary

Skills give Claude specialized knowledge or workflow. Universal skills are auto-loaded everywhere; registry skills are opt-in per project.

Universal skills (BOB_SOURCE/skills/)

SkillPurpose
agent-builderCreate and maintain agent definitions
orchestratorGenerate/refresh a project's provision manifest (stack/type/capability interview)
automationSwitch automation level (L1/L2/L3) for current project
code-expertTypeScript / SvelteKit / Cloudflare Workers / Hono / D1 / R2 / Vitest
code-simplifyingReduce complexity, dedupe, refactor for clarity
commitGit commit workflow (used by /commit)
explaining-codeVisual diagrams + analogies for code explanations
prPull request workflow (used by /pr)
rdbToggle Remote Decision Bridge on/off
researchGeneric research project management
skill-creatorGuide for creating new skills
software-project-managerStrategic PM thinking (modern software delivery practices)
stop-warp-driveGraceful warp-drive stop
timelordTemporal accuracy guardian for documentation
doc-auditRead-only documentation drift audit (#151)
doc-syncMechanical documentation drift fixes (#151)
docs-siteProvision and operate an engine-pluggable docs site — VitePress default, Astro Starlight alternative (#153, #689). Auto-deploy on doc changes via Cloudflare Pages (#155); see docs-site-lifecycle.md.

Registry skills (BOB_SOURCE/registry/skills/)

Provision per-project via cdprov or /provision add skill <name>.

Code & dev

  • cloudflare-dev — Cloudflare Workers development
  • d1-expert — Cloudflare D1 (SQLite) expertise
  • drupal-dev, drush — Drupal-specific
  • wordpress-dev — WordPress-specific
  • strapi-dev — Strapi headless
  • mcp-builder — Build Model Context Protocol servers

API & integration

  • api-designing — API design
  • kalshi-api — Kalshi-specific

Frontend & UX

  • frontend-design — Distinctive, production-grade UI
  • responsive-design — Responsive layout patterns
  • accessibility-auditing — WCAG 2.1 AA
  • ux-designing — UX design
  • visual-design — Visual design
  • visual-explainer — Visual explanations
  • web-artifacts-builder — Web component / page artifacts
  • theme-factory — Themes
  • design-systems — Design systems work
  • brand-guidelines — Brand application
  • information-architecting — IA

Audit & QA

  • performance-auditing — Web performance
  • seo-auditing — SEO audits
  • webapp-testing — Playwright-driven testing
  • user-research — User research projects

Deploy

  • deploy-cloudflare — Atomic Cloudflare Pages/Workers deploys (provides /deploy)

Document handling

  • docx, pdf, pptx, xlsx — Office document handling
  • image-processing — Image manipulation
  • token-report — Token usage reporting

Agent Glossary

Agents are specialized subagents the main Claude session can launch via the Task tool.

Universal agents (BOB_SOURCE/agents/)

AgentWhen to use
lessons-extractorAfter significant work — extract & document lessons learned
project-historianSynthesize project history; answer "why did we…" questions
requirements-analystCapture or refine requirements; ensure testable acceptance criteria
solution-architectDesign solutions, compare alternatives, assess trade-offs

Registry agents (BOB_SOURCE/registry/agents/)

Code & architecture

  • code-expert — Deep TypeScript / Cloudflare-stack analysis
  • code-debugger — Bug diagnosis
  • code-reviewer — Code review
  • lead-dev-architect — Strategic technical guidance
  • unit-test-generator — Generate unit tests

Domain-specific

  • drupal-expert — Drupal 9/10
  • sentry-integration-expert — Sentry SDK integration

Audit

  • accessibility-auditor — WCAG 2.1 AA audits
  • seo-performance-auditor — SEO + performance
  • ahrefs-expert — Ahrefs SEO tools

UX

  • ux-architect — UX design

PM-flavored

  • project-manager — Project planning / coordination
  • qa-strategist — Test strategy / DoD
  • risk-manager — Risk identification / mitigation
  • release-engineer — Deployment / release management
  • stakeholder-liaison — Stakeholder communication

Slash Command Glossary

By topic. Universal commands ship with every project. Registry commands need cdprov add per-project. Built-in commands ship with Claude Code itself.

Foundation (universal)

CommandPurpose
/visionCreate or update docs/vision.md (living strategy doc)
/capabilityCreate a capability as a GitHub Issue (label cap)
/requirementCreate a requirement as a GitHub Issue (label req)

Discovery (universal)

CommandPurpose
/what-nextAnalyze project state, propose next work item

Manual development (universal)

CommandPurpose
/start-workCreate a feature/fix branch
/commitCreate a git commit
/prOpen a PR with requirement traceability
/finish-workMerge to master / open PR + cleanup
/session-summaryClose session as a GitHub Issue
/journalCreate decision/lesson/session issue

Autonomous (universal)

CommandPurpose
/warp-drive [issue]The autonomous development loop
/stop-warp-driveGraceful stop
/auto-loopLegacy — predecessor of /warp-drive; will be removed

Parallel (universal)

CommandPurpose
/cdforkMulti-agent worktree orchestration (subcommands match cdfork CLI)

Dev environment (universal)

CommandPurpose
/dev-upBring dev env to fully testable state

Maintenance (universal)

CommandPurpose
/provisionManage provisioning (status / add / remove / refresh / diff / init)
/rebobFull project state reconciliation
/trace-miningMine session journals for harness improvements

Skill toggles (universal)

CommandPurpose
/automationSwitch automation level
/rdbToggle Remote Decision Bridge

Registry / opt-in commands

Provision before use (cdprov add command <name>):

  • /research — Research project management
  • /deploy — Cloudflare atomic deploy (from deploy-cloudflare skill)
  • /release, /review-lessons, /ux-review — As provisioned

Older registry commands (/backlog, /risk, /report-bug, /change, /status, /dashboard, /standup, /retrospective) predate the GitHub-Issues hierarchy and are scheduled for removal. Do not use them on new work. /spec has been removed (#508); /solution and /incident were rewritten to file GitHub Issues (a decision and an incident issue respectively) rather than local SOL-*.md / INC-*.md files. Use /capability + /requirement + GitHub Issues with appropriate labels instead.

Built-in Claude Code & plugin commands

Always available, not BoB-specific:

CommandPurpose
/initInitialize a CLAUDE.md from existing codebase
/reviewReview pending changes
/security-reviewSecurity review of pending changes
/loopRun a slash command on a recurring interval
/scheduleCron-style scheduling for recurring agents
/clean_goneClean up local branches that are gone on the remote (commit-commands plugin)
/commit-push-prCommit, push, open PR (commit-commands plugin)
/helpBuilt-in Claude Code help

Plugin command families also available: sentry:*, frontend-design:*, commit-commands:*. List them with /help inside Claude.


Shell Command Glossary

Every command runnable from a regular terminal.

BoB CLI aliases (set up by bob-install.sh)

AliasBacked byPurpose
cdiBOB_SOURCE/claude-init.shInitialize project with BoB tooling
cdbBOB_SOURCE/claude-dashboard.shDashboard — tooling + symlink status
cdpBOB_SOURCE/claude-promote.shPromote a local item to global registry
cdlBOB_SOURCE/claude-link.shLink a global item into project
cdprovBOB_SOURCE/scripts/provision.shProvision project from manifest
cdprojBOB_SOURCE/bin/cdprojProvision/reconcile the linked GitHub Project (init/update/status/reset/item/backfill) — see gh-projects.md
cdrBOB_SOURCE/scripts/lib/cdr.shClaude Disaster Recovery — cdr status / check / recover / reprovision / reset (see backup-recovery.md)
cdforkBOB_SOURCE/bin/cdforkParallel worktree orchestration

claude shell wrapper

The bob-install.sh wrapper intercepts custom flags before exec'ing the real claude CLI:

FlagEffect
-a1Set automation Level 1 (Supervised)
-a2Set automation Level 2 (Trusted Dev)
-a3Set automation Level 3 (Autonomous)
-rdbEnable Remote Decision Bridge (Telegram)

Combine: claude -a3 -rdb is the canonical autonomous warp-drive launch.

BoB scripts (BOB_SOURCE/scripts/ and bin/)

PathPurpose
scripts/bob-install.shSet up shell wrapper + aliases (idempotent)
scripts/deploy.shSync BOB_SOURCE → BOB_HOME (--dry-run, --first-run, --force)
scripts/provision.shProvision project from manifest (called by cdprov)
scripts/migrate-pm-to-issues.shOne-shot migration: PM markdown → GitHub Issues
scripts/migrate-to-registry.shOne-shot migration to registry/
scripts/cleanup-legacy-pm.shRemove forbidden PM files
scripts/dashboard-server.jsLocal dashboard server (cds)
scripts/lib/preflight-check.shCommon preflight (deps, tools)
scripts/lib/safe-json-write.shAtomic JSON write helper
scripts/lib/settings-write.shSafe settings.json mutation
scripts/checks/*.shmake check-* targets
scripts/warp-drive/state-machine.jsWarp-drive state engine
scripts/cdfork/{fork,status,drop,pair,from-issues}.shcdfork subcommand implementations
scripts/dev-lifecycle/{dev-up,health-check,provision-users,seed-discover,seed-generate,check-seed-coverage}.shDev env IaC
scripts/rebob/*.js/rebob engine
scripts/cascade-engine/*.jsCascade rule engine
scripts/autoloop/state-machine.jsLegacy auto-loop state engine

bin/ entrypoints (intended for direct PATH use)

BinPurpose
bin/warpHuman control plane for warp-drive (warp status, warp stop, warp config, warp session start/end/status, warp finalize)
bin/cdforkParallel worktree orchestration (also exposed as cdfork alias)
bin/cdfork-pairCross-repo cdfork pair (standalone shape of cdfork pair)
bin/dev-upDev env lifecycle from a regular terminal
bin/dev-healthShortcut for dev-up --check

Makefile targets

Run from BOB_SOURCE. See make help for the full list.

Verification: check, check-deps, check-schemas, check-symlinks, check-hooks, check-provisions Testing: test, test-checks, test-schemas, test-warp-drive Combined: ci (= check + test), doctor (diagnostic dump)