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.
npx skills add bestdeejay-design/agent-skills --skill repo-community-filesgit clone --depth 1 https://github.com/bestdeejay-design/agent-skillsWrote 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.
[](https://agentmods.dev/skills/bestdeejay-design/agent-skills/repo-community-files)<a href="https://agentmods.dev/skills/bestdeejay-design/agent-skills/repo-community-files"><img src="https://agentmods.dev/badge/skills/bestdeejay-design/agent-skills/repo-community-files/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.
<a href="https://agentmods.dev/skills/bestdeejay-design/agent-skills/repo-community-files"><img src="https://agentmods.dev/badge/skills/bestdeejay-design/agent-skills/repo-community-files.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00098 | $0.00941 |
| Opus 5 | $0.00049 | $0.00470 |
| Sonnet 5 | $0.00020 | $0.00188 |
| Haiku 4.5 | $0.00010 | $0.00094 |
Grade A, and why
repo-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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repo Community Files — legal & community health files
Use this skill to create or update the community/legal files of a repository: LICENSE, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, SUPPORT, issue/PR templates, FUNDING.
These files drive the GitHub Community Standards checklist (the "Community Health" percentage). Missing files lower the score and block contributions.
When to use
- A new repository needs its legal/community files set up.
- A file is missing or outdated (e.g. SECURITY contact changed, CONTRIBUTING process changed).
- User asks for "license file", "code of conduct", "contributing guide", "security policy", "issue template", "pr template", "funding".
Do NOT use
- For README content/visuals — use
repo-readme-assets. - For description/topics/Pages/community-health audit — use
repo-metadata-health. - For social preview PNG — use
repo-social-preview.
Files
SKILL.md— this file (template-driven; no scripts)
Required / desirable files
| File | Purpose | When to update |
|---|---|---|
LICENSE |
MIT license (owner/year) | on creation, owner change |
CODE_OF_CONDUCT.md |
Contributor Covenant 2.1 (full text + contact) | rarely |
CONTRIBUTING.md |
Contributor instructions | on process/convention change |
SECURITY.md |
Security policy | on contact/policy change |
SUPPORT.md |
UPPERCASE filename; "Support" link in issue helper | rarely |
.github/ISSUE_TEMPLATE/*.yml |
Issue forms (bug_report, feature_request) — drive the Community Health check | on process change |
.github/pull_request_template.md |
PR template (root/docs//.github/, .md/.txt) |
on process change |
.github/release.yml |
Auto-generated release notes config | on first release |
FUNDING.yml |
Optional: "Sponsor" button | rarely |
CHANGELOG.md |
Optional: Keep a Changelog format | on each release |
LICENSEmust NOT be moved into.github/— GitHub recognizes it only at the repo root ordocs/(default files in.github/are NOT scanned for license).
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.
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.
- today Changed · +8 lines 7b09eff6e4a7
- 12d ago First seen · 69 lines · 98 tokens per session scan A 3e100c951105
repo-community-files is a skill published in the GitHub repository bestdeejay-design/agent-skills (6 stars, last pushed yesterday), licensed MIT. It adds 98 tokens to every session and 941 once invoked, about $0.0005 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.
Other skills, from other repositories
workflow
Use when a task is too large for turn-by-turn orchestration and should run through the big-task workflow lane: system-wide changes, large migrations, repo-wide audits, high-confidence verification, or tasks explicitly asking to run a workflow. Claude Code uses native dynamic workflows; Codex, OpenCode, and Grok use…
skill-compiler
Automatic solved-to-skill compiler — detects novel task completions and autonomously drafts new SKILL.md files. Stolen from Hermes Agent's learning loop (NousResearch, 2026-05-11).
context-compactor
9-section context compression with analysis scratchpad. Adapted from Claude Code's /compact system (2026-03-31).
daemon-loop
Autonomous recurring agent tasks — converts workflows into persistent background daemons that run on intervals. Stolen from Boris Cherny's Claude Code /loop pattern (2026-03-31).
trade-journal-analyzer
Unified post-trade analytics: journal pattern extraction + drawdown classification. Absorbs: drawdown-classifier.
Deep Research Loop
Multi-step web research, compilation, and synthesis workflow. Scrapes multiple sources, cross-references claims, and produces a structured research brief.