Borrowing it
Nothing to install: this file belongs to ai4curation/ai-gene-review. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ai4curation/ai-gene-review/main/.claude/skills/pm/SKILL.mdgit clone --depth 1 https://github.com/ai4curation/ai-gene-reviewWrote 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/ai4curation/ai-gene-review/pm)<a href="https://agentmods.dev/skills/ai4curation/ai-gene-review/pm"><img src="https://agentmods.dev/badge/skills/ai4curation/ai-gene-review/pm/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/ai4curation/ai-gene-review/pm"><img src="https://agentmods.dev/badge/skills/ai4curation/ai-gene-review/pm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00015 | $0.00370 |
| Opus 5 | $0.00008 | $0.00185 |
| Sonnet 5 | $0.00003 | $0.00074 |
| Haiku 4.5 | $0.00002 | $0.00037 |
Grade A, and why
pm 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 11d 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.
What it actually says
You should find either a file or a folder:
./PROJECT_NAME.md ./PROJECT_NAME/
A project doc typically will contain a list of genes, potentially prioritized. This should be in the form of a checkbox you can check off. The species for the gene (uniprot code or lowercase name like 'mouse') should be clear (if not, ask)
Review the genes in the priority order.
IMPORTANT: you MUST consult the annotation-reviewer.md subagent for this task.
If the user specifies a deep research provider(s), make sure to perform deep research using at least this provider(s), otherwise default to falcon.
E.g. just deep-research-falcon ORGANISM GENE_SYMBOL
You can edit the project doc, but try and make this incremental. After the main description have something like:
STATUS
<checkboxes etc here; keep this up to date>
<get the date from date>
NOTES
YYYY-MM-DD
<todays notes, add here>
YYYY-MM-DD
<previous session notes, generally don't edit unless this is a direct continuation>
Making PRs
ONLY make PRs when asked.
The general procedure is:
- ensure everything validates
just validate-all - make a branch
- commit genes related to project, plus all references
gh pr create
if the user asks, build the static site and stats (just stats, just update-browser-data). Note it can be hard to disentangle derived
files, but you should be OK if there are no other local updates
besides the one for this project.
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.
- 11d ago First seen · 60 lines · 15 tokens per session scan A 25ed50a3af66
pm is a skill published in the GitHub repository ai4curation/ai-gene-review (24 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 15 tokens to every session and 370 once invoked, about $0.0001 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
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
pr-review-triage
Watch open PRs, check CI status, review staleness, merge conflicts, and unanswered review comments. Produces a prioritized watchlist.
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
planning
Create structured plan documents and track work items using YAML frontmatter. Use when the user wants to plan a feature, track progress, log bugs/tasks/ideas, or organize project work.