polish-repo-community

polish-repo-community is a command for Claude Code from axiomantic/spellbook. It costs 23 tokens per session (5,267 once invoked), scanned A, original, MIT.

A planning step for improving an open-source project’s community setup, including issue forms, contributor guidance, a roadmap, and visible signs of activity.

In plain words
What is it for?
Use it to create issue templates, improve development setup, define approachable first issues, and plan community infrastructure.
Why use it?
It lowers the effort required to report problems or contribute and helps visitors judge whether a project is welcoming and active.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions AGENTS.md.

Good fit Use it to create issue templates, improve development setup, define approachable first issues, and plan community infrastructure.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/axiomantic/spellbook/polish-repo-community
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/axiomantic/spellbook

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 polish-repo-community

README.md
[![agentmods](https://agentmods.dev/badge/commands/axiomantic/spellbook/polish-repo-community/github.svg)](https://agentmods.dev/commands/axiomantic/spellbook/polish-repo-community)
Your own site
<a href="https://agentmods.dev/commands/axiomantic/spellbook/polish-repo-community"><img src="https://agentmods.dev/badge/commands/axiomantic/spellbook/polish-repo-community/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 polish-repo-community

Your own site · 80×15
<a href="https://agentmods.dev/commands/axiomantic/spellbook/polish-repo-community"><img src="https://agentmods.dev/badge/commands/axiomantic/spellbook/polish-repo-community.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,267 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00023 $0.05267
Opus 5 $0.00012 $0.02634
Sonnet 5 $0.00005 $0.01053
Haiku 4.5 $0.00002 $0.00527

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

Security

Grade A, and why

polish-repo-community scanned grade A with 1 finding 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sL https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md -o CODE_OF_CONDUCT.md
commands/polish-repo-community.md · 617 lines

How it starts

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

Community Infrastructure

Invariant Principles

  1. Zero open issues is a red flag, not a green flag. A healthy project has visible activity.
  2. Issue templates should lower friction, not raise it. Welcoming, not bureaucratic.
  3. Dev setup must take under 10 minutes or you get zero contributors.
  4. "Good first issue" must be genuinely approachable, not "rewrite the parser" labeled as easy.
  5. Every template and guide is both functional (helps users and contributors) and performative (signals project health to visitors).

Section 1: Issue Templates

Create the .github/ISSUE_TEMPLATE/ directory with three files.

1a. Bug Report (bug_report.yml)

Use GitHub's YAML form format, not the older markdown template. Keep it short, focused, and non-intimidating.

name: Bug Report
description: Report something that is not working correctly
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to report this. Please fill out the sections
        below so we can understand and reproduce the problem.

  - type: textarea
    id: description
    attributes:
      label: What happened?
      description: Describe the bug. What did you expect to happen instead?
      placeholder: "I expected X to happen, but Y happened instead."
    validations:
      required: true

  - type: textarea
    id: steps
    attributes:
      label: Steps to reproduce
      description: Minimal steps to trigger the bug.
      placeholder: |
        1. Install version X
        2. Run this command
        3. See error
    validations:
      required: true

  - type: textarea
    id: environment
    attributes:
      label: Environment
      description: OS, language/runtime version, package version.
      placeholder: |
        - OS: macOS 15.2
        - Python: 3.12.1
        - Package version: 1.2.3
    validations:
      required: true

  - type: textarea
    id: example
    attributes:
      label: Minimal reproducible example
      description: If possible, paste a short code snippet that triggers the bug.
      render: python
    validations:
      required: false

  - type: textarea
    id: error_output
    attributes:
      label: Error output or traceback
      description: Paste any relevant error messages or stack traces.
      render: shell
    validations:
      required: false

Read the full file on GitHub · 617 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. 7d ago First seen · 617 lines · 23 tokens per session scan A a6dda6521da0

Subscribe to this mod's changes

polish-repo-community is a command published in the GitHub repository axiomantic/spellbook (10 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 5,267 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.