Agent Plugins Marketplace
All plugins

summarizer

v0.4.24

Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for validating agent output structure.

CodexClaude Code6 Skills

By jamie-bitflight-skillsLicense: MIT66 GitHub starsUpdated 2 hours 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 summarizer 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 summarizer@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 “summarizer” remain stable.

  • Codex: summarizer@agent-plugin-marketplacesummarizer@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/summarizer/.

Plugin files

plugins/summarizer/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-result-relay/SKILL.md
├── skills/file-summarization/SKILL.md
├── skills/image-summarization/SKILL.md
├── skills/multi-source-synthesis/SKILL.md
├── skills/summarizer/SKILL.md
└── skills/url-summarization/SKILL.md

Included Skills6

agent-result-relayskills/agent-result-relay/SKILL.md

Rules for orchestrators handling sub-agent results without lossy re-summarization. Activates when receiving agent output, relaying research results, passing data between agents, or combining agent findings. Prevents the failure mode where 'not found' becomes 'doesn't exist' and counts get dropped.

file-summarizationskills/file-summarization/SKILL.md

Summarize files by reading content, extracting key passages, and applying type-specific strategies. Activates on summarize this file, what's in this file, describe this codebase, file summary, analyze this file, tl;dr this file, what does this code do, explain this config, break down this script. Routes to strategies for code, config, data, documentation, markup, and binary files based on extension and word count.

image-summarizationskills/image-summarization/SKILL.md

Describe images and screenshots by viewing content with multimodal Read tool and documenting only visible elements. Activates on what's in this image, describe this screenshot, summarize this diagram, image summary, what does this screenshot show, explain this diagram, break down this chart. Handles UI screenshots, architecture diagrams, charts, photos, code screenshots, and terminal output. Never infers from filenames.

multi-source-synthesisskills/multi-source-synthesis/SKILL.md

Combines multiple summaries into coherent synthesis. Activates when user requests combine these summaries, synthesize results, merge findings, or multi-source synthesis. This is the reduce step after individual sources have been summarized. Enforces deduplication, conflict surfacing, confidence scoring across sources, and attribution to all sources.

summarizerskills/summarizer/SKILL.md

Route summarization requests to the correct methodology and enforce fidelity rules. Activates on summarize, tl;dr, give me the highlights, what's important in this, break down this, what does this code do, explain this file, describe this image, read and summarize. Routes files, URLs, images, and multi-source content to type-specific strategies. Enforces anti-hallucination rules — read before summarizing, extract before abstracting, preserve counts, distinguish absence from nonexistence, prevent lossy re-summarization chains.

url-summarizationskills/url-summarization/SKILL.md

Summarize web content by fetching URLs, extracting key passages with quote-grounding, and producing structured output. Activates on summarize this URL, what does this page say, summarize this article, read and summarize, summarize the documentation at, tl;dr this link, give me the highlights of this page, what's important on this site. Routes to fetching strategy based on content type — documentation, articles, API references, READMEs. Reports partial accessibility explicitly.

Plugin manifests2

plugins/summarizer/.codex-plugin/plugin.json
{
  "name": "summarizer",
  "version": "0.4.24",
  "description": "Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for validating agent output structure.",
  "author": {
    "name": "jamie-bitflight-skills",
    "url": "https://github.com/bitflight-devops/claude-skills"
  },
  "license": "MIT",
  "keywords": [
    "summarization",
    "fidelity",
    "anti-hallucination",
    "synthesis",
    "extractive"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Summarizer",
    "shortDescription": "Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for...",
    "longDescription": "Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for validating agent output structure.",
    "developerName": "jamie-bitflight-skills",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides"
    ]
  }
}
plugins/summarizer/.claude-plugin/plugin.json
{
  "name": "summarizer",
  "version": "0.4.26",
  "description": "Faithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for validating agent output structure.",
  "author": {
    "name": "jamie-bitflight-skills",
    "url": "https://github.com/bitflight-devops/claude-skills"
  },
  "license": "MIT",
  "keywords": [
    "summarization",
    "fidelity",
    "anti-hallucination",
    "synthesis",
    "extractive"
  ]
}

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

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