Skip to content
Automation
Skill

/inventory-reference-items

Build a structured inventory of externally established reference items under a parent-specified schema, preserving applicability/status, key attributes, limitations, and provenance. Typical schemas include benchmark or known-solution/method family.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill inventory-reference-items --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/inventory-reference-items

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build a structured inventory of externally established reference items under a parent-specified schema, preserving applicability/status, key attributes, limitations, and provenance. Typical schemas include benchmark or known-solution/method family.

SKILL.md

inventory-reference-items.SKILL.md
name: inventory-reference-items
description: "Build a structured inventory of externally established reference items under a parent-specified schema, preserving applicability/status, key attributes, limitations, and provenance. Typical schemas include benchmark or known-solution/method family."

inventory-reference-items

Purpose

Build a structured inventory of externally established reference items under a caller-specified schema.

Input contract

required: [reference_items, item_schema, applicability_rules]
optional: [known_solutions, benchmarks, source_scope, status_vocabulary]
constraints: [preserve applicability, status, limitations, key attributes, and provenance for every item]

Procedure

1. Define the eligible reference universe and normalize item identifiers. 2. Extract schema fields, applicability, status, limitations, and provenance. 3. Deduplicate items without merging distinct benchmarks or methods. 4. Return the inventory with exclusions and unresolved provenance.

If reference items expose the metrics used for comparison, consider `decompose-evaluation-metric` as the next tactic.

Output contract

produces: [reference_inventory, applicability_map, limitation_register, provenance_index]
delta_fields: [findings, evidence_updates, uncertainties]

Quality gates

  • Every item has a stable identifier, source reference, applicability status, and limitation note.
  • Benchmark and known-solution inventories remain schema-distinct when their fields differ.
  • Missing fields are explicit; no benchmark or solution is inferred from a similar name.

Parameterization

The caller must provide item type, schema, eligible source scope, inclusion/status rules, canonical identifier policy, and required provenance fields.

Failure and counterexamples

Reject inventory entries with no provenance, mixed item types under one schema, or deduplication that removes a distinct reference item.

Provenance map

  • concept: knowledge-acquisition/benchmark-inventory
  • intermediate: Pass4/inventory-benchmarks
  • concept: creative-ideation/benchmark-inventory
  • intermediate: Pass4/inventory-known-solutions

Preserved source criteria ledger

No resolved v3 source node was present for these four entries; they remain explicitly marked concept/intermediate and are not replaced by a similarly named inventory.

Read more
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
1h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine