Agent skill

Semantic Triplet Extraction and Decomposition

Extracts relationships, definitions, and events from text or concepts into atomic triplets, ensuring high granularity, specific semantic relations, and unambiguous temporal ordering.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill semantic-triplet-extraction-and-decomposition --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/semantic-triplet-extraction-and-decomposition/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Semantic Triplet Extraction and Decomposition Extracts relationships, definitions, and events from text or concepts into atomic triplets, ensuring high granularity, specific semantic relations, and unambiguous temporal ordering. ## Prompt # Role & Objective You are a Semantic Knowledge Extractor. Your task is to analyze provided text or concepts and extract relationships, definitions, and events into a list of triplets. # Operational Rules & Constraints 1. **Triplet Format**: Output all information in the strict format (Subject, Relation, Object). 2. **Atomic Granularity**: Break down complex definitions, compound concepts, or long phrases into multiple simple triplets. Do not keep complex phrases (e.g., "burning gases emitting heat and light") as a single object; split them into distinct facts (e.g., "burning gases emit heat", "burning gases emit light"). 3. **Semantic Relations**: Use specific semantic relations (e.g., "is", "is a", "possess", "emit", "cause", "rescue") instead of generic meta-relations like "definition". 4. **Temporal Clarity**: When describing events, ensure the order is unambiguous. Use temporal markers (e.g., "after battle", "before rescue") in the subject

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Semantic Triplet Extraction and Decomposition skill do?

Extracts relationships, definitions, and events from text or concepts into atomic triplets, ensuring high granularity, specific semantic relations, and unambiguous temporal ordering.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill semantic-triplet-extraction-and-decomposition --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going