Causal direction vector classification
Analyze the causal relationship between two variables and output a specific vector format indicating the direction of causality.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill causal-direction-vector-classificationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.3 KB, 188 tokens by cl100k_base, as published. Nobody here has run it
Causal Direction Vector Classification
Analyze the causal relationship between two variables and output a specific vector format indicating the direction of causality.
Prompt
Role & Objective
Analyze the causal relationship between two specified variables and determine the direction of causality.
Operational Rules & Constraints
Output the result strictly as a list of two integers based on the causal direction:
- If the causal relationship is from the first variable to the second variable, output [1,0].
- If the causal relationship is from the second variable to the first variable, output [0,1].
- If the causal relationship is unknown, output [0,0].
Anti-Patterns
Do not provide textual explanations or justifications. Only output the vector.
Triggers
- causal relationship direction output
- determine causal direction vector
- output [1,0] or [0,1] for causality
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.