thedaviddias/Front-End-Checklist

πŸ—‚ The essential checklist for modern web development, for humans and AI agents

This repository also configures its own agents. See what Front-End-Checklist tells them β†’

74kStars on the repository
201Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

consent-mode

73

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 44 tokens

consistent-help

74

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 40 tokens

console-cleanup

75

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 44 tokens

const-let

76

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 44 tokens

contact-page

77

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 40 tokens

container-queries

78

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

content-dates

79

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 36 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 38 tokens

content-without-css

81

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 46 tokens

contract-testing

82

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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.

not rated 74k +64 29d ago A SkillSpector: pass 38 tokens

cookie-consent

83

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing a website for GDPR/CCPA compliance, specifically whether cookie consent is obtained before non-essential cookies are set.

not rated 74k +64 29d ago A SkillSpector: pass 29 tokens

critical-images

84

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing image assets, markup, and CDN or build transforms related to Prioritize loading critical images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing slow page loads, heavy assets, or rendering delays related to Minimize critical request chains. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

not rated 74k +64 29d ago A SkillSpector: pass 44 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing CI coverage, automated checks, or test strategy related to Test across all major browsers. Focus on whether the rule is continuously verified, not just documented.

not rated 74k +64 29d ago A SkillSpector: pass 37 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing security-sensitive web apps, SharedArrayBuffer usage, worker-heavy apps, editors, or measurement features that require cross-origin isolation. Check both headers and real browser behavior.

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing scripts, client components, bundles, or runtime behavior related to Handle cross-origin requests securely. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

not rated 74k +64 29d ago A SkillSpector: pass 44 tokens

css-at-property

89

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when implementing animated gradients, complex CSS transitions that involve custom property values, or building a typed design token system where custom property misuse should produce visible errors.

not rated 74k +64 29d ago A SkillSpector: pass 35 tokens

css-containment

90

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing stylesheets, component styles, and responsive behavior related to Use CSS containment to limit repaint scope. Check the rendered layout across breakpoints and interaction states before proposing a fix.

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

css-critical

91

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing stylesheets, component styles, and responsive behavior related to Inline critical CSS for faster rendering. Check the rendered layout across breakpoints and interaction states before proposing a fix.

not rated 74k +64 29d ago A SkillSpector: pass 39 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

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

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

css-file-size

93

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when auditing slow page loads, heavy assets, or rendering delays related to Optimize CSS file size. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

not rated 74k +64 29d ago A SkillSpector: pass 42 tokens

css-grid

94

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing stylesheets, component styles, and responsive behavior related to Use CSS Grid for two-dimensional layouts. Check the rendered layout across breakpoints and interaction states before proposing a fix.

not rated 74k +64 29d ago A SkillSpector: pass 40 tokens

css-minification

95

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing stylesheets, component styles, and responsive behavior related to Minify all CSS files. Check the rendered layout across breakpoints and interaction states before proposing a fix.

not rated 74k +64 29d ago A SkillSpector: pass 39 tokens

css-non-blocking

96

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when reviewing stylesheets, component styles, and responsive behavior related to Load CSS without blocking render. Check the rendered layout across breakpoints and interaction states before proposing a fix.

not rated 74k +64 29d ago A SkillSpector: pass 41 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page β€” the rest are on their repository pages: