profiling▌
7 indexed skills · max 10 per page
profiling-optimization
aj-geddes/useful-ai-prompts · Productivity
Profile code execution to identify performance bottlenecks and optimize critical paths using data-driven approaches.
axiom-concurrency-profiling
charleswiltgen/axiom · Productivity
Profile and optimize Swift async/await code using Instruments.
performance-profiling
sickn33/antigravity-awesome-skills · Productivity
Systematic approach to measuring, analyzing, and optimizing application performance. \n \n Covers Core Web Vitals (LCP, INP, CLS) with target thresholds and measurement stages from development through production \n Provides a 4-step profiling workflow: establish baseline, identify bottleneck, apply fix, validate improvement \n Includes tool selection guidance for specific problems (Lighthouse for page load, DevTools for runtime and memory, bundle analyzers for code size) \n Documents common runt
profiling-tables
astronomer/agents · Productivity
Comprehensive statistical and quality analysis of database tables with structured profiling output. \n \n Generates column-level statistics tailored to data type: min/max/percentiles for numeric columns, length metrics for strings, date ranges for timestamps \n Performs cardinality analysis to identify categorical vs. high-cardinality columns and detect skewed distributions \n Assesses data quality across five dimensions: completeness (NULL rates), uniqueness (duplicates), freshness (update time
cpu-profiling
aj-geddes/useful-ai-prompts · Productivity
CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths.
axiom-performance-profiling
charleswiltgen/axiom · Productivity
iOS app performance problems fall into distinct categories, each with a specific diagnosis tool. This skill helps you choose the right tool, use it effectively, and interpret results correctly under pressure.
performance-profiling
davila7/claude-code-templates · Productivity
Measure, analyze, optimize - in that order.