Prompt Library
GitHub
AI workflows, ready to reuse

Find the right prompt before the work starts.

A searchable library of prompts, rules, agents, skills, and resources for practical AI workflows across project teams.

48 resources 5 content types 7 disciplines
Claude Code skills bundle

Install all skills at once.

Clone the shared skill bundle into your project and let Claude Code pick up the workflows automatically.

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

New and updated workflows

The latest prompts, rules, agents, and skills added to the library.

View all

Drupal Demo Recorder

Skills Development v1.0.0 Updated

Use when asked to record demo videos or screenshots of a Drupal site (running under DDEV) to share with people — e.g. "make a demo video of <feature>", "record a walkthrough", "capture screenshots of this flow for the team", "show this working". Produces 1080p, narrated, validated, presentable captures driven through the real UI with e0ipso/ddev-playwright-cli. Do NOT use for writing automated/CI Playwright tests (use the playwright-cli skill) or for non-Drupal / non-DDEV recording.

Lullabot SaaS Security Review

Skills Admin Updated

Produces a downloadable Markdown security review report evaluating a SaaS application or product for possible use at Lullabot, anchored to Lullabot's SaaS service evaluation guidance. Use this whenever someone asks for a Lullabot security review, a SaaS/vendor/tool security review for Lullabot, asks to evaluate or vet a cloud service or app for Lullabot use, or asks to revise/update an existing Lullabot security review. Trigger on phrases like "security review", "vendor review", "vet this tool", "is X safe to use at Lullabot", or references to the security review submissions spreadsheet, even when the word "skill" is not used.

Idea Crucible

Skills Project Management Updated

Generate, compare, select, and refine multiple distinct ideas using the Idea Crucible Method. Use when the user wants to brainstorm several options for a task, weigh alternatives against criteria, pick the strongest one with clear justification, and iteratively refine it. Triggers on ideation, brainstorming, comparing options/approaches, decision-making between alternatives, and strategic problem-solving — even when the user doesn't name the method.

Reviewing Skills

Skills Development Updated

Reviews a Claude Code skill against skill-authoring best practices and produces a prioritized, non-blocking report. Use when creating, editing, or reviewing a SKILL.md, a skill's meta.yml, or a skill directory, or when asked whether a skill follows best practices.

Broken Link Report

Skills Quality Assurance Updated

Turn a Screaming Frog 'All Outlinks' CSV export into a clean broken-links report (Excel workbook). Use whenever the user has a Screaming Frog outlinks export and wants to find, triage, report on, or clean up broken links — including phrasings like 'broken link report', 'dead links', 'find the 404s', 'clean up this outlinks export', 'which links are broken', or 'report on bad links from this crawl'. Trigger even if the user hands over a CSV with From/To/Status Code columns and asks what's broken.

Drupal Security Review

Skills Development Updated

Deep security review of a Drupal site's CUSTOM code (modules + theme) running under DDEV, followed by recorded exploit-demonstration videos produced with the Playwright Agent CLI (playwright-cli) via the e0ipso/ddev-playwright-cli add-on. Use when the user wants to audit a DDEV Drupal codebase for vulnerabilities AND get reproducible video proofs-of-concept, especially on projects that do NOT already have a Playwright test harness. Not for diff-only PR review (use the built-in /security-review for that).

Improve Test Quality

Skills Quality Assurance

Improve test quality using mutation testing analysis. Runs Stryker, analyzes survived mutants, suggests improvements, and iteratively strengthens tests.

Content Inventory

Skills Content Strategy

Transform transform Screaming Frog CSV exports into client-ready audit spreadsheets (CSV or Excel). Use when the user needs to: (1) run a content audit or content inventory from Screaming Frog data, (2) understand what Screaming Frog exports are needed for an audit, (3) validate input CSVs before running the tool, (4) troubleshoot content inventory tool errors, (5) understand the output audit spreadsheet columns and format. Requires Python 3, pandas, and openpyxl.

Hemingway Editor

Skills Content Strategy

Apply Hemingway-style editing principles to make writing clearer, more direct, and more powerful. Trigger for editing tasks, new writing tasks, and content rewrites where clarity and directness are valuable. Apply even when the user doesn't mention "Hemingway." If they're asking for writing help, this skill applies.

Drupal Data Dictionary Extractor

Skills Development

Generate Excel data dictionaries from Drupal 9/10 exported configuration. Use when working in a Drupal project that has a config sync directory and the user wants to document content types, taxonomy vocabularies, block types, media types, or paragraph types as spreadsheets. Triggers on requests like "generate a data dictionary", "document the content model", "create field documentation", "export Drupal fields to Excel", or similar.

DDEV xhgui Analyze

Skills Development v1.0.0

Analyze an xhgui/xhprof profile run from a DDEV environment. Provide one run ID for standalone analysis, or two for before/after comparison.

Pencil Designer

Skills Design v1.0.0

This skill should be used when working with Pencil design files (.pen), creating or editing designs in the Pencil editor, using Pencil MCP tools, building UI layouts, managing design systems/libraries, or generating code from Pencil designs. Triggers on "pencil", ".pen file", "design in pencil", "create a design", "design library", "pen file", or when Pencil MCP tools are available and design work is requested.

Tugboat CLI

Skills Development Updated

This skill should be used when managing Tugboat preview environments via the tugboat CLI. It applies when creating, listing, rebuilding, refreshing, debugging, or administering Tugboat previews, services, and repositories. Triggers on tugboat commands, preview environment management, .tugboat/config.yml editing, and Tugboat QA workflow questions.

Slack Markdown Formatter

Skills Content Strategy

This skill should be used when users request messages, notifications, or content formatted for Slack. Use this skill when the user asks to write, draft, format, or compose messages specifically for Slack, as Slack uses 'mrkdwn' which differs from standard markdown. Also use when users mention Slack Block Kit or rich message formatting for Slack.

GitHub Wiki

Skills Development

This skill should be used when creating, editing, or managing GitHub wiki pages. Use when writing wiki content, creating internal links between wiki pages, adding images, updating sidebar navigation, or working with .wiki.git repositories. Triggers on "wiki", "wiki page", "update the wiki", "add to wiki", or when working in a *.wiki directory or *.wiki.git repository.

SEO Expert

Skills Sales Marketing

This skill should be used when users need SEO audits, website optimization recommendations, technical SEO analysis, or competitive research. Use when users request to analyze a website's search engine performance, identify SEO issues, or get prioritized action items to improve rankings. Ideal for tasks like 'audit this website for SEO' or 'what are the top issues affecting this site's SEO performance.'

Google Workspace CLI (gws)

Skills Development v1.1.0

This skill should be used when users need to interact with Google Workspace services (Gmail, Calendar, Drive, Sheets, Docs, Tasks, Chat, etc.) from the command line. Use when users ask to send/read email, check calendar, upload files, read spreadsheets, manage tasks, or perform any Google Workspace operation. Triggers on "check my email", "send email", "calendar", "agenda", "upload to drive", "read spreadsheet", "google workspace", "gws", or any request involving Gmail, Google Calendar, Google Drive, Google Sheets, Google Docs, or Google Tasks.

htmx Expert

Skills Development

This skill should be used when users need help with htmx development, including implementing AJAX interactions, understanding htmx attributes (hx-get, hx-post, hx-swap, hx-target, hx-trigger), debugging htmx behavior, building hypermedia-driven applications, or following htmx best practices. Use when users ask about htmx patterns, server-side HTML responses, or transitioning from SPA frameworks to htmx. (user)

Create an NATM from an RFP

Prompts Sales Marketing

This prompt creates an NATM write up for an RFP. It does so by finding and collecting citations from the RFP, enumerating them, and then writing a prose style NATM.

Meeting Notes Extraction

Prompts Project Management

Converts raw meeting transcripts into organized, concise meeting notes by extracting essential information

ADR Generator

Prompts Development

Generate an ADR from a conversation or transcription about a decision.

Weekly Project Journal Entry

Prompts Project Management

AI prompt for formatting a transcript into our weekly project journal entry format.

Summarize This

Prompts Project Management

A prompt for summarizing long transcripts of meetings, YouTube videos, and other content

Quality Assurance Test Checklist

Prompts Quality Assurance

A comprehensive checklist to ensure quality and consistency before releasing any feature or update. Covers requirements, testing, documentation, and stakeholder sign-off.

Create a Personal Voice Guide

Prompts Project Management

A comprehensive 45-step process to create a detailed voice guide that captures your unique writing patterns, style, vocabulary, and contextual adaptations with sufficient precision that any LLM could replicate your voice across all contexts.

GitHub Assistant Agent

Agents Development

A specialized Git workflow assistant that automates GitHub issue-based development workflows using the gh CLI and semantic branch naming conventions. Creates branches, manages pull requests, and streamlines issue-to-PR workflows.

Module README Maintainer Agent

Agents Development

A specialized Claude Code sub-agent designed for proactive Drupal module documentation maintenance. Automatically triggers when module code changes are made to ensure README files stay perfectly synchronized with implementation.

Humanizer

Skills Content Strategy Updated

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on the comprehensive Wikipedia "Signs of AI writing" guide. Detects and fixes patterns including inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, excessive conjunctive phrases, and conversational tells like emphatic "real", announcing the rhetorical move, and anthropomorphized objects.

Nano Banana Prompt Generator

Skills Design

This skill should be used when users need to create detailed, effective prompts for Gemini Nano Banana (or Nano Banana Pro) image generation. Use when users ask for "image prompts", "create a prompt for", "visualize this scene", "generate art of", or need help crafting prompts for AI image generation. Ideal for book illustrations, concept art, character designs, scene visualization, and creative projects requiring precise visual output.

Cloudflare Tunnel

Skills Development

This skill should be used when users need to expose a local development web service to the internet via Cloudflare Tunnel. Use when users say 'expose my local server', 'share my dev server', 'create a tunnel', 'cloudflare tunnel', 'public URL for localhost', 'trycloudflare', or need to share a locally running service with others for testing or preview.

Content Optimization Agent

Agents Content Strategy

An AI agent that analyzes and optimizes content for SEO, readability, and engagement across multiple platforms.

Code Review Assistant Agent

Agents Development

An AI agent configuration for automated code review that checks for best practices, security issues, and maintainability.

Meeting Facilitator Agent

Agents Project Management

An AI agent that helps facilitate meetings by taking notes, tracking action items, and managing follow-ups.

Drupal Backend Specialist Agent

Agents Development

A specialized AI agent for Drupal backend development including custom modules, database design, API development, and plugin architecture.

Drupal Frontend Engineer Agent

Agents Development

A specialized AI agent for Drupal frontend development including theme creation, template customization, CSS/SCSS styling, JavaScript integration, and responsive design.

Testing QA Engineer Agent

Agents Development

A specialized AI agent for automated testing including PHPUnit tests, browser automation, test strategies, debugging test failures, and optimizing test coverage.

Drupal Development

Development

Rules for maintaining high code quality in Drupal projects.

Readable Zoom Transcripts

Prompts Project Management

A prompt for cleaning and formatting meeting transcripts to improve readability while maintaining content integrity.

Browse by Type

Choose the shape of help you need

Each content type has a different job: starting points, standards, installable workflows, role-based assistants, and reference material.

Browse by Discipline

A library map for every team

A compact matrix so people can scan across teams and resource types quickly.

Discipline Prompts Rules Agents Skills Resources
Content Strategy 1 1 4
Design 2
Quality Assurance 1 2
Admin 1

Share your best workflow.

Submit a prompt, rule, agent, or skill and help the library become more useful for everyone.