repo-conventions

repo-conventions is a skill for Claude Code, Codex from juspay/neurolink. It costs 39 tokens per session (1,210 once invoked), scanned A, original, MIT.

A repository-specific review guide containing NeuroLink's engineering rules and the issues reviewers should focus on.

In plain words
What is it for?
Use it when reviewing changes in the NeuroLink repository, especially provider imports, tool schemas, and other documented critical rules.
Why use it?
It keeps code reviews aligned with the project's own standards and avoids repeating problems already checked automatically by CI.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it when reviewing changes in the NeuroLink repository, especially provider imports, tool schemas, and other documented critical rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juspay/neurolink/repo-conventions
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 juspay/neurolink --skill repo-conventions
Clone the repo
git clone --depth 1 https://github.com/juspay/neurolink

Made for: Claude Code, Codex.

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 repo-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/juspay/neurolink/repo-conventions/github.svg)](https://agentmods.dev/skills/juspay/neurolink/repo-conventions)
Your own site
<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.

agentmods 80×15 button for repo-conventions

Your own site · 80×15
<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>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,210 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.01210
Opus 5 $0.00019 $0.00605
Sonnet 5 $0.00008 $0.00242
Haiku 4.5 $0.00004 $0.00121

Measured 6d ago against content hash a29da7cd54bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.yama/skills/repo-conventions/SKILL.md · 96 lines

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.

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 isGeminiProvider in structuredOutputPolicy.ts, NOT on Vertex as a whole (Vertex Claude supports both). Claude paths must default max_tokens via resolveClaudeMaxTokens, 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 — formatProviderError returns the error, never throws.
  • Rule 15 — tests are end-to-end only. Suites drive dist/index.js or the built CLI (node dist/cli/index.js); ONE module graph per suite — mixing src/ and dist/ imports breaks stubs/spies/instanceof silently. A determinism exception must be declared in the file header and in the ESLint allow list.
  • Provider executeStream goes through BaseProvider.stream() tool-merge.
  • Factory + Registry is the extension pattern (providers, processors, chunkers, rerankers) — a new extensible thing that bypasses it is a finding.

Read the full file on GitHub · 96 lines

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. 6d ago First seen · 96 lines · 39 tokens per session scan A a29da7cd54bd

Subscribe to this mod's changes

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.

Related

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.

Dong90/oh-my-taiyiforge · 26 tokens

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.

vincentkoc/dotskills · 68 tokens

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…

vincentkoc/dotskills · 95 tokens

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.

vincentkoc/dotskills · 43 tokens

technical-deslop

Remove AI-style noise from staged and branch diffs while preserving behavior and repository style.

vincentkoc/dotskills · 21 tokens

codex-review

A manually triggered review procedure that checks completed code against a frozen specification, decision record, and project rules.

BackToCimaCoppi/Praxis · 67 tokens