一键导入
fpf-skillmetric-evaluate-cslc
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fpf-skill:metric-evaluate-cslc |
| description | Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18). |
| version | 0.1.0 |
| allowed_tools | [] |
This skill implements FPF Pattern A.18 (Metrics & Scales). To avoid "averaging nonsense", every metric must have a strictly defined Scale Type: Nominal, Ordinal, Interval, or Ratio.
Given a value and a scale_definition, validate the value and return its normalized Coordinate.
Handle the following types strictly:
{pass, fail}). No ordering.1-5). Order matters, but distance is undefined. You CANNOT average these (use median).Temperature C). You can average.Time in seconds). You can average and divide.If the value is valid for the scale, return:
{
"valid": true,
"coordinate": number | string,
"scale_type": string
}
If invalid (e.g., "7" on a 1-5 scale), return valid=false.
Verifies that an execution trace complies with the FPF Behavioral Specification.
Generated skill for design/audit-name.
Generated skill for design/deprecate-name.
Generated skill for design/mint-name.
Minimal reference skill used to validate parsing and loading.
Calculates the SkillUsabilityScore (U.Metric) for Zero-Shot Enactment.