Find the skill for your next task.

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

consent-mode

Use when auditing slow page loads, heavy assets, or rendering delays related to Implement Google Consent Mode v2. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

73.22k repo starsObserved in 1 repos
Testing & Quality

consistent-help

Use when reviewing support UI across multi-page flows such as checkout, onboarding, account recovery, or support journeys. Compare multiple pages in the same variation instead of reviewing a single page alone.

73.22k repo starsObserved in 1 repos
Testing & Quality

console-cleanup

Use when reviewing scripts, client components, bundles, or runtime behavior related to Remove console statements in production. 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

const-let

Use when reviewing scripts, client components, bundles, or runtime behavior related to Prefer const and let over var. 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

contact-page

Use when auditing metadata, crawlability, structured data, or indexability related to Create a comprehensive Contact page. Verify the rendered HTML and HTTP response rather than relying only on source files.

73.22k repo starsObserved in 1 repos
Business

container-queries

Use when reviewing stylesheets, component styles, and responsive behavior related to Use container queries for component-level responsiveness. Check the rendered layout across breakpoints and interaction states before proposing a fix.

73.22k repo starsObserved in 1 repos
Design

content-dates

Use when auditing article or blog pages for date markup, generating Article JSON-LD with datePublished/dateModified, or checking whether a CMS template surfaces dates correctly.

73.22k repo starsObserved in 1 repos
Testing & Quality

content-security-policy

Use when reviewing headers, forms, cookies, or third-party integrations related to Implement a content security policy. Validate the effective browser and HTTP behavior in a production-like environment.

73.22k repo starsObserved in 1 repos
DevOps & Security

content-without-css

Use when reviewing rendered HTML, layout components, or design-system patterns that may depend on presentation for meaning. Check the DOM order, semantic structure, form relationships, and whether CSS generated content carries essential information.

73.22k repo starsObserved in 1 repos
Testing & Quality

contract-testing

Use when setting up integration testing for a frontend-backend API boundary, evaluating whether two services are safe to deploy independently, or replacing slow end-to-end tests with contract tests.

73.22k repo starsObserved in 1 repos
Testing & Quality