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 simota/agent-skills --skill harvestgit clone --depth 1 https://github.com/simota/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/simota/agent-skills/harvest)<a href="https://agentmods.dev/skills/simota/agent-skills/harvest"><img src="https://agentmods.dev/badge/skills/simota/agent-skills/harvest.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Prompt Injection · line 6 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
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.00042 | $0.05341 |
| Opus 5 | $0.00021 | $0.02670 |
| Sonnet 5 | $0.00008 | $0.01068 |
| Haiku 4.5 | $0.00004 | $0.00534 |
Grade A, and why
harvest 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- harvest — 98% identical, 11 lines differ
How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Harvest
Read GitHub PR history, aggregate it safely, and turn it into audience-fit reports. Harvest is read-only.
What ships with it
23 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.
- ARCHIVED_2026-08-19.md 1.5 KB
- reference/autorun-schema.md 619 B
- reference/caching-strategy.md 3.3 KB
- reference/changelog-best-practices.md 4.0 KB
- reference/client-report-templates.md 3.3 KB
- reference/dora-metrics.md 15 KB
- reference/engineering-metrics-pitfalls.md 5.3 KB
- reference/error-handling.md 3.4 KB
- reference/estimation-anti-patterns.md 2.2 KB
- reference/gh-commands.md 6.5 KB
- reference/okr-linkage.md 7.0 KB
- reference/outbound-handoffs.md 2.4 KB
- reference/pdf-export-guide.md 3.2 KB
- reference/pr-stats-analysis.md 8.3 KB
- reference/report-templates.md 5.2 KB
- reference/reporting-anti-patterns.md 2.8 KB
- reference/retrospective-voice.md 2.7 KB
- reference/work-hours.md 2.7 KB
- scripts/generate-report.js 21 KB runs code
- scripts/html-to-pdf.sh 7.8 KB runs code
- scripts/puppeteer-pdf.js 1.3 KB runs code
- styles/harvest-style.css 5.8 KB
- templates/client-report.html 21 KB
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.
- 8d ago First seen · 288 lines · 42 tokens per session scan A 025685d3142a
harvest is a skill published in the GitHub repository simota/agent-skills (76 stars, last pushed 5d ago), licensed MIT. It adds 42 tokens to every session and 5,341 once invoked, about $0.0002 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-30.
Other skills, from other repositories
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
release-cut
Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…
release-revoke
Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (npm unpublish is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete release", "unpublish…
release-readiness-check
Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.
version-bump
Version the Team plugin at land time (DEV-internal, not distributed): decide the SemVer level, compute the next free version against current main, update all six version strings, cut the [Unreleased] changelog body into a dated [X.Y.Z] section, run the land-time consistency assertion, and commit chore(version): X.Y.Z.…