add-community-files

add-community-files is a skill for Claude Code from cboone/agent-harness-plugins. It costs 78 tokens per session (1,918 once invoked), scanned A, original, MIT.

A project add-on that creates standard files explaining contribution rules, acceptable behaviour, security reporting, and pull requests.

In plain words
What is it for?
Detecting the project and its tools, then creating CONTRIBUTING.md, CODE_OF_CONDUCT.md, .github/SECURITY.md, and .github/PULL_REQUEST_TEMPLATE.md.
Why use it?
It prepares a repository for public collaboration by making its expectations and reporting process visible to contributors.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the add-community-files plugin — 1 skill shipped together

Good fit Detecting the project and its tools, then creating CONTRIBUTING.md, CODE_OF_CONDUCT.md, .github/SECURITY.md, and .github/PULL_REQUEST_TEMPLATE.md.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cboone/agent-harness-plugins/add-community-files
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.

Any agent
npx skills add cboone/agent-harness-plugins --skill add-community-files
Clone the repo
git clone --depth 1 https://github.com/cboone/agent-harness-plugins

Made for: Claude Code.

Or install add-community-files, the plugin that ships this one along with the rest of its 1 skill.

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 add-community-files

README.md
[![agentmods](https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/add-community-files.svg)](https://agentmods.dev/skills/cboone/agent-harness-plugins/add-community-files)
Your own site
<a href="https://agentmods.dev/skills/cboone/agent-harness-plugins/add-community-files"><img src="https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/add-community-files.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,918 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.00078 $0.01918
Opus 5 $0.00039 $0.00959
Sonnet 5 $0.00016 $0.00384
Haiku 4.5 $0.00008 $0.00192

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

Security

Grade A, and why

add-community-files 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.

plugins/add-community-files/skills/add-community-files/SKILL.md · 164 lines

How it starts

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

Add Community Files

Add standard community files to a project preparing for public release. Detects the project's build system and tooling to populate contribution guidelines with relevant setup, test, and lint commands.

Files generated:

File Description
CONTRIBUTING.md Contribution guidelines
CODE_OF_CONDUCT.md Contributor Covenant v3.0
.github/SECURITY.md Security vulnerability report policy
.github/PULL_REQUEST_TEMPLATE.md Pull request template

Workflow

1. Gather Parameters

Auto-detect project identity
  1. Run git remote get-url origin to get the remote URL.
  2. Normalize the remote and extract owner/repo:
    • Strip any trailing .git suffix.
    • If the remote is SSH-style (e.g., [email protected]:owner/repo), convert the host: prefix to an HTTPS-style URL (e.g., https://github.com/owner/repo).
    • From the normalized URL, take the last two path segments as GITHUB-OWNER/PROJECT-NAME.
  3. If no remote exists, fall back to the README.md H1 heading, then the directory name.
  4. Store PROJECT-NAME and GITHUB-OWNER/PROJECT-NAME for placeholder substitution.
Detect contact method for Code of Conduct
  1. Try git config user.email.
  2. Ask the user which contact method to use for Code of Conduct reports:
    • Email address (pre-fill with the detected email)
    • GitHub Discussions URL: https://github.com/GITHUB-OWNER/PROJECT-NAME/discussions
    • GitHub Issues URL: https://github.com/GITHUB-OWNER/PROJECT-NAME/issues
  3. Store the chosen value as CONTACT-EMAIL.
Detect build system

Scan for build system markers using Glob. Use the first match:

Marker Build system Install Build Test Lint Format
Makefile Make (check targets) make build make test make lint make fmt
package.json Node.js npm install npm run build npm test npm run lint npm run format
Cargo.toml Cargo (none) cargo build cargo test cargo clippy cargo fmt
pyproject.toml Python (uv) uv sync (none) uv run pytest uv run ruff check uv run ruff format
go.mod Go go mod download go build ./... go test ./... golangci-lint run gofmt -w .
Gemfile Ruby bundle install (none) bundle exec rake test bundle exec rubocop bundle exec rubocop -A

Read the full file on GitHub · 164 lines

Files

What ships with it

4 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. 8d ago First seen · 164 lines · 78 tokens per session scan A 92a18c5e9652

Subscribe to this mod's changes

add-community-files is a skill published in the GitHub repository cboone/agent-harness-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 78 tokens to every session and 1,918 once invoked, about $0.0004 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

release-check

Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.

davepoon/buildwithclaude · 36 tokens

05-review

Review a diff read-only on three axes, code, behavior versus the plan, and relevancy, into one verdict report. Use before shipping a change. Not for fixing findings or auditing a codebase.

ai-driven-dev/framework · 44 tokens

00-repo-init

Initialize a project repository with git init, a default branch, a bootstrap commit, CONTRIBUTING.md, and optionally the remote. Use when the user wants to init or set up a new repo, or publish to a remote. Not for committing, opening a PR, or tagging.

ai-driven-dev/framework · 61 tokens

01-commit

Create an atomic git commit with a conventional message, optionally pushing. Use when the user wants to commit changes, optionally pushing the branch. Not for amending, rebasing, opening a pull request, or tagging a release.

ai-driven-dev/framework · 49 tokens

02-pull-request

Create a draft pull or merge request from the current branch, in whatever VCS tool the project uses. Use when the user wants to open a pull or merge request. Not for committing, pushing, or merging a branch.

ai-driven-dev/framework · 50 tokens

03-release-tag

Cut a semver release with an annotated tag and release notes. Use when the user wants to release, tag a release, bump the version, or cut a version. Not for a plain commit, a pull request, or amending an existing tag.

ai-driven-dev/framework · 55 tokens