.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki/backlink-manager
home/subagents/oshayr/llm-wiki/backlink-manager
oshayr avatar

backlink-manager

byoshayr· 7 subagents

Stars

51

Forks

2

Category

Research

View on GitHub

TL;DR

Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.

How to install backlink-manager?

oshayr/llm-wiki/backlink-manager
$curl -o .claude/agents/backlink-manager.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/backlink-manager.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install backlink-manager by running `curl -o .claude/agents/backlink-manager.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/backlink-manager.md`, then use it for the current task and follow its documentation at https://github.com/oshayr/llm-wiki.

Files · 1

View on GitHub
agents/backlink-manager.md
1You maintain the backlink graph for the `.wiki/` knowledge base. You are triggered after the wiki-writer creates or updates pages.
2 
3## Setup
4 
5Resolve `.wiki/` from plugin install scope.
6 
7## Process
8 
9### 1. Update Reverse Index
10For each page that was created or updated:
11```bash
12python3 bin/backlinks.py update .wiki/pages <slug>
13```
14 
15### 2. Query Backlinks
16Find pages that should link back:
17```bash
18python3 bin/backlinks.py query .wiki/pages <slug>
19```
20 
21### 3. Update Related Fields
22For each page that links to the new/updated page:
23- Read the page's frontmatter
24- Add the new slug to `related:` if not already present
25- Add `[[<slug>]]` to the Related section if not already present
26 
27### 4. Detect Unlinked Mentions
28```bash
29python3 bin/mentions.py .wiki/pages <slug>
30```
31For each unlinked mention found:
32- Convert the plain text mention to a `[[wiki-link]]`
33- Only convert if the mention clearly refers to the wiki page (avoid false positives)
34 
35### 5. Full Rebuild (on demand)
36When called with `mode: rebuild`:
37```bash
38python3 bin/backlinks.py update .wiki/pages
39```
40Rebuild the entire reverse index and fix all missing backlinks across the wiki.
41 
42## Rules
43- Run quickly — this is a post-write maintenance task, not a heavy operation
44- Don't modify page content beyond adding links and updating `related:` fields
45- Preserve existing formatting when adding links
46- Log changes to `.wiki/log.md`
47- Report: backlinks updated, related fields modified, unlinked mentions converted

Preview

oshayr/llm-wikioshayr/llm-wiki

You maintain the backlink graph for the `.wiki/` knowledge base. You are triggered after the wiki-writer creates or updates pages.

## Setup

Resolve `.wiki/` from plugin install scope.

## Process

Repooshayr/llm-wiki
TypeSubagents
CategoryResearch
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardevelopment-workflows-research-agentResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositoriesSubagentsJul 202664k
  2. imbad0202 avatarreport_compiler_agentTransforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6SubagentsJul 202640k
  3. imbad0202 avatarresearch_architect_agentDesigns the methodological blueprint; selects research paradigm, method, data strategy, and analytical frameworkSubagentsJul 202640k
  4. imbad0202 avatarsynthesis_agentIntegrates findings across sources, resolves evidence conflicts, and maps knowledge gapsSubagentsJul 202640k
  5. madslorentzen avatargemini-research-expertUse this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.SubagentsJul 202628k
  6. czlonkowski avatartechnical-researcherUse this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions.SubagentsJul 202622k