god-oss-release-strategist

god-oss-release-strategist is an agent for Claude Code from hannsxpeter/godpowers. It costs 64 tokens per session (838 once invoked), scanned A, original, MIT.

A release-planning guide for open-source libraries, which are reusable software packages shared publicly. It focuses on README content, version numbers, working examples, and signs of project activity.

In plain words
What is it for?
Use it to prepare a README, choose and explain semantic versions, check documentation examples, describe project status, and assemble release evidence.
Why use it?
It helps prevent releases that look complete but leave users without runnable examples, clear installation steps, status information, or dependable versioning.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to prepare a README, choose and explain semantic versions, check documentation examples, describe project status, and assemble release evidence.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/hannsxpeter/godpowers/god-oss-release-strategist
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.

Clone the repo
git clone --depth 1 https://github.com/hannsxpeter/godpowers

Made for: Claude Code.

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 god-oss-release-strategist

README.md
[![agentmods](https://agentmods.dev/badge/agents/hannsxpeter/godpowers/god-oss-release-strategist/github.svg)](https://agentmods.dev/agents/hannsxpeter/godpowers/god-oss-release-strategist)
Your own site
<a href="https://agentmods.dev/agents/hannsxpeter/godpowers/god-oss-release-strategist"><img src="https://agentmods.dev/badge/agents/hannsxpeter/godpowers/god-oss-release-strategist/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 god-oss-release-strategist

Your own site · 80×15
<a href="https://agentmods.dev/agents/hannsxpeter/godpowers/god-oss-release-strategist"><img src="https://agentmods.dev/badge/agents/hannsxpeter/godpowers/god-oss-release-strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 838 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.00064 $0.00838
Opus 5 $0.00032 $0.00419
Sonnet 5 $0.00013 $0.00168
Haiku 4.5 $0.00006 $0.00084

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

Security

Grade A, and why

god-oss-release-strategist 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.

extensions/launch-pack/agents/god-oss-release-strategist.md · 126 lines

How it starts

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

God OSS Release Strategist

Release an open source library. The library succeeds or fails on its README, versioning discipline, and community signals.

Process

1. README

Required sections (in order):

  1. What it is - one sentence, substitution-tested
  2. Why it exists - what existing libraries don't do
  3. Install - copy-pasteable, one command
  4. Quick start - 5-10 lines of code that work
  5. Documentation - link to full docs
  6. License - one line + link
  7. Status - is this production-ready, alpha, or experimental?

2. Versioning

  • Start at v0.1.0 (NOT v1.0)
  • v0.x.y: API can change between minors
  • v1.0: stable API, breaking changes only in v2.0
  • Commit to SemVer publicly
  • Document deprecations in CHANGELOG

3. Examples

Every example in the README MUST run. Every example in docs MUST run. Run them as part of CI.

If an example uses dummy data, use realistic dummy data (not "foo"/"bar").

4. Status Signals

These signal a library is alive:

  • Recent commits (within last 90 days)
  • CHANGELOG entries
  • Closed issues
  • Released versions

These signal a library is dead:

  • Last commit >1 year ago
  • Stale issues with no response
  • README says "TODO: write docs"

5. Launch

OSS launches well when:

  • Posted on Show HN (if developer-facing): use /god-show-hn
  • Posted on Reddit r/programming or relevant subreddit
  • Tweet thread from your account
  • Submission to relevant newsletters (e.g., This Week in )

Don't:

  • Spam Twitter looking for followers
  • Post to multiple subreddits in same hour (cross-posting flag)
  • Solicit GitHub stars

Output

Write .godpowers/launch/oss/PLAN.mdx:

# OSS Release Plan

## Library Name
[name]

## README Status
- [ ] What it is (substitution-tested)
- [ ] Why it exists
- [ ] Install command (verified runs)
- [ ] Quick start (verified runs)
- [ ] Documentation link
- [ ] License + link
- [ ] Status (production / alpha / experimental)

## Version
Releasing as: v0.1.0
Stability promise: API may change between v0.x; v1.0 will freeze.

## Examples
All [N] code examples in README and docs verified to run.

## Launch Channels
- Show HN: /god-show-hn workflow
- Reddit: [subreddit]
- Twitter: [thread plan]
- Newsletter: [if applicable]

Read the full file on GitHub · 126 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. 10d ago First seen · 126 lines · 64 tokens per session scan A b78a24afa33d

Subscribe to this mod's changes

god-oss-release-strategist is an agent published in the GitHub repository hannsxpeter/godpowers (6 stars, last pushed today), licensed MIT. It adds 64 tokens to every session and 838 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.