Find the skill for your next task.

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

locale-images

Use when reviewing image assets, icon libraries, or components that render illustrations to identify culture-specific content that may need locale overrides or replacement with neutral alternatives.

73.22k repo starsObserved in 1 repos
Design

logical-properties

Use when reviewing stylesheets, component styles, and responsive behavior related to Use CSS logical properties for i18n and RTL support. Check the rendered layout across breakpoints and interaction states before proposing a fix.

73.22k repo starsObserved in 1 repos
Testing & Quality

lowercase

Use when auditing URL structure or configuring a new site's routing. Applies to any server or framework that allows case-insensitive file systems (Linux servers are case-sensitive by default).

73.22k repo starsObserved in 1 repos
DevOps & Security

memory-leaks

Use when reviewing scripts, client components, bundles, or runtime behavior related to Prevent common memory leak patterns. 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

meta-description

Use when auditing page metadata or generating descriptions for new pages. Applies to every page that should receive organic search traffic.

73.22k repo starsObserved in 1 repos
Business

meta-in-body

Use when auditing HTML document structure. Applies to any page where meta tags (noindex, canonical-url, description, viewport, OG tags) may have been injected into the body by CMS plugins, widgets, or JavaScript rendering.

73.22k repo starsObserved in 1 repos
Testing & Quality

meta-refresh

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid meta refresh redirects. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

73.22k repo starsObserved in 1 repos
Testing & Quality

meta-title

Use when auditing page metadata or generating SEO-optimized titles. Applies to every HTML page that should appear in search results.

73.22k repo starsObserved in 1 repos
Business

mime-type

Use when auditing server configuration or diagnosing broken resources. Applies to any web server serving HTML, CSS, JS, images, fonts, or other static assets.

73.22k repo starsObserved in 1 repos
DevOps & Security

mixed-content

Use when reviewing an HTTPS page for resources (scripts, images, stylesheets, iframes) that are loaded over plain HTTP.

73.22k repo starsObserved in 1 repos
DevOps & Security