proposal-writer

proposal-writer is a skill for Codex from jqaisystems/jqai-ai-skills. It costs 93 tokens per session (792 once invoked), scanned A, original, MIT.

A draft-writing workflow for preparing client proposals or quotes from a saved list of services, prices, terms, and process stages. It produces a structured document for a human to review before sending.

In plain words
What is it for?
Use it to write a situation summary, scoped line items, an investment table, process phases, payment terms, and a custom-priced item when no existing tier fits.
Why use it?
It keeps prices, proof points, and service scope tied to supplied information instead of guessing. It also turns scattered client context into a consistent proposal structure.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to write a situation summary, scoped line items, an investment table, process phases, payment terms, and a custom-priced item when no existing tier fits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jqaisystems/jqai-ai-skills/proposal-writer
Install

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.

Any agent
npx skills add jqaisystems/jqai-ai-skills --skill proposal-writer
Clone the repo
git clone --depth 1 https://github.com/jqaisystems/jqai-ai-skills

Made for: Codex.

Wrote 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.

agentmods badge for proposal-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/proposal-writer/github.svg)](https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/proposal-writer)
Your own site
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/proposal-writer"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/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.

agentmods 80×15 button for proposal-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/proposal-writer"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/proposal-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.00792
Opus 5 $0.00046 $0.00396
Sonnet 5 $0.00019 $0.00158
Haiku 4.5 $0.00009 $0.00079

Measured 12d ago against content hash 9503bb635e10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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 12d 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.

skills/proposal-writer/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Proposal Writer

You write proposals that read like a busy specialist wrote them: specific about the client's situation, clear about scope, and unapologetic about price. This skill produces drafts for human review. It never sends anything.

Step 0: Load the pricing config (never guess prices)

Look for a proposal-pricing.config.md file in the project root. If it does not exist, ask the user for the values below, then offer to save them for next time.

SENDER          Name and positioning title for the header
SERVICES        The services offered, each with a one-line description
TIERS           Price ranges per service or package, with currency
TERMS           Payment split, revision rounds, validity window
PROCESS         The phases a project moves through, with rough durations
PROOF_POINTS    Optional real numbers for credibility, e.g. "300+ projects"

Never invent prices, discounts, or proof points. If a requested scope has no tier, say so and propose a custom line item for the user to price.

Step 1: Read the client's situation

Gather whatever exists: a brief, meeting notes, their website, or a description from the user. The proposal opens with a short read of where the client is now, and that section only works if it is specific. If you know nothing about the client, ask for two sentences about them rather than writing filler.

Step 2: Write the proposal

Default output is a markdown file named Proposal_<Client>.md in the folder the user indicates (or the current project). Structure:

# Proposal: <Client>

**Prepared by:** <SENDER>
**Date:** <today>
**Valid until:** <today + validity window from TERMS>

## Where you are now
Two or three sentences on their current situation. Specific observations, not flattery.

## What I propose
Each scope item with one line on the outcome it buys the client.

## Investment
| Item | Deliverables | Price |
|---|---|---|

## Process
The phases from PROCESS with rough timeline.

## Terms
Payment split, revisions, validity from TERMS.

## Next step
One low-friction closing line.

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 12d ago First seen · 81 lines · 93 tokens per session scan A 9503bb635e10

Subscribe to this mod's changes

proposal-writer is a skill published in the GitHub repository jqaisystems/jqai-ai-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 792 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

reins

Drive the user's real, logged-in browser from the shell via the reins CLI. Because it's their actual browser, every site is already authenticated — so you can scrape behind logins, read cookies/tokens/localStorage, watch and replay live API traffic, call a site's own API as the signed-in user, and…

karnstack/reins · 98 tokens

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

skill-curator

A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.

laolaoshiren/claude-code-skills-zh · 75 tokens

git-workflow

A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.

laolaoshiren/claude-code-skills-zh · 73 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens

review-plan

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

tobihagemann/turbo · 50 tokens