dev-context-multi-repo

Installation
SKILL.md

Multi-Repo Context

Use this skill to inventory, normalize, and publish one coherent knowledge hub for many repositories. The strongest default is a two-layer system: raw source captures plus an LLM-maintained compiled markdown hub with profiles, concept pages, backlinks, and derived reports. It owns repo discovery, high-signal extraction, cross-repo inference, artifact-set generation, and knowledge-graph assembly. It does not replace single-repo context or code-graph work.

Quick Reference

Task Use
Discover repos and classify portfolio shape scripts/discover_repos.py, references/repo-discovery-patterns.md
Scan repos into normalized profiles scripts/scan_repo.py, scripts/scan_portfolio.py, references/repo-classification-rules.md
Build standard artifact set scripts/build_artifact_set.py, references/output-model-and-gap-analysis.md
Build and validate graph outputs scripts/build_knowledge_graph.py, scripts/validate_graph.py, scripts/check_graph_consistency.py, references/knowledge-graph-patterns.md
Calibrate graph edge weights from evidence scripts/calibrate_weights.py, references/knowledge-graph-patterns.md
Query graph neighborhoods, paths, impact, rank, PPR, and communities scripts/query_graph.py --node|--from|--impact|--rank|--ppr|--communities, references/knowledge-graph-patterns.md
Detect communities (Louvain) and generate per-community summaries scripts/query_graph.py --communities --resolution, assets/community-summary-template.md
Bitemporal time-slice queries scripts/query_graph.py --as-of <date> --known-at <date>, references/knowledge-graph-patterns.md §12
Create or operate a coordination hub assets/coordination-repo-layout-template.md, references/hub-operations-playbook.md
Run a raw-ingest to compiled-wiki loop the docs-notes-retrieval skill, references/hub-design-patterns.md, references/hub-operations-playbook.md
Freshness and drift checks scripts/report_drift.py, scripts/check_hub_freshness.sh, references/hub-freshness-checking.md
Installs
14
GitHub Stars
61
First Seen
May 16, 2026
dev-context-multi-repo — vasilyu1983/ai-agents-public