codex commands

34,151 tagged codex, measured the same way as everything else here.

Browse within: gemini 170opencode 88gemini-cli 76academic-research 61coding-agent 60ai-assistant 58antigravity 53curriculum 51code-quality 49knowledge-graph 48ccusage 47agentic-workflow 46ai-coding-agent 46ai-coding-agents 46

ad-creative

49

coreyhaines31/marketingskills

Skill Claude CodeCodex

When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative…

46k +339 today A 239 tokens original MIT

ads

50

coreyhaines31/marketingskills

Skill Claude CodeCodex

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad…

46k +339 today A 175 tokens original MIT

ai-seo

51

coreyhaines31/marketingskills

Skill Claude CodeCodex

When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for…

46k +339 today A 213 tokens original MIT

sub2api-admin

52

Wei-Shaw/sub2api

Skill Claude CodeCodex

Manage Sub2API admin APIs for accounts, redeem codes, groups, proxies, error passthrough rules, TLS fingerprint profiles, imports, exports, batch updates, and raw administrator API calls. Use when the user mentions Sub2API, admin API keys, account management, redeem code management, recharge codes, invitation codes…

40k +213 yesterday A 101 tokens LGPL-3.0

humanizer

53

blader/humanizer

Plugin Claude Code

Rewrite AI-sounding text so it reads naturally without changing what it says.

40k +672 14d ago A tokens not measured original MIT

humanizer AGENTS.md

54

blader/humanizer

Instructions file CodexOpenCode

Instructions for blader/humanizer, covering guide for agents, what this repo contains, key files, rules for changes and writing style.

40k +672 14d ago A 541 tokens original MIT

humanizer

55

blader/humanizer

Skill Claude CodeCodex

Rewrite AI-sounding text so it reads naturally without changing what it says. Use when editing or reviewing prose for inflated claims, sales language, vague sources, repetitive structure, stock AI words, passive voice, filler, or chatbot artifacts. Based on Wikipedia's "Signs of AI writing.".

40k +672 14d ago A 61 tokens original MIT

diagram-design

56

cathrynlavery/diagram-design

Plugin Claude Code

Create branded architecture, IT current-state, flowchart, sequence, state machine, ER/data model, timeline, swimlane, quadrant, radar/spider, polar chart (polar/radial lollipop), loop/flywheel, nested, tree, org chart, layer stack, Venn, pyramid/funnel, treemap, bar, line, Gantt and scatter charts, high-level, process.

29k +515 changed today A tokens not measured copy · 88% MIT

import-drawio

58

cathrynlavery/diagram-design

Command

Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level.

29k +515 yesterday A 20 tokens original MIT

diagram-design

60

cathrynlavery/diagram-design

Skill Claude CodeCodex

Create branded architecture, IT current-state, flowchart, sequence, state machine, ER/data model, timeline, swimlane, quadrant, radar/spider, polar chart (polar/radial lollipop), loop/flywheel, nested, tree, org chart, layer stack, Venn, pyramid/funnel, treemap, bar, line, Gantt and scatter charts, high-level…

29k +515 yesterday A 188 tokens original MIT

rohitg00/agentmemory

Instructions file CodexOpenCode

AGENTS.md instructions for rohitg00/agentmemory, covering agentmemory — agent instructions, architecture, consistency rules, code patterns and function registration.

28k +130 2d ago A 1,546 tokens original Apache-2.0

agentmemory

62

rohitg00/agentmemory

Plugin Claude Code

Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks, 54 MCP tools, 8 skills, real-time viewer.

28k +130 2d ago A tokens not measured original Apache-2.0

agentmemory

63

rohitg00/agentmemory

MCP server Claude CodeCodexCursor +2

Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint. Runs locally from the @agentmemory/mcp npm package. Needs 3 environment variables to run.

28k +130 2d ago A tokens not measured original Apache-2.0

SessionStart

64

rohitg00/agentmemory

Hook

Runs when a session starts, executing session-start.mjs via node. From rohitg00/agentmemory.

28k +130 2d ago A tokens not measured original Apache-2.0

UserPromptSubmit

65

rohitg00/agentmemory

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From rohitg00/agentmemory.

28k +130 2d ago A tokens not measured original Apache-2.0

PreToolUse

66

rohitg00/agentmemory

Hook

Runs before the agent uses a tool for Edit, Write, Read, Glob and Grep tool calls, executing pre-tool-use.mjs via node. From rohitg00/agentmemory.

28k +130 2d ago A tokens not measured original Apache-2.0

recall

67

rohitg00/agentmemory

Command

Search past session observations and lessons for relevant context. Wrap the memorysmartsearch and memorylessonrecall MCP tools.

28k +130 2d ago A 0 tokens original Apache-2.0

remember

68

rohitg00/agentmemory

Command

Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the memorysave MCP tool.

28k +130 2d ago A 0 tokens original Apache-2.0

forget

69

rohitg00/agentmemory

Skill Claude CodeCodex

Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.

28k +130 2d ago A 43 tokens original Apache-2.0

handoff

70

rohitg00/agentmemory

Skill Claude CodeCodex

Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

28k +130 2d ago A 55 tokens original Apache-2.0

memory-discipline

71

rohitg00/agentmemory

Skill Claude CodeCodex

The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.

28k +130 2d ago A 56 tokens original Apache-2.0

release-local

72

manaflow-ai/cmux

Command Claude Code

Release straight from main with no PR, built and published locally.

27k +72 today A 0 tokens

At most 3 mods per repository are shown here — the rest are on their repository pages: