Benchmarking study skill for internal, competitive, and best-in-class performance comparison
Conducts benchmarking studies to compare performance against internal, competitive, and best-in-class standards.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Benchmarking Analyst skill provides comprehensive capabilities for conducting benchmarking studies. It supports internal, competitive, and best-in-class benchmarking, KPI normalization, best practice identification, and adaptation planning.
skill: benchmarking-analyst
inputs:
benchmarking_type: "best_in_class" # internal | competitive | functional | best_in_class
focus_area: "Order fulfillment cycle time"
current_performance:
metric: "order_to_ship_days"
value: 5
benchmark_sources:
- type: "industry_database"
source: "APQC"
- type: "consortium"
source: "Supply Chain Council"
target_percentile: 90 # aim for top 10%
outputs:
- benchmark_study
- performance_gaps
- best_practices
- adaptation_plan
- implementation_roadmap
- tracking_metrics
| Type | Description | Use Case |
|---|---|---|
| Internal | Compare across own sites/units | Identify internal best practices |
| Competitive | Compare to direct competitors | Understand competitive position |
| Functional | Compare to same function in other industries | Learn from leaders |
| Best-in-Class | Compare to world leaders | Achieve breakthrough performance |
Normalize metrics for fair comparison:
Raw metric: Inventory value = $10M
Normalized: Days of inventory = 45 days
Industry benchmark: 30 days
Gap: 15 days (50% improvement opportunity)
| Performance Level | % of Benchmark | Action |
|---|---|---|
| Leading | >110% | Share best practices |
| Parity | 90-110% | Monitor and improve |
| Lagging | 70-90% | Targeted improvement |
| Poor | <70% | Major initiative needed |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.