From kg-registry-curation
Batch-curates KG-Registry stub pages: finds uncatalogued stubs, skips blocked entries from curation_problems.tsv, dispatches parallel single-resource curation workflows. Cap: 1-5 resources per run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kg-registry-curation:curate-nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Curate the next N stub resources in KG-Registry.
Curate the next N stub resources in KG-Registry.
resource/, reading reports/curation_problems.tsv, editing checked-out pages, and running local validation commands.Skip when:
reports/curation_problems.tsv without curating pages.N: number of resources to curate.N must be a positive integer between 1 and 5 inclusive.N is missing, non-integer, <= 0, or > 5, ask the user to clarify rather than guessing.The cap keeps the batch small enough to curate, validate, and summarize cleanly.
Validate N.
Build the candidate stub list.
resource/ by looking for stub in the domains list.rg -l '^\s*-\s*stub\s*$' resource
Exclude resources already logged as blocked.
reports/curation_problems.tsv and collect the resource_id values from the first column.resource_id.Select the next N candidates.
N survivors after sorting.N candidates remain, do not pad with blocked or non-stub files. Report the shortfall.Dispatch single-resource curation.
kg-registry-curation workflow.original_source and secondary_source must use KG-Registry identifiers, minting a new unique KG-Registry ID when an upstream resource is referenced but not yet present in the registry.Validate each curated file.
uv run make validate-file FILE=<target-file> before being reported complete.kg-registry-validation skill for the post-edit validation workflow when additional checking is needed.Report outcomes.
reports/curation_problems.tsv.N resources were actually curated.| Task | Command |
|---|---|
| List stub files | `rg -l '^\s*-\sstub\s$' resource |
| View blocked resource IDs | cut -f1 reports/curation_problems.tsv |
| Validate one curated file | uv run make validate-file FILE=resource/<id>/<id>.md |
domains containing stub.reports/curation_problems.tsv.N valid stub candidates remain.kg-registry-curation performs the actual per-resource edit and validation steps.kg-registry-validation performs the focused validation and quality checks for curated files.curate-next is the batch selector and dispatcher.npx claudepluginhub knowledge-graph-hub/kg-registry --plugin kg-registry-discoveryCurates a single KG-Registry resource page from stub or incomplete state to complete metadata, following LinkML schema constraints.
Processes external resources like articles, blogs, and papers into stored knowledge via quality evaluation, curation, tidying, and routing to storage or codebase application. Use for capturing session knowledge into memory structures.
Defines the shared routing ladder, result presentation contract, filesystem safety rules, and Tier 1-to-Tier 3 fallback policy for Retriever tasks.