Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add ccplugins/awesome-claude-code-pluginsnpx agentmods add plugins/ccplugins/awesome-claude-code-plugins/claude-bionifygit clone --depth 1 https://github.com/ccplugins/awesome-claude-code-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/ccplugins/awesome-claude-code-plugins/claude-bionify)<a href="https://agentmods.dev/plugins/ccplugins/awesome-claude-code-plugins/claude-bionify"><img src="https://agentmods.dev/badge/plugins/ccplugins/awesome-claude-code-plugins/claude-bionify.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
claude-bionify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- claude-bionify — 100% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "claude-bionify",
"displayName": "claude-bionify",
"version": "1.0.1",
"description": "Bionic reading for Claude's responses that bolds the leading part of each word to guide your eyes and enable you to read faster.",
"author": {
"name": "Samuel Ruairí Bullard",
"email": "[email protected]",
"url": "https://github.com/abullard1"
},
"homepage": "https://github.com/abullard1/claude-bionify",
"repository": "https://github.com/abullard1/claude-bionify",
"license": "MIT",
"keywords": [
"bionic-reading",
"speed-reading",
"accessibility",
"readability",
"adhd",
"dyslexia",
"focus",
"productivity"
],
"userConfig": {
"fixation": {
"type": "number",
"title": "Fixation strength",
"description": "Fraction of each word to bold (0.1–0.9). Higher means more bold.",
"default": 0.5,
"min": 0.1,
"max": 0.9
},
"min_word_length": {
"type": "number",
"title": "Minimum word length",
"description": "Words shorter than this are left unbolded.",
"default": 4,
"min": 1
},
"boundary": {
"type": "string",
"title": "Bold boundary",
"description": "How much of each word to bold: \"fraction\" uses Fixation strength; \"syllable\" ends at the first syllable (e.g. stri-ng); \"log\" grows logarithmically so long words are bolded less.",
"default": "fraction"
},
"skip_acronyms": {
"type": "boolean",
"title": "Skip acronyms",
"description": "Leave ALL-CAPS acronyms like API or JSON unbolded.",
"default": true
},
"protect_urls": {
"type": "boolean",
"title": "Protect URLs, paths, and files",
"description": "Don't bold inside URLs, emails, file paths, or filenames.",
"default": true
},
"skip_headings": {
"type": "boolean",
"title": "Skip headings"What it installs
The manifest is a name and a version. 1 skill, 6 commands travel with it, and installing the plugin installs all of them — 175 tokens a session between them. Each is measured on its own page, and each can be installed alone.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 70 lines scan A 920634941f89
claude-bionify is a plugin published in the GitHub repository ccplugins/awesome-claude-code-plugins (931 stars, last pushed 23d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other plugins, from other repositories
studio-producer
PROACTIVELY use this agent when coordinating across multiple teams, allocating resources, or optimizing studio workflows. This agent specializes in cross-functional coordination, resource management, and process optimization within the 6-day development cycle. Should be triggered automatically when team dependencies…
studio-coach
PROACTIVELY use this agent when complex multi-agent tasks begin, when agents seem stuck or overwhelmed, or when the team needs motivation and coordination. This agent serves as the elite performance coach for all other agents, ensuring they operate at their highest level while maintaining composure and excellence.…
devops-automator
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n \nContext: Setting up automated deployments\nuser.
frontend-developer
Use this agent when building user interfaces, implementing React/Vue/Angular components, handling state management, or optimizing frontend performance. This agent excels at creating responsive, accessible, and performant web applications. Examples:\n\n \nContext: Building a new user interface\nuser: "Create a d.
mobile-app-builder
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n \nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for o.
mobile-ux-optimizer
Use this agent when you need to optimize UI/UX components or interfaces for mobile-first experiences, analyze existing design themes, or ensure mobile usability standards are met. Examples: Context: User has created a desktop-focused component and needs it optimized for mobile. user: 'I've built this navigatio.