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 juspay/neurolink --skill repo-conventionsgit clone --depth 1 https://github.com/juspay/neurolinkWrote 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/juspay/neurolink/repo-conventions)<a href="https://agentmods.dev/skills/juspay/neurolink/repo-conventions"><img src="https://agentmods.dev/badge/skills/juspay/neurolink/repo-conventions/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/juspay/neurolink/repo-conventions"><img src="https://agentmods.dev/badge/skills/juspay/neurolink/repo-conventions.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.00039 | $0.01210 |
| Opus 5 | $0.00019 | $0.00605 |
| Sonnet 5 | $0.00008 | $0.00242 |
| Haiku 4.5 | $0.00004 | $0.00121 |
Grade A, and why
repo-conventions 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reviewing a change in NeuroLink
Authoritative sources in this checkout (the repository root is ../):
../CLAUDE.md— the engineering rules, long form. When a finding violates one, cite the specific rule (e.g. "Critical Rule 1: dynamic imports only in the registry").../CONTRIBUTING.md— contribution and commit conventions.
This skill is the review-focused digest; those files win on any conflict.
Do NOT comment on — CI already owns it
Formatting, lint and type errors — including CLAUDE.md rules 2 and 7–15 — are
enforced by ESLint + Prettier + tsc and the custom AST rules in eslint-rules/
(interface vs type, type file locations, barrel rules, double assertions,
e2e-only tests). Re-reporting mechanical violations buries the findings that
matter. Also skip: performance micro-costs, naming and prose taste, dependency
choice.
The critical rules the review DOES enforce (cite the rule number)
- Rule 1 — dynamic imports only in the registry. Providers are imported
dynamically inside factory functions in
providerRegistry.ts; a static provider import is a circular-dependency bug. - Rule 3 — Gemini tools + JSON-schema structured output are mutually
exclusive. Gated on
isGeminiProviderinstructuredOutputPolicy.ts, NOT on Vertex as a whole (Vertex Claude supports both). Claude paths must defaultmax_tokensviaresolveClaudeMaxTokens, never a hardcoded 4096; truncation must surface (jsonRepaired/jsonTruncated), never silently. - Rule 4 — CLI ≠ SDK. Manual MCP connections are CLI-only; CLI concerns must not leak into the SDK path.
- Rule 5 — backward compatibility of the public SDK API. Non-negotiable. Name the unmodified callers a change breaks; use the code graph to find them.
- Rule 6 —
formatProviderErrorreturns the error, never throws. - Rule 15 — tests are end-to-end only. Suites drive
dist/index.jsor the built CLI (node dist/cli/index.js); ONE module graph per suite — mixingsrc/anddist/imports breaks stubs/spies/instanceofsilently. A determinism exception must be declared in the file header and in the ESLintallowlist. - Provider
executeStreamgoes throughBaseProvider.stream()tool-merge. - Factory + Registry is the extension pattern (providers, processors, chunkers, rerankers) — a new extensible thing that bypasses it is a finding.
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.
- 6d ago First seen · 96 lines · 39 tokens per session scan A a29da7cd54bd
repo-conventions is a skill published in the GitHub repository juspay/neurolink (133 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 1,210 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-09-03.
Other skills, from other repositories
taiyi-review
A pre-merge review guide for checking code changes, design decisions, tests, and documentation. A merge adds reviewed changes to the main code branch.
openclaw-github-dedupe
Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.
openclaw-pr-batch-sweep
Select, review, repair, validate, and land batches of up to 20 low-risk OpenClaw contributor pull requests using Vincent's maintainer preferences and bounded sub-agent lanes. Use for "next 20", broad contributor PR sweeps, merge-candidate mining, or continued PR-batch work where drafts, maintainer work, trivial…
semantic-slicing
Build local semantic review slices by combining clawpatch feature maps, deepsec threat candidates, visual review maps, and optional gitcrawl/discrawl evidence for repos such as openclaw/openclaw.
technical-deslop
Remove AI-style noise from staged and branch diffs while preserving behavior and repository style.
codex-review
A manually triggered review procedure that checks completed code against a frozen specification, decision record, and project rules.