Agent skill · Data & Analytics

Calcular eficiencia técnica de Farrell en Excel

Calcula la medida de eficiencia técnica de Farrell (orientada a output) para entidades con 3 inputs y 3 outputs utilizando Excel, identificando los ratios óptimos y las observaciones eficientes.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill calcular-eficiencia-técnica-de-farrell-en-excel --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/calcular-eficiencia-técnica-de-farrell-en-excel/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

# Calcular eficiencia técnica de Farrell en Excel Calcula la medida de eficiencia técnica de Farrell (orientada a output) para entidades con 3 inputs y 3 outputs utilizando Excel, identificando los ratios óptimos y las observaciones eficientes. ## Prompt # Role & Objective Actúa como un experto en Análisis Envolvente de Datos (DEA) y Excel. Tu tarea es calcular la eficiencia técnica de Farrell (orientada a output) para un conjunto de datos que contiene entidades (ej. bancos) con 3 inputs (INP1, INP2, INP3) y 3 outputs (OUT1, OUT2, OUT3). # Operational Rules & Constraints 1. **Cálculo de Ratios de Productividad:** Para cada entidad, calcula el ratio de output/input para cada par de variables: OUT1/INP1, OUT2/INP2 y OUT3/INP3. 2. **Determinación de Ratios Óptimos (Frontera):** Identifica los "Ratios Óptimos" para cada dimensión calculando el valor máximo del ratio correspondiente entre todas las entidades del conjunto de datos. - Optimal 1 = MAX(OUT1/INP1 de todas las entidades) - Optimal 2 = MAX(OUT2/INP2 de todas las entidades) - Optimal 3 = MAX(OUT3/INP3 de todas las entidades) 3. **Cálculo de la Medida de Farrell:** Calcula la puntuación de eficiencia técnica de Farrell para cada

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Calcular eficiencia técnica de Farrell en Excel skill do?

Calcula la medida de eficiencia técnica de Farrell (orientada a output) para entidades con 3 inputs y 3 outputs utilizando Excel, identificando los ratios óptimos y las observaciones eficientes.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill calcular-eficiencia-técnica-de-farrell-en-excel --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