BeClaude

makememe

New
2GitHub TrendingGeneralby dhruvmehra

Agent-friendly meme CLI over memegen.link — pip install makememe

First seen 6/6/2026

Summary

link.

  • It allows developers to quickly create custom memes from the command line, making it easy to add humor to code reviews, documentation, or team chats without leaving the terminal.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/makememe.md

3
Invoke with @agent-name
@makememe

Use Cases

Generate a Drake meme comparing two programming languages for a team presentation.
Create a Distracted Boyfriend meme to illustrate a common coding anti-pattern.
Produce a Two Buttons meme for a pull request review comment.
Make a Change My Mind meme to spark discussion on a technical decision.
Generate a Disaster Girl meme to caption a production bug fix.
Create a Bernie Sanders meme for a joke about a late-night coding session.

Usage Examples

1

/makememe drake 'Using tabs' 'Using spaces'

2

/makememe distracted-boyfriend 'My old code' 'New framework' 'Clean architecture'

3

/makememe two-buttons 'Merge now' 'Wait for tests'

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is makememe?

The makememe skill provides an agent-friendly CLI for generating memes via memegen.link. It allows developers to quickly create custom memes from the command line, making it easy to add humor to code reviews, documentation, or team chats without leaving the terminal.

How to install makememe?

To install makememe: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/makememe.md. Finally, @makememe in Claude Code.

What is makememe best for?

makememe is a agent categorized under General. It is designed for: agent. Created by dhruvmehra.

What can I use makememe for?

makememe is useful for: Generate a Drake meme comparing two programming languages for a team presentation.; Create a Distracted Boyfriend meme to illustrate a common coding anti-pattern.; Produce a Two Buttons meme for a pull request review comment.; Make a Change My Mind meme to spark discussion on a technical decision.; Generate a Disaster Girl meme to caption a production bug fix.; Create a Bernie Sanders meme for a joke about a late-night coding session..