Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

TypeSKILL_MD
Supported agentsclaude-code
LicenseSource did not declare a license
Last updated2026-07-10
Quality signal84 / 100
SourceView source
Evaluation status

A local static scan is available. This is not an official security certification or benchmark.

Claim this skill (are you the author?)

Similar skills

SKILL_MD
97

Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, server-side RUM event tracking, alerting, and Grafana dashboards. Apply when instrumenting Go s…

Coding / 软件开发Safe-ishScanned
SKILL_MD
portaljs-add-map
by datopian
93

Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase. Installs react-leaflet and a Map component, then renders the map for the chosen dataset. Use when a dataset's data is geographic and a map view is needed alongside the showcase's default metadata an…

Coding / 软件开发Safe-ishScanned
SKILL_MD
93

Wire a scaffolded PortalJS portal to a CKAN backend over its API. Generates a tiny server-side fetch client (no runtime dependency) and feeds the /search catalog and /@namespace/slug showcases from CKAN instead of datasets.json. Use when connecting an existing portal to a live CKAN instance instead…

Coding / 软件开发Safe-ishScanned
SKILL_MD
codebase-visualizer
by huangjia2019
80

Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.

Coding / 软件开发Safe-ishScanned
74

Use when you need state across calls — building env vars, navigating with cd, driving REPLs (python -i, mysql, psql, node), or responding to interactive prompts (sudo password, ssh host-key confirmation, mysql connection). Teaches the prompt-sentinel exec pattern (default mode), raw I/O for REPLs (…

Coding / 软件开发ShellScanned