tpu_performance_autoresearch_wiki: Skill for Claude Code

.claude/skills/wikify-connect-repo/SKILL.md

wikify-connect-repo is a skill for Claude Code from vlasenkoalexey/tpu_performance_autoresearch_wiki. It costs 126 tokens per session (1,295 once invoked), scanned A, original, MIT.

A tool for linking documentation about the same concept across multiple code repositories. A repository is a project containing source code and related files; the links connect its implementation pages with shared concept pages.

In plain words
What is it for?
Use it after at least two repositories have been documented and the wiki has concept pages. It proposes and adds selected cross-repository links.
Why use it?
It helps readers move between an idea and the places where different repositories implement it, without creating a separate link database.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is vlasenkoalexey/tpu_performance_autoresearch_wiki's own configuration. It tells Claude Code how to work on tpu_performance_autoresearch_wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tpu_performance_autoresearch_wiki configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vlasenkoalexey/tpu_performance_autoresearch_wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vlasenkoalexey/tpu_performance_autoresearch_wiki/main/.claude/skills/wikify-connect-repo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vlasenkoalexey/tpu_performance_autoresearch_wiki

Made for: Claude Code.

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 wikify-connect-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo/github.svg)](https://agentmods.dev/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo)
Your own site
<a href="https://agentmods.dev/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo"><img src="https://agentmods.dev/badge/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo/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 wikify-connect-repo

Your own site · 80×15
<a href="https://agentmods.dev/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo"><img src="https://agentmods.dev/badge/skills/vlasenkoalexey/tpu_performance_autoresearch_wiki/wikify-connect-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,295 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.00126 $0.01295
Opus 5 $0.00063 $0.00647
Sonnet 5 $0.00025 $0.00259
Haiku 4.5 $0.00013 $0.00129

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

Security

Grade A, and why

wikify-connect-repo 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 12d 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.

.claude/skills/wikify-connect-repo/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

wikify-connect-repo

A single ingest produces a silo (wiki/<subdir>/<slug>/ with overview.md + concepts/ + catalog/). This skill wires silos together on the concept axis, inline, as a normal wiki — through the concept pages the host already curates (wiki/concepts/*.md). The concept page links down to each repo's implementation page; each implementation links up to the concept. No side-table, no new page type, no _connect/ artifact — just links on existing pages.

Selective by design. Connecting every concept to every repo drowns the pages. So the human picks which concepts to connect at this phase — that is the whole point of the interactive step.

The Python/LLM split is hard here too. Candidate proposal + the link insertion are pure Python (wikify connect). The only judgment is which concepts to connect (and, optionally, pruning a stray name-match) — done at the ask below.

Preconditions

  • The wiki has ≥2 ingested silos (the first repo has nothing to connect to) and a concept vocabulary directory (wiki/concepts/*.md). If either is missing, STOP — nothing to do.
  • Run from the wiki root (where wiki/ and config/ live). Non-interactive/batch: do only --refresh (regenerate already-connected concepts); never auto-connect new ones.

Procedure

  1. Propose (deterministic; no model, writes nothing). Run:

    wikify connect
    

    It prints each vocabulary concept that has candidate implementations across the silos (most-implemented first), the repos involved, and which concepts are already connected (). A candidate is tag (an explicit concepts: frontmatter match — authoritative) or a name/token match. Nothing is written yet.

  2. Ask what to connect (interactive — the selective step). Show the human the proposed concepts and ask which to connect. Recommend the highest-value ones for the wiki's lens (e.g. the Pallas kernels + optimization techniques), not all of them — the goal is a useful spine, not a fully-connected graph. If a chosen concept's candidate list has an obvious name-collision (open the silo page to check when unsure), note the repo/rel-path to drop via --exclude.

Read the full file on GitHub · 89 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. 12d ago First seen · 89 lines · 126 tokens per session scan A db195b4da127

Subscribe to this mod's changes

wikify-connect-repo is a skill published in the GitHub repository vlasenkoalexey/tpu_performance_autoresearch_wiki (55 stars, last pushed 8d ago), licensed MIT. It adds 126 tokens to every session and 1,295 once invoked, about $0.0006 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.