Skip to content
Automation
Skill

/extract-structural-mapping

Construct an explicit source↔target mapping over objects, relations, operations, constraints, and invariants for a claimed structural equivalence.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill extract-structural-mapping --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/extract-structural-mapping

Context preview

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

Construct an explicit source↔target mapping over objects, relations, operations, constraints, and invariants for a claimed structural equivalence.

SKILL.md

extract-structural-mapping.SKILL.md
name: extract-structural-mapping
description: "Construct an explicit source↔target mapping over objects, relations, operations, constraints, and invariants for a claimed structural equivalence."

extract-structural-mapping

Purpose

Construct an explicit source-to-target mapping over objects, relations, operations, constraints, and invariants.

Input contract

required: [source_structure, target_structure, mapping_claim]
optional: [required_objects, required_relations, invariants]
constraints: [mapping must preserve identity and provenance of mapped elements]

Procedure

1. Enumerate source and target elements. 2. Map objects, relations, operations, constraints, and invariants. 3. Mark unmatched, ambiguous, and many-to-one mappings.

If source-target correspondences are explicit, consider `test-structure-preservation` as the next tactic.

Output contract

produces: [structural_mapping, unmatched_elements, ambiguity_report, invariant_inventory]
delta_fields: [findings, evidence_updates, uncertainties]

Quality gates

  • Every claimed preserved element has an explicit mapping or is marked absent.

Failure and counterexamples

Do not infer mapping from labels or surface resemblance.

Provenance map

  • resolved: isomorphism-falsification
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
5h ago
Last commit
7mo ago
Created

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