Agent Plugins Marketplace
All plugins

rtfp

v1.0.18

Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant instruction-following failures and renders the exchange as a terminal-style PNG

CodexClaude Code1 Skill

By Jamie-BitFlightLicense: MIT66 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install rtfp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add rtfp@jamie-bitflight-skills

Paste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “rtfp” remain stable.

  • Codex: rtfp@agent-plugin-marketplacertfp@jamie-bitflight-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Jamie-BitFlight/claude_skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rtfp/.

Plugin files

plugins/rtfp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/rtfp/SKILL.md

Included Skills1

rtfpskills/rtfp/SKILL.md

Scan Claude Code session transcripts to find the strongest user reactions to assistant instruction-following failures, reconstruct the triggering assistant output, and render a shareable terminal-style PNG artifact. Use when you want to surface and share a moment where the assistant completely missed what was asked — captures what they were doing, what Claude said, and how the user reacted. Triggers on: "rtfp", "read the fucking prompt", "find my worst AI moment", "make a rage screenshot from this session".

Plugin manifests2

plugins/rtfp/.codex-plugin/plugin.json
{
  "name": "rtfp",
  "version": "1.0.18",
  "description": "Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant instruction-following failures and renders the exchange as a terminal-style PNG",
  "author": {
    "name": "Jamie-BitFlight",
    "url": "https://github.com/Jamie-BitFlight"
  },
  "repository": "https://github.com/Jamie-BitFlight/claude_skills",
  "license": "MIT",
  "keywords": [
    "session-analysis",
    "emotional-reaction",
    "instruction-following",
    "png-artifact"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Rtfp",
    "shortDescription": "Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant instruction-following failures and renders the exchange as a terminal-style PNG",
    "longDescription": "Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant instruction-following failures and renders the exchange as a terminal-style PNG",
    "developerName": "Jamie-BitFlight",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant"
    ]
  }
}
plugins/rtfp/.claude-plugin/plugin.json
{
  "name": "rtfp",
  "version": "1.0.18",
  "description": "Read The Fucking Prompt — mines Claude Code session transcripts to surface the strongest user reactions to assistant instruction-following failures and renders the exchange as a terminal-style PNG",
  "author": {
    "name": "Jamie-BitFlight",
    "url": "https://github.com/Jamie-BitFlight"
  },
  "repository": "https://github.com/Jamie-BitFlight/claude_skills",
  "license": "MIT",
  "keywords": [
    "session-analysis",
    "emotional-reaction",
    "instruction-following",
    "png-artifact"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rtfp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rtfp)