Find the skill for your next task.

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

third-party-scripts

Use when auditing slow page loads, heavy assets, or rendering delays related to Optimize third-party script loading. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

73.22k repo starsObserved in 1 repos
Testing & Quality

title-unique

Use when applies to all HTML pages. Use when auditing a site crawl report or investigating why multiple pages compete for the same keyword in search results.

73.22k repo starsObserved in 1 repos
Business

token-storage-security

Use when reviewing authentication implementation, setting up a new auth system, or evaluating whether the current token storage approach exposes the application to XSS-based token theft.

73.22k repo starsObserved in 1 repos
DevOps & Security

trailing-slash

Use when applies to all static and dynamic websites. Use when auditing a site for duplicate content, setting up a new site, or after migrating platforms that changed URL conventions.

73.22k repo starsObserved in 1 repos
Business

translation-strings

Use when reviewing a codebase for internationalisation readiness, setting up an i18n library, or preparing strings for a new locale.

73.22k repo starsObserved in 1 repos
Development

trust-signals

Use when applies especially to e-commerce checkouts, contact/lead forms, pricing pages, and YMYL (Your Money or Your Life) content. Use when auditing E-E-A-T or conversion optimization.

73.22k repo starsObserved in 1 repos
Business

ttfb

Use when auditing slow first responses on SSR pages, APIs, or cacheable HTML. Distinguish origin compute time from network latency and CDN cache misses before proposing a fix.

73.22k repo starsObserved in 1 repos
Testing & Quality

twitter-cards

Use when applies to any page intended to be shared on X (Twitter). Use when auditing social sharing previews or adding social meta tags to a new site.

73.22k repo starsObserved in 1 repos
Business

type-coercion

Use when reviewing scripts, client components, bundles, or runtime behavior related to Avoid implicit type coercion. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

73.22k repo starsObserved in 1 repos
Testing & Quality

type-only-imports

Use when auditing import statements in TypeScript files, setting up a new TypeScript project, or investigating unexpected bundle inclusions from type-only dependencies.

73.22k repo starsObserved in 1 repos
Development