honey-px
FeaturedRead huge, dense, read-only text as rendered PNG pages instead of raw text — image tokens scale with pixels, not characters, so token-dense bulk (big files, vendored code, diffs, logs) costs ~60–75% less as an image. Use when you must skim or reason over thousands of lines you will NOT edit or byte-copy. Lossy on exact strings: never for files you'll Edit, secrets, hashes, or byte-exact values. Fable-class readers only.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- Green-PT
- Repository
- Green-PT/honey-for-devs
- Created
- 2 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
visual-read
Render a web page or document to images (tiled JPEGs) so Claude can SEE layout that text extraction loses — charts, infographics, scanned forms, complex tables, visual diffs. Triggers on: 'look at this chart/figure', 'what does this dashboard show', 'read this scanned form', 'the layout matters', or when read-router / web-scrape / doc-extract flag that the meaning is visual. Local (pixelrag pixelshot), no backend. EXPENSIVE in tokens — use only when layout IS the information, not as a default reader.
honey-design
Same pixels, fewer tokens — for user-facing deliverables where visual polish is the spec. Use when building or editing a landing page, marketing site, hero, pricing/feature section, dashboard, or any HTML/CSS UI component. Keeps the full rendered design (layout depth, hierarchy, motion, responsive richness, a11y) and cuts tokens by expressing that design densely — CSS custom properties, shared classes, shorthand, fluid units — instead of by cutting the design. The honey core trims code and prose; this trims how the design is *written*, never how it looks. Reach for it whenever output is user-facing markup, even if the user never says "minimal".
honey-compress
Rewrite a memory or context file (CLAUDE.md, AGENTS.md, a todo or notes file) into Honey-terse form so it costs fewer input tokens every session, without losing meaning. Backs up the original first. Use when asked to shrink or compress context files, trim CLAUDE.md, or cut per-session input cost. Prose only — never code, config, or data.