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.
npx skills add Jignesh-Ponamwar/skills-mcp --skill readme-writergit clone --depth 1 https://github.com/Jignesh-Ponamwar/skills-mcpWrote 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/skills/jignesh-ponamwar/skills-mcp/readme-writer)<a href="https://agentmods.dev/skills/jignesh-ponamwar/skills-mcp/readme-writer"><img src="https://agentmods.dev/badge/skills/jignesh-ponamwar/skills-mcp/readme-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/skills/jignesh-ponamwar/skills-mcp/readme-writer"><img src="https://agentmods.dev/badge/skills/jignesh-ponamwar/skills-mcp/readme-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.00061 | $0.01099 |
| Opus 5 | $0.00030 | $0.00549 |
| Sonnet 5 | $0.00012 | $0.00220 |
| Haiku 4.5 | $0.00006 | $0.00110 |
Grade A, and why
readme-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 — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
README Writer Skill
Overview
Generate professional README.md files that give developers everything they need to understand, install, and contribute to a project - in under 5 minutes of reading.
Step-by-Step Process
Step 1: Understand the Project
Before writing, gather:
- Project name and one-line description
- Primary language and tech stack
- Key features (3-5 bullet points)
- Target audience (library authors? end users? DevOps engineers?)
- License type
- Whether it has tests, CI, and a live demo
Read the project's entry point, package file (package.json, pyproject.toml, go.mod), and any existing docs.
Step 2: Choose the Right README Template
Library/SDK - emphasize the API, installation, and quick start code CLI tool - emphasize installation methods and command reference Web app/service - emphasize features, screenshots, and deployment Data science / ML - emphasize datasets, training steps, and results
Step 3: Write the Header Section
# Project Name
> One-line description of what this does and who it's for.
[](LICENSE)
[](https://python.org)
[](...)
Badges to include (pick relevant):
- License
- Language version (Python, Node, Go)
- CI status
- npm/PyPI version (for published packages)
- Coverage (if configured)
- Docker pulls (if published)
Step 4: Write Why It Exists (2-3 Paragraphs)
Explain the problem, the solution, and what makes this different. This is the most-skipped and most important section. Address: why would I use this instead of X?
Step 5: Write Quick Start
## Quick Start
\```bash
pip install mypackage
\```
\```python
from mypackage import Client
client = Client(api_key="...")
result = client.do_thing()
\```
The reader should be able to copy-paste and have something running in under 2 minutes.
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 · 137 lines · 61 tokens per session scan A 1621dd84155f
readme-writer is a skill published in the GitHub repository Jignesh-Ponamwar/skills-mcp (7 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 61 tokens to every session and 1,099 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-31.
Other skills, from other repositories
cloudflare-dns
Manage Cloudflare DNS records, proxy status, TTLs, and API tokens while planning and verifying DNS changes.
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
architecture-decision-records
Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.
aria
Designs the data model, API contracts, and structural foundation of the system.
autonomous-agent-patterns
Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".