Skip to content
Automation
Skill

/atomize-concept

Decompose compound concepts into atomic, non-overlapping concepts while preserving parent/part relationships.

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

Context preview

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

Decompose compound concepts into atomic, non-overlapping concepts while preserving parent/part relationships.

SKILL.md

atomize-concept.SKILL.md
name: atomize-concept
description: "Decompose compound concepts into atomic, non-overlapping concepts while preserving parent/part relationships."

atomize-concept

Purpose

Split a broad concept into definitional facets and distinguishable subconstructs.

Input contract

required: [concept_definition, domain_context]
optional: [theory, neighboring_concepts, examples]
constraints: [facets must be non-duplicate and retain the parent concept boundary]

Procedure

1. Extract the concept's necessary, typical, and optional properties. 2. Separate facets by mechanism, function, level, or context. 3. Compare neighboring concepts and mark overlaps or gaps. 4. Emit a facet hierarchy with definitions and boundary examples.

If the atomic concepts are stable enough to connect semantically, consider `type-relation` as the next tactic.

Output contract

produces: [concept_facets, facet_definitions, overlap_map, boundary_examples]
delta_fields: [findings, uncertainties, open_questions]

Quality gates

  • Facets are distinguishable in principle.
  • Parent and child scopes are explicit.

Failure and counterexamples

Do not treat synonyms as distinct facets or split a concept solely by examples.

Provenance map

  • `resolved: atomize-concept`
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
2h ago
Last commit
7mo ago
Created

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