Agent Plugins Marketplace
All plugins

rwr

v2.7.0

Portable documentation workflows for audit, synchronization, and freshness review; user-facing authoring and summaries; citation-driven writing; docs-to-skill conversion; and AI-instruction optimization.

CodexClaude Code6 Skills

By Jamie Nelson66 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
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 rwr 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 rwr@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 “rwr” remain stable.

  • Codex: rwr@agent-plugin-marketplacerwr@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/the-rewrite-room/.

Plugin files

plugins/the-rewrite-room/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/audit/SKILL.md
├── skills/author/SKILL.md
├── skills/cite/SKILL.md
├── skills/doc-to-skill/SKILL.md
├── skills/optimize/SKILL.md
└── skills/the-rewrite-room/SKILL.md

Included Skills6

auditskills/audit/SKILL.md

Use when the primary outcome is comparing documentation claims with implementation evidence, synchronizing docs from verified changes, or freshness review, including drift, missing coverage, stale claims, and post-change updates.

authorskills/author/SKILL.md

Use when the primary outcome is authoring, rewriting, summarizing, or validating user-facing documentation without implementation comparison or required source attribution, including READMEs, tutorials, API docs, GitLab Markdown, source-faithful summaries, and audience-specific prose.

citeskills/cite/SKILL.md

Use when the primary outcome is creating publishable source-attributed content from URLs or supplied material, including research summaries, articles, briefs, and posts whose factual claims and quotations need reader-visible, verifiable citations.

doc-to-skillskills/doc-to-skill/SKILL.md

Use when the primary outcome is creating a new portable Agent Skill directory from one local documentation file, documentation directory, or Git repository, including mixed text and capability-gated binary sources that require exhaustive source-to-output accounting.

optimizeskills/optimize/SKILL.md

Use when the primary outcome is refining an existing AI-facing artifact without dropping behavior, including SKILL.md, AGENTS.md, CLAUDE.md, rules, prompts, and agent definitions that need sharper invocation, structure, or completion criteria.

the-rewrite-roomskills/the-rewrite-room/SKILL.md

Use when the user explicitly asks Rewrite Room to route documentation work, or when audit/sync/freshness, user-facing authoring, citation-driven writing, docs-to-skill conversion, and AI-instruction optimization overlap and exactly one workflow must be chosen.

Plugin manifests2

plugins/the-rewrite-room/.codex-plugin/plugin.json
{
  "name": "rwr",
  "version": "2.7.0",
  "description": "Portable documentation workflows for audit, synchronization, and freshness review; user-facing authoring and summaries; citation-driven writing; docs-to-skill conversion; and AI-instruction optimization.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/Jamie-BitFlight/claude_skills"
  },
  "keywords": [
    "documentation",
    "audit",
    "sync",
    "freshness",
    "authoring",
    "summarization",
    "citations",
    "skill-conversion",
    "prompt-optimization"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Rwr",
    "shortDescription": "Portable documentation workflows for audit, synchronization, and freshness review; user-facing authoring and summaries; citation-driven writing; docs-to-skill conversion; and AI-instruction optimization.",
    "longDescription": "Portable documentation workflows for audit, synchronization, and freshness review; user-facing authoring and summaries; citation-driven writing; docs-to-skill conversion; and AI-instruction optimization.",
    "developerName": "Jamie Nelson",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $rwr:the-rewrite-room to route this documentation request to exactly one workflow."
    ]
  }
}
plugins/the-rewrite-room/.claude-plugin/plugin.json
{
  "name": "rwr",
  "version": "2.7.0",
  "description": "Portable documentation workflows for audit, synchronization, and freshness review; user-facing authoring and summaries; citation-driven writing; docs-to-skill conversion; and AI-instruction optimization.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/Jamie-BitFlight/claude_skills"
  },
  "keywords": [
    "documentation",
    "audit",
    "sync",
    "freshness",
    "authoring",
    "summarization",
    "citations",
    "skill-conversion",
    "prompt-optimization"
  ],
  "capabilities": [
    "Write"
  ]
}

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

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