Skip to main content
Run any Skill in Manus
with one click
GitHub repository

kg-registry

kg-registry contains 8 collected skills from Knowledge-Graph-Hub, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
27
updated
2026-06-22
Forks
5
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

kg-registry-curation
software-developers

Use when curating or expanding a KG-Registry resource page. Applies to stub resources and incomplete existing pages stored as Markdown with YAML front matter under resource/.

2026-06-22
find-downstream-usages
software-developers

Use when asked everywhere a given resource is used or consumed downstream — which knowledge graphs, aggregators, or products draw on it, and any recorded real-world uses — based on what KG-Registry records. Reads the live hosted KG-Registry Parquet files over HTTP (no local clone needed), combining reverse provenance (other resources naming this one as a source) with the resource's own usages field.

2026-06-19
find-similar-resources
software-developers

Use when asked to find KG-Registry resources similar to a given one — alternatives, related graphs, or near-duplicates. Reads the live hosted KG-Registry Parquet files over HTTP (no local clone needed), combining structured signals (shared domains, taxa, category, node/edge scale, shared upstream sources) with softer heuristics (description similarity and overlapping publication authors) into a ranked shortlist.

2026-06-19
search-resources
software-developers

Use when asked to find KG-Registry resources about a topic, subject area, or domain (e.g. "everything about RNA interactions", "what proteomics knowledge graphs are there", "find resources mentioning Reactome"). Queries the live hosted KG-Registry Parquet files over HTTP — no local clone needed — mapping a free-text topic to the registry's domain vocabulary plus keyword search.

2026-06-19
trace-upstream-sources
software-developers

Use when asked what upstream data sources a given resource (usually a knowledge graph) is built from — its inputs, dependencies, or provenance — based on what KG-Registry records. Reads the live hosted KG-Registry Parquet files over HTTP (no local clone needed), walks each product's original_source and secondary_source, resolves the referenced ids, and optionally recurses to build the full upstream tree.

2026-06-19
curate-next
database-architects

Use when asked to curate the next N KG-Registry stub resources. Selects uncatalogued stub pages not already listed in reports/curation_problems.tsv and dispatches single-resource curation in parallel.

2026-05-19
kg-registry-product-url-update
database-architects

Use when updating the URL for a specific KG-Registry product, especially when the original URL is dead, redirected, versioned, or replaced by a newer canonical landing or download page.

2026-05-19
kg-registry-validation
database-architects

Use when validating or quality-checking KG-Registry resource pages after curation, especially for schema compliance, provenance slot correctness, and stub-cleanup issues.

2026-05-19