Lullabot Skills banner
Lullabot Lullabot

Lullabot Skills

Development community

Description

Claude Code skills bundle for Lullabot projects. Clone into .claude/skills/ to install.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Lullabot Skills

A bundle of [Claude Code skills](https://docs.claude.com/en/docs/claude-code/skills) maintained by Lullabot for use across client and internal projects. Each skill is also browsable individually in the [Lullabot Prompt Library](https://github.com/Lullabot/prompt_library); this repo exists to make installing all of them at once a one-liner.

Install

From the root of any project:

git clone https://github.com/Lullabot/lullabot-skills.git .claude/skills

Or, to update an existing install:

cd .claude/skills && git pull

Claude Code will pick up every skill automatically on the next session.

**Tip:** add `.claude/skills` to your project's `.gitignore` so each developer pulls their own copy.

Skills included

  • cloudflare-tunnel — Expose a local dev server via Cloudflare Tunnel.
  • ddev-xhgui-analyze — Analyze xhprof/xhgui profile runs from a DDEV environment.
  • github-attachments — Upload screenshots and files to GitHub so they render in issues, PRs, and comments.
  • github-wiki — Read and edit GitHub wikis.
  • gws-cli — Drive Google Workspace (Gmail, Calendar, Drive, Sheets, Docs) from the CLI.
  • hemingway-editor — Apply editing principles to make writing clear, direct, and powerful.
  • htmx-expert — htmx patterns, attributes, and hypermedia-driven app guidance.
  • humanizer — Strip AI-writing tells from text.
  • improve-test-quality — Improve test quality with mutation testing analysis.
  • issue-writing — Write issues, tickets, and bug reports someone else can act on.
  • nano-banana-prompt — Craft prompts for Gemini Nano Banana image generation.
  • pencil-designer — Work with Pencil design files via the Pencil MCP tools.
  • pull-request-description — Write PR/MR descriptions and titles a reviewer can act on.
  • resolve-composer-conflicts — Resolve composer.lock merge conflicts cleanly.
  • seo-expert — SEO audits and prioritized recommendations.