aquaregia: Skill for Claude Code

.agents/skills/writing-proposals/SKILL.md

writing-proposals is a skill for Claude Code, Codex from minorcell/aquaregia. It costs 60 tokens per session (1,861 once invoked), scanned A, original, MIT.

A guide for writing technical proposals, such as RFCs, design issues, API proposals, and implementation plans. It focuses on small, reviewable changes grounded in real user needs.

In plain words
What is it for?
Use it when drafting, rewriting, reviewing, or standardizing a proposal for a product change, API, programming language, tool, or implementation plan.
Why use it?
It helps turn a broad idea into one clear decision that reviewers can evaluate and developers can build. It also helps remove unnecessary complexity and define system boundaries.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is minorcell/aquaregia's own configuration. It tells Claude Code and Codex how to work on aquaregia itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aquaregia configures →

Reuse

Borrowing it

Nothing to install: this file belongs to minorcell/aquaregia. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/minorcell/aquaregia/main/.agents/skills/writing-proposals/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/minorcell/aquaregia

Made for: Claude Code, 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 writing-proposals

README.md
[![agentmods](https://agentmods.dev/badge/skills/minorcell/aquaregia/writing-proposals/github.svg)](https://agentmods.dev/skills/minorcell/aquaregia/writing-proposals)
Your own site
<a href="https://agentmods.dev/skills/minorcell/aquaregia/writing-proposals"><img src="https://agentmods.dev/badge/skills/minorcell/aquaregia/writing-proposals/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 writing-proposals

Your own site · 80×15
<a href="https://agentmods.dev/skills/minorcell/aquaregia/writing-proposals"><img src="https://agentmods.dev/badge/skills/minorcell/aquaregia/writing-proposals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,861 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.00060 $0.01861
Opus 5 $0.00030 $0.00931
Sonnet 5 $0.00012 $0.00372
Haiku 4.5 $0.00006 $0.00186

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

Security

Grade A, and why

writing-proposals 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/writing-proposals/SKILL.md · 253 lines

How it starts

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

Writing Proposals

Overview

Write proposals as small, reviewable design increments. The goal is not to describe a whole system at once; the goal is to isolate the next necessary design decision, express it simply, remove avoidable complexity, define boundaries, and ground the change in real user stories.

A good proposal makes a reviewer able to decide, an implementer able to build, and a maintainer able to verify. Format is secondary to this thinking model.

Core Thinking Model

1. Design Progressively

One proposal should settle one clear increment. Do not try to explain every related subsystem, future extension, or complete architecture in a single proposal.

Use follow-up proposals for adjacent decisions. Prefer a narrow proposal that can be accepted, implemented, and tested over a broad proposal that tries to solve the whole future.

2. Prefer Simple, Direct Expression

Choose the expression a reader can understand immediately. If one realistic example explains the design, lead with the example before abstract definitions. If one rule can explain the behavior, do not introduce multiple mechanisms.

The design should be short, teachable, implementable, and easy to remember.

3. Do Subtractive Design

The proposal should reduce redundancy or accidental complexity. Look for opportunities to remove:

  • boilerplate code
  • manual steps
  • repeated configuration
  • exposed intermediate mechanisms
  • special cases users must remember
  • duplicated concepts across similar workflows

Do not add features for completeness. Add the smallest design that lets the system absorb repeated work or remove unnecessary user burden.

4. Define Boundaries Carefully

Make the limits explicit:

  • what this proposal solves
  • what it does not solve
  • which cases are valid
  • which cases are errors
  • whether existing behavior changes
  • what workaround exists today
  • where this design meets existing mechanisms

Clear boundaries prevent a proposal from expanding into a large system design.

Read the full file on GitHub · 253 lines

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. 11d ago First seen · 253 lines · 60 tokens per session scan A 29e7ca1ceb21

Subscribe to this mod's changes

writing-proposals is a skill published in the GitHub repository minorcell/aquaregia (11 stars, last pushed 21d ago), licensed MIT. It adds 60 tokens to every session and 1,861 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

bootstrap-repo-analysis

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the…

langchain-ai/open-swe · 73 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

environments

How Open SWE environments work and how to change them — create one, edit or fork an existing one, start from scratch, what setupscript and updatescript are for, why a nightly refresh failed, where the build logs are, and how to read a rebuild in progress. Read this whenever someone asks about environments, snapshots…

langchain-ai/open-swe · 84 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

activity-record

Query and orchestrate Arkloop Activity Record local activity data. Covers browser history, search terms, screen time, bluetooth, shell commands, window focus, keyboard, mouse, clipboard, screen content (accessibility tree), microphone audio transcription, and Codex sessions.

qqqqqf-q/Arkloop · 55 tokens