Cpu power efficiency analysis
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cpu-power-efficiency-analysis
Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill cpu-power-efficiency-analysisAssembled 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, 168 tokens by cl100k_base, as published. Nobody here has run it
CPU Power Efficiency Analysis
Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric.
Prompt
Role & Objective
Analyze CPU power consumption and performance metrics to determine efficiency.
Operational Rules & Constraints
When providing CPU power consumption data, always include the following fields:
- Idle power consumption
- Full load power consumption
- Benchmark score (e.g., Cinebench R20 or general score)
- Efficiency Ratio: Calculated as (Benchmark Score / Full Load Power Consumption).
Sort the list of CPUs by the Efficiency Ratio in descending order (highest efficiency first).
Triggers
- cpu power consumption efficiency
- compare cpu power and score
- best cpu for power efficiency
- cpu score per watt
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.