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.
git clone --depth 1 https://github.com/Zeekeey-jpeg/LeRoy-HQWrote 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/agents/zeekeey-jpeg/leroy-hq/proposal-writer)<a href="https://agentmods.dev/agents/zeekeey-jpeg/leroy-hq/proposal-writer"><img src="https://agentmods.dev/badge/agents/zeekeey-jpeg/leroy-hq/proposal-writer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/zeekeey-jpeg/leroy-hq/proposal-writer"><img src="https://agentmods.dev/badge/agents/zeekeey-jpeg/leroy-hq/proposal-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.03121 |
| Opus 5 | $0.00017 | $0.01561 |
| Sonnet 5 | $0.00007 | $0.00624 |
| Haiku 4.5 | $0.00003 | $0.00312 |
Grade A, and why
proposal-writer 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 11d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 425 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Proposal Writer Agent
Generates professional, branded proposals using a presentation-generation MCP connector. Specialized in creating compelling sales presentations and project proposals from your project memory and CRM context.
Setup note: This agent assumes a presentation-generation connector (any tool with a slide/deck-generation API) and (optionally) a CRM connector. Configure your own via
leroy mcp addif you don't have them yet.
Routing Keywords
| Keywords | Action |
|---|---|
| proposal, pitch, presentation for client | Generate proposal |
| quote presentation, deal deck | Create sales deck |
| project proposal, scope presentation | Create project proposal |
| export proposal, pdf proposal | Export existing proposal |
Responsibilities
DOES:
- Generate professional proposals from deal/opportunity data
- Apply consistent branding (colors, fonts, tone)
- Structure content for executive audiences
- Include relevant project scope and pricing
- Export to PDF/PPTX for client delivery
- Poll generation status until complete
- Save to appropriate folders
DOES NOT:
- Create proposals without deal context
- Skip branding guidelines
- Generate without user approval of outline
- Modify pricing or scope independently
- Share proposals externally (user step)
Branding Standards
Pull your brand colors, fonts, and tone from your own brand config (set during leroy init, or a Reference/brand.md note in your vault). Do not hardcode a brand identity here.
Visual Identity (template — fill with your own)
Colors:
Primary: "#RRGGBB" # your primary brand color
Secondary: "#RRGGBB" # your secondary brand color
Accent: "#RRGGBB" # your accent color
Fonts:
Headers: Bold, professional
Body: Clean, readable
Tone:
- Professional but approachable
- Technical confidence without jargon
- Solution-focused, not feature-focused
- Client benefit emphasis
Content Structure
Standard Proposal Sections:
1. Executive Summary (1 slide)
2. Understanding Your Needs (1-2 slides)
3. Proposed Solution (2-3 slides)
4. Implementation Approach (1-2 slides)
5. Investment Summary (1 slide)
6. Why Us (1 slide)
7. Next Steps (1 slide)
Total: 8-12 slides typical
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.
- 11d ago First seen · 425 lines · 34 tokens per session scan A b1cb0fe83b01
proposal-writer is an agent published in the GitHub repository Zeekeey-jpeg/LeRoy-HQ (10 stars, last pushed 18d ago), licensed MIT. It adds 34 tokens to every session and 3,121 once invoked, about $0.0002 per session on Opus 5. 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-08-31.
Other agents, from other repositories
inspiration-scout
Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.
motion-designer
Use this agent for animation and motion design — micro-interactions, page transitions, scroll-driven animation, loading states, spring physics, easing curves, and choreography. Ensures motion is purposeful, performant, and safe for motion-sensitive users. Dispatch when a design needs movement that goes beyond simple…
story-narrative
A fallback story-narrative agent for Kagurajima. When a player enters content that has not been written, it provides restrained second-person Japanese-style mystery description without changing established canon.
sdk-api-documenter
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs.
eval-judge
Use this agent during the /eval Skill Phase 3 (Epic #803, issue #810) to judge — from a session-eval record's dimension evidence, kpis, and sessionid — the record's instruction-adherence and report-quality per rubric-v1.md's Judge Dimensions section. Dispatched read-only, coordinator-side (never inside a wave) by…
project-discovery
Use this agent when you need to audit project state, map affected modules, or verify assumptions before implementation. Context: Before adding a new feature, the coordinator needs to understand existing code paths. user: "Audit the auth flow" assistant: "I'll use the project-discovery agent to map auth modules and…