greenpt
01Plugin Claude Code
Plugin marketplace listing 1 plugin: honey.
Plugin Claude Code
Plugin marketplace listing 1 plugin: honey.
Plugin Claude Code
Honey (I Shrunk the AI) — three reflexive levers that cut agent token cost: less code (YAGNI/stdlib-first), less prose, and denser agent-to-agent handoffs (ESON/compact-JSON). Plus on-demand satellites (review, eco, gain, compress) and a hive of read-only subagents that return compressed handoffs. Auto-intensity…
Cursor rule Cursor
Honey — write less code and say less about it. A reflexive minimal-code (YAGNI/stdlib-first) and terse-prose discipline that cuts token cost while keeping code, commands, and safety-critical paths exact.
Instructions file GitHub Copilot
Instructions for Green-PT/honey-for-devs, covering honey (i shrunk the ai), intensity, lever 1 — minimum code that needs to exist, never cut (lazy ≠ broken) and lever 2 — say less about it.
Skill Claude CodeCodex
Compress-cache-retrieve huge array tool output.
Skill Claude CodeCodex
Rewrite context files terse to cut per-session tokens.
Skill Claude CodeCodex
Harvest honey shortcut markers into a debt ledger.
Skill Claude CodeCodex
Same pixels, fewer tokens: dense CSS for user-facing UI.
Skill Claude CodeCodex
Report session token and CO2 savings vs no-Honey baseline.
Skill Claude CodeCodex
Honey benchmark scoreboard vs baseline and rival skills.
Skill Claude CodeCodex
Delegate search/review to subagents; compressed returns.
Skill Claude CodeCodex
Cost discipline for recurring loop runs.
Skill Claude CodeCodex
Per-project persistent memory files indexed in MEMORY.md.
Skill Claude CodeCodex
Read huge read-only text as PNG pages; big input cut.
Skill Claude CodeCodex
Review a diff for over-engineering; terse delete-list.
Skill Claude CodeCodex
Inject Honey levers into dispatched subagent prompts.
Skill Claude CodeCodex
Write less code and say less about it. Cuts token cost.
Instructions file CodexOpenCode
Instructions for Green-PT/honey-for-devs, covering honey (i shrunk the ai), intensity, lever 1 — minimum code that needs to exist, never cut (lazy ≠ broken) and lever 2 — say less about it.
Agent
Honey hive subagent. Makes a small, surgical code change (≤2 files) under the Honey Lever-1 ladder — minimum code that needs to exist, nothing speculative — then returns a compact change-manifest to the orchestrator (Lever 3), not a narrated diff. Use when the orchestrator has a well-scoped edit and wants the result…
Agent
Honey hive subagent. Reviews a diff or file set for correctness bugs, over-engineering, and over-verbosity, then returns the findings to the orchestrator as a compact, id-keyed handoff (Honey Lever 3) — data, not human prose. Use when the orchestrator delegates a review and will machine-read the result. Read-only…
Agent
Honey hive subagent. Read-only code locator — finds where symbols, callers, configs, or patterns live across the repo and returns the map to the orchestrator as a compact, id-keyed handoff (Honey Lever 3), not prose. Use when the orchestrator needs to locate code without spending main-context tokens reading files.…
Hook
Runs when a session starts, executing honey-session.js via node. From Green-PT/honey-for-devs.
Hook
Runs when a subagent starts, executing honey-subagent.js via node. From Green-PT/honey-for-devs.
Hook
Runs after a tool call finishes for Bash tool calls, executing logcompress-hook.js via node. From Green-PT/honey-for-devs.