qurio: Skill for Gemini CLI

.gemini/skills/opensource-readme-generator/SKILL.md

opensource-readme-generator is a skill for Gemini CLI from irahardianto/qurio. It costs 42 tokens per session (558 once invoked), scanned A, original, MIT.

A skill for creating or improving README files for open-source software projects. It first examines the repository and then uses a structured template adapted to the project.

In plain words
What is it for?
Writing or updating a project's `README.md`, including identifying the project type, key files, purpose, badges, and missing details.
Why use it?
It helps produce documentation that explains the project, its technology, setup, usage, and other information contributors and users need.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is irahardianto/qurio's own configuration. It tells Gemini CLI how to work on qurio 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 qurio configures →

Reuse

Borrowing it

Nothing to install: this file belongs to irahardianto/qurio. 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/irahardianto/qurio/main/.gemini/skills/opensource-readme-generator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/qurio

Made for: Gemini CLI.

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 opensource-readme-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/irahardianto/qurio/opensource-readme-generator/github.svg)](https://agentmods.dev/skills/irahardianto/qurio/opensource-readme-generator)
Your own site
<a href="https://agentmods.dev/skills/irahardianto/qurio/opensource-readme-generator"><img src="https://agentmods.dev/badge/skills/irahardianto/qurio/opensource-readme-generator/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 opensource-readme-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/irahardianto/qurio/opensource-readme-generator"><img src="https://agentmods.dev/badge/skills/irahardianto/qurio/opensource-readme-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 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.00042 $0.00558
Opus 5 $0.00021 $0.00279
Sonnet 5 $0.00008 $0.00112
Haiku 4.5 $0.00004 $0.00056

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

Security

Grade A, and why

opensource-readme-generator 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 10d 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.

.gemini/skills/opensource-readme-generator/SKILL.md · 44 lines

What it actually says

Open Source README Generator

This skill helps you generate professional, comprehensive, and visually appealing README files for open-source projects.

Usage Guidelines

When a user asks to create or improve a README:

  1. Analyze the Project:

    • Look at the files in the current directory (using ls -R or similar tools if allowed/safe) to understand the project type (Node.js, Python, Go, etc.).
    • Identify key components: package.json, requirements.txt, source code folders, tests.
    • Determine the project name and purpose.
  2. Gather Information:

    • If the project purpose isn't clear from the code, ask the user for a brief description, "elevator pitch", or key features.
    • Ask about specific sections if they are missing (e.g., "Do you have a demo link?", "What is the license?").
  3. Use the Template:

    • Read the template at assets/all-star-readme-template.md.
    • Use this template as the structure for your output.
    • Do not just copy the template blindly. Fill in the placeholders (github_username, repo_name, etc.) with real data from the project or reasonable placeholders if unknown.
    • Customize the badges in the "Built With" section to match the technologies actually used in the project.
  4. Consult Guidelines:

    • Refer to references/readme-guidelines.md to ensure you are meeting the "All-Star" criteria (clarity, visuals, completeness).

Workflow

  1. Understand: Read the user's request and explore the codebase to understand what the project does.
  2. Draft: Create a draft of the README.md in your mind or a scratchpad, mapping project details to the template sections.
  3. Refine: Check against references/readme-guidelines.md.
  4. Output: Write the content to README.md (or a file specified by the user) using the write_file tool.

Tips

  • Badges: Always include badges. They make the repo look active and professional.
  • Visuals: If you can't generate a screenshot, add a placeholder like ![Screenshot](path/to/screenshot.png) and tell the user to replace it.
  • Tone: Keep the tone professional, welcoming, and helpful.
Files

What ships with it

2 files 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. 10d ago First seen · 44 lines · 42 tokens per session scan A 2026fce752f8

Subscribe to this mod's changes

opensource-readme-generator is a skill published in the GitHub repository irahardianto/qurio (17 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 558 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-30.