ronmkr/PromptBook

A library of expert prompt templates for AI CLI tools — organized, versioned, and ready to use

2Stars on the repository
198Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

mle-workflow

49

ronmkr/PromptBook

Skill Claude CodeCodex

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

not rated 2 3mo ago A 44 tokens copy · 98% Apache-2.0

ronmkr/PromptBook

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

not rated 2 3mo ago A 45 tokens copy · 95% Apache-2.0

prototype

51

ronmkr/PromptBook

Skill Claude CodeCodex

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

not rated 2 3mo ago A 90 tokens copy · 83% Apache-2.0

ronmkr/PromptBook

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

not rated 2 3mo ago A 54 tokens copy · 89% Apache-2.0

tdd-workflow

53

ronmkr/PromptBook

Skill Claude CodeCodex

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

not rated 2 3mo ago A 43 tokens copy · 97% Apache-2.0

tdd

54

ronmkr/PromptBook

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

not rated 2 3mo ago A 45 tokens copy · 86% Apache-2.0

triage

55

ronmkr/PromptBook

Skill Claude CodeCodex

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

not rated 2 3mo ago A 49 tokens copy · 84% Apache-2.0

verification-loop

56

ronmkr/PromptBook

Skill Claude Code

A comprehensive verification system for The Agent Code sessions.

not rated 2 3mo ago A 13 tokens copy · 81% Apache-2.0

brand-guidelines

57

ronmkr/PromptBook

Skill Claude CodeCodex

Applies Google's official brand colors and typography to any sort of artifact that may benefit from having Google's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

not rated 2 3mo ago A 46 tokens copy · 89% Apache-2.0

internal-comms

58

ronmkr/PromptBook

Skill Claude CodeCodex

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. The Agent should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project…

not rated 2 3mo ago A 68 tokens copy · 86% Apache-2.0

docx

59

ronmkr/PromptBook

Skill Claude CodeCodex

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

not rated 2 3mo ago A 168 tokens copy · 80% Apache-2.0

pdf

60

ronmkr/PromptBook

Skill Claude CodeCodex

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

not rated 2 3mo ago A 92 tokens copy · 92% Apache-2.0

pptx

61

ronmkr/PromptBook

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

not rated 2 3mo ago A 152 tokens copy · 83% Apache-2.0

xlsx

62

ronmkr/PromptBook

Skill Claude CodeCodex

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

not rated 2 3mo ago A 201 tokens copy · 92% Apache-2.0

ronmkr/PromptBook

Skill Claude CodeCodex

Build, debug, and optimize The Agent API / Universal SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing The Agent API code between The Agent model versions. TRIGGER when: code imports google-generativeai/@google/generative-ai; user asks for the The Agent API, Universal…

not rated 2 3mo ago A 174 tokens original Apache-2.0

ronmkr/PromptBook

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 2 3mo ago A 66 tokens copy · 86% Apache-2.0

ronmkr/PromptBook

Skill Claude CodeCodex

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.".

not rated 2 3mo ago A 49 tokens copy · 97% Apache-2.0

rules-distill

67

ronmkr/PromptBook

Skill Claude CodeCodex

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files.

not rated 2 3mo ago A 28 tokens copy · 94% Apache-2.0

strategic-compact

68

ronmkr/PromptBook

Skill Claude Code

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

not rated 2 3mo ago B 27 tokens copy · 73% Apache-2.0

team-builder

69

ronmkr/PromptBook

Skill Claude CodeCodex

Interactive agent picker for composing and dispatching parallel teams.

not rated 2 3mo ago A 13 tokens copy · 95% Apache-2.0

backend-patterns

70

ronmkr/PromptBook

Skill Claude CodeCodex

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

not rated 2 3mo ago A 31 tokens copy · 89% Apache-2.0

cisco-ios-patterns

71

ronmkr/PromptBook

Skill Claude CodeCodex

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

not rated 2 3mo ago A 36 tokens copy · 92% Apache-2.0

clickhouse-io

72

ronmkr/PromptBook

Skill Claude CodeCodex

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

not rated 2 3mo ago A 26 tokens copy · 88% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: