Appearance
Skills Reference
Skills that extend Claude with specialized workflows and domain knowledge.
65 skills — generated from source frontmatter.
| Name | Origin | Description |
|---|---|---|
accessibility-auditing | registry | Audit web pages and components for accessibility issues following WCAG 2.1 guidelines. |
agent-builder | registry | Guide for creating effective agents (subagents) that extend Claude Code with specialized roles and expertise. |
api-designing | registry | Design consistent RESTful API endpoints, request/response formats, and error handling patterns. |
automation | universal | Switch between automation levels (Supervised, Trusted Dev, Autonomous, Full-Auto) to control Claude Code permission profiles per-project. |
brand-guidelines | registry | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. |
cloudflare-dev | registry | Cloudflare development expertise for building Workers, Snippets, Pages, and all Cloudflare integrations. |
code-expert | registry | > |
code-simplifying | registry | Simplify and refine code for clarity, consistency, and maintainability. |
commit | universal | Create a git commit. |
d1-expert | registry | Cloudflare D1 database design and SQL expertise for serverless SQLite on Cloudflare's edge network. |
dependency-auditing | registry | Defensive supply-chain hygiene — running and triaging dependency audits (npm/pnpm/composer), reviewing lockfile changes, and handling advisories on a cadence across the JS/Workers apps and the PHP/Drupal cluster. |
deploy-cloudflare | registry | Deploy Cloudflare Pages projects with atomic pre-flight checks, D1 migrations, and build verification. |
design-md-context | registry | Inject a project's DESIGN.md (committed visual identity) plus the design.md format rules into agent prompt context, so provisioned agents produce on-brand UI without re-deriving the design system each session. |
design-systems | registry | Build and maintain scalable design systems with component libraries, design tokens, and consistent patterns. |
doc-audit | registry | Read-only documentation drift audit. |
doc-sync | registry | Apply mechanical documentation drift fixes — component counts, registry counts, label-naming normalisation, broken-link repairs. |
docs-site | registry | Provision and operate an engine-pluggable documentation site (VitePress default, Astro Starlight alternative) for any BoB-provisioned project. |
docx | registry | Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. |
drupal-dev | registry | Drupal CMS development expertise for building modules, themes, and sites on Drupal 10/11. |
drupal-security | registry | Drupal-specific security — tracking Drupal Security Advisories (SA), access-check correctness, render/sanitization safety, CSRF/token handling, and the composer/drush security-update flow. |
drush | registry | Execute Drupal Drush commands through DDEV — cache clearing, config management, database operations, user management, and watchdog logging. |
explaining-code | registry | Explains code with visual diagrams and analogies. |
frontend-design | registry | Create distinctive, production-grade frontend interfaces with high design quality. |
graph-orchestration | registry | Wire multi-agent work as a graph — nodes are jobs, edges are facts, and every diamond has a checker. |
idea-stress-test | registry | Adversarial pre-mortem critic for a proposed idea, feature, project, or approach — BEFORE any build commitment. |
image-processing | registry | Convert, process, and optimize digital images. |
information-architecting | registry | Design and organize content structure, navigation systems, taxonomies, and information hierarchy for websites and applications. |
llm-tiering | registry | Reserve an expensive LLM for the work that earns it. |
loop-primitive | registry | Run a declarative 'do X until condition Y' loop — wraps an agent + an evaluator/check + a stop-condition + guardrails, executed by a single reusable runner. |
macos-host-ops | registry | Operate the macOS host-environment layer declaratively — Homebrew bundle (Brewfile check/install/dump, dry-run vs apply, cask blockers surfaced not skipped), iTerm2 Dynamic Profiles (file location, JSON shape, GUID stability, declarative… |
mcp-builder | registry | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. |
memory-audit | registry | Read-only memory drift audit. |
memory-recall | registry | On-demand recall over the file-based memory store. |
orchestrator | universal | Run the BoB project orchestrator interview to generate or refresh a per-project provision manifest. |
pdf | registry | Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. |
performance-auditing | registry | Audit web applications for performance issues and optimize for speed, especially on Cloudflare Workers edge runtime. |
pptx | registry | Presentation creation, editing, and analysis. |
pr | universal | Create a pull request. |
promotion | universal | View or set a project's promotion ceiling — how far automated promotion may carry work (pr / external / test / prod). |
rdb | universal | Toggle Remote Decision Bridge (RDB) mode on/off. |
research | registry | > |
responsive-design | registry | Design mobile-first responsive interfaces with proper touch targets, adaptive layouts, and cross-device experiences. |
runbook-gen | registry | Generate a condensed runbook / troubleshooting guide from scattered doc sources (READMEs, wiki pages, code comments, prior incident notes). |
secrets-management | registry | Handle secrets safely across our stacks — Cloudflare Workers (wrangler secret, .dev.vars), environment bindings, and a pre-commit secret-scanning hook so credentials never reach a commit. |
seo-auditing | registry | Audit pages for search engine optimization best practices including meta tags, structured data, performance, and content optimization. |
shell-cli-design | registry | Design and build CLIs the BoB way — report by default and mutate only under --apply, a stable versioned --json contract with an error object on failure, meaningful exit codes (0 converged / 1 drift or gate-fail / 2 usage-config error / 3… |
skill-creator | registry | Guide for creating effective skills. |
software-project-manager | registry | Software project management for planning, executing, and delivering software projects. |
stop-warp-drive | universal | Gracefully stop or hard-reset an active warp-drive session. |
strapi-dev | registry | Strapi headless CMS development expertise for building APIs and content management on Strapi v4/v5. |
tailscale-remote-ops | registry | Reach and inspect other fleet machines safely over the tailnet — peer discovery from machines.json (scripts/fleet/machine.js, read-only) plus tailscale status --json, the reusable non-interactive SSH transport in scripts/fleet/audit.js… |
tdd-flow | registry | Drive a change test-first: pseudocode -> write failing tests -> implement until green -> check-in, building coverage by construction. |
theme-factory | registry | Toolkit for styling artifacts with a theme. |
timelord | universal | Temporal accuracy guardian for documentation. |
todo-writing | universal | Write accurate, verifiable human action items — todo GitHub issues and any inline 'here's what you need to do' manual instructions. |
token-report | registry | Show token usage report for warp-drive sessions. |
user-research | registry | Conduct user research to inform design decisions through personas, journey mapping, usability testing, and heuristic evaluation. |
ux-designing | registry | >- |
visual-design | registry | Apply visual design fundamentals including color theory, typography systems, spacing scales, and grid layouts. |
visual-explainer | registry | Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. |
web-artifacts-builder | registry | Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). |
web-security-hardening | registry | HTTP security hardening for Cloudflare-edge and web apps — Content-Security-Policy, security response headers (HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy), CORS, and secure cookie flags. |
webapp-testing | registry | Toolkit for interacting with and testing local web applications using Playwright. |
wordpress-dev | registry | WordPress development expertise for building themes, plugins, and sites on WordPress 6.x. |
xlsx | registry | Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. |