ahp-calculator
Analytic Hierarchy Process (AHP) calculation skill for pairwise comparison matrices, consistency checking, and weight derivation
npx skills add a5c-ai/babysitter --skill ahp-calculator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AHP Calculator ## Overview The AHP Calculator skill implements the Analytic Hierarchy Process methodology for multi-criteria decision analysis. It enables systematic evaluation of alternatives through pairwise comparisons, consistency validation, and weight derivation, supporting both individual and group decision-making scenarios. ## Capabilities - Pairwise comparison matrix creation - Eigenvalue-based weight calculation - Consistency ratio computation - Inconsistency identification and correction guidance - Group AHP aggregation (AIJ/AIP methods) - Sensitivity analysis on weights - AHP hierarchy visualization - Report generation ## Used By Processes - Multi-Criteria Decision Analysis (MCDA) - Structured Decision Making Process - Decision Quality Assessment ## Usage ### AHP Scale The standard Saaty scale for pairwise comparisons: - 1: Equal importance - 3: Moderate importance - 5: Strong importance - 7: Very strong importance - 9: Extreme importance - 2, 4, 6, 8: Intermediate values ### Hierarchy Definition ```python # Define AHP hierarchy hierarchy = { "goal": "Select Best Vendor", "criteria": [ { "name": "Cost", "sub_criteria": ["Initial Cost", "Maintenance Cost"] }, { "name":
- Overview
- Capabilities
- Used By Processes
- Usage
- AHP Scale
- Hierarchy Definition
- Pairwise Comparison Matrix
- Consistency Analysis
- Group Decision Making
- Input Schema
- Output Schema
- Best Practices
- Correction Guidance
- Integration Points
What does the ahp-calculator skill do?
Analytic Hierarchy Process (AHP) calculation skill for pairwise comparison matrices, consistency checking, and weight derivation
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill ahp-calculator --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 a5c-ai/babysitter, a repository with 1,642 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.
