askill
pop-assessment-performance

pop-assessment-performanceSafety 95Repository

Evaluates PopKit efficiency using concrete metrics for context usage, token consumption, and lazy loading validation

4 stars
1.2k downloads
Updated 2/23/2026

Package Files

Loading files...
SKILL.md

Performance Assessment Skill

Purpose

Provides concrete, reproducible performance assessment for PopKit plugins using:

  • Measurable efficiency metrics
  • Automated context analysis
  • Token consumption estimation
  • Lazy loading validation

How to Use

Step 1: Run Automated Metrics Collection

python skills/pop-assessment-performance/scripts/measure_context.py packages/plugin/
python skills/pop-assessment-performance/scripts/analyze_loading.py packages/plugin/
python skills/pop-assessment-performance/scripts/calculate_efficiency.py packages/plugin/

Step 2: Apply Performance Checklists

Read and apply checklists in order:

  1. checklists/context-efficiency.json - Context window usage
  2. checklists/startup-performance.json - Plugin initialization
  3. checklists/file-access-patterns.json - Read/write efficiency

Step 3: Generate Report

Combine automated metrics with checklist results for final performance report.

Standards Reference

StandardFileKey Checks
Context Efficiencystandards/context-efficiency.mdCE-001 through CE-008
Startup Performancestandards/startup-performance.mdSP-001 through SP-006
File Accessstandards/file-access.mdFA-001 through FA-008
Token Consumptionstandards/token-consumption.mdTC-001 through TC-006

Performance Targets

MetricTargetWarningCritical
Skill Prompt Size<2000 tokens2000-4000>4000
Agent Prompt Size<5000 tokens5000-8000>8000
Tier-1 Agent Count<=1516-20>20
File Reads/Operation<55-10>10
Startup Files<1010-20>20

Output

Returns JSON with:

  • efficiency_score: 0-100 (higher = better)
  • metrics: Collected performance measurements
  • bottlenecks: Identified performance issues
  • optimizations: Recommended improvements

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/2/2026

Well-structured skill with clear purpose, step-by-step instructions, and comprehensive performance metrics. References internal standards and scripts making it project-specific. Has good metadata, tags, and organized tables. Penalty for internal-only path structure.

95
75
55
65
70

Metadata

Licenseunknown
Version1.0.0
Updated2/23/2026
Publisherjrc1883

Tags

observabilityprompting