harmonyhub-py: Skill for Claude Code

.agents/skills/create-readme/SKILL.md

create-readme is a skill for Claude Code, Codex from jenreh/harmonyhub-py. It costs 53 tokens per session (368 once invoked), scanned A, original, MIT.

A workflow for creating or updating a project's README.md, the main document that explains a code project to its users and contributors. It reviews the project, follows a clear structure, and writes concise GitHub-formatted documentation.

In plain words
What is it for?
Generating a new README, revising an existing one, documenting the project structure and setup, and adding useful usage guidance.
Why use it?
It turns the project's files and configuration into documentation that is easier to read and use. It also helps keep the README consistent with the actual project.

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 jenreh/harmonyhub-py's own configuration. It tells Claude Code and Codex how to work on harmonyhub-py 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 harmonyhub-py configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jenreh/harmonyhub-py. 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/jenreh/harmonyhub-py/main/.agents/skills/create-readme/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jenreh/harmonyhub-py

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 create-readme

README.md
[![agentmods](https://agentmods.dev/badge/skills/jenreh/harmonyhub-py/create-readme.svg)](https://agentmods.dev/skills/jenreh/harmonyhub-py/create-readme)
Your own site
<a href="https://agentmods.dev/skills/jenreh/harmonyhub-py/create-readme"><img src="https://agentmods.dev/badge/skills/jenreh/harmonyhub-py/create-readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 368 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.00053 $0.00368
Opus 5 $0.00026 $0.00184
Sonnet 5 $0.00011 $0.00074
Haiku 4.5 $0.00005 $0.00037

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

Security

Grade A, and why

create-readme 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 8d 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/create-readme/SKILL.md · 34 lines

What it actually says

Create README

Role

Senior software engineer. READMEs must be appealing, informative, easy to read.

Workflow

  1. Review entire project and workspace — structure, stack, config, existing docs.
  2. Fetch inspiration from these examples for structure, tone, content:
  3. If project logo/icon exists in assets/ or repo root, use it in the header.
  4. Write the README.

Rules

  • GFM (GitHub Flavored Markdown) throughout.
  • Use GitHub admonitions (> [!NOTE], > [!WARNING], etc.) where appropriate.
  • Keep it concise — no filler sections.
  • Do NOT include: LICENSE, CONTRIBUTING, CHANGELOG sections (dedicated files exist).
  • Do NOT overuse emojis — use sparingly and only where they add clarity.
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. 8d ago First seen · 34 lines · 53 tokens per session scan A 06f5236f071c

Subscribe to this mod's changes

create-readme is a skill published in the GitHub repository jenreh/harmonyhub-py (6 stars, last pushed 19d ago), licensed MIT. It adds 53 tokens to every session and 368 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.

Related

Other skills, from other repositories

frontmcp-deployment

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

agentfront/frontmcp · 210 tokens

pipefy-ai-agents

Use this skill when the user wants to create, read, update, delete, or troubleshoot AI agents (conversational agents with behaviors). Covers 7 MCP tools including pre-flight validation, plus pipe-scoped knowledge bases (list, plain text/document/data lookup CRUD, access probe) attached via dataSourceIds. For…

pipefy/ai-toolkit · 84 tokens

pipefy-automations

Use this skill when the user wants to create, read, update, or delete traditional automations (if/then rules) or AI automations (prompt-driven). Covers 16 MCP tools. For AI agents (conversational), see skills/ai-agents/.

pipefy/ai-toolkit · 60 tokens

pipefy-ipaas

Use when the user wants to build, test, publish, or manage iPaaS (Advanced Automations) flows: multi-step integrations with external apps (Slack, Gmail, Google Sheets), incoming webhooks, schedules, routers, code steps, or iPaaS data tables. MCP-only, driven through 4 meta-tools over a per-pipe catalog discovered at…

pipefy/ai-toolkit · 104 tokens

pipefy-pipes-and-cards

Use this skill when the user wants to read, create, update, or delete pipes, phases, phase fields, labels, cards, comments, or field conditions. Covers 40 MCP tools for the core pipe and card lifecycle. Use the seed-pipe-across-phases workflow when populating empty phases for demos or QA.

pipefy/ai-toolkit · 74 tokens

pipefy-portal-setup

Use this skill when the user wants to list, create, or configure Pipefy portals (main hub, pages, page elements, sub-portals, publish/unpublish). Covers 20 MCP tools on Interfaces + internalapi. Not for pipes/cards.

pipefy/ai-toolkit · 57 tokens