Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transiti
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 72% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 14% | 0% |
A skill to search for specific web development use cases and retrieve their corresponding best practice guides.
Must use this skill:
Search with an action-oriented query summarizing what you want to achieve using the search command. Run modern-web-guidance directly with npx.
shnpx -y modern-web-guidance@latest search "<query>" --skill-version 2026_05_16-c5e7870
Example Output:
json[ { "id": "optimize-image-priority", "description": "Optimize the loading priority of Largest Contentful Paint (LCP) candidate images.", "category": "performance", "featuresUsed": [ "Fetch priority" ], "tokenCount": 985, "similarity": 0.7289 }, { "id": "defer-rendering-heavy-content", "description": "Reduce rendering times in content-heavy web pages by deferring rendering for offscreen content.", "category": "performance", "featuresUsed": [ "content-visibility", "hidden=\"until-found\"" ], "tokenCount": 1250, "similarity": 0.6961 } ]
> Note: If search results are vague, return no matches, or show low similarity scores, run the list command to browse all guides: > sh > npx -y modern-web-guidance@latest list >
Once you have a relevant id from the search results, call this script using the retrieve command to get the full guide. You can pass multiple IDs separated by commas.
shnpx -y modern-web-guidance@latest retrieve "<id>"
Example Output: The markdown content of the guide describing implementation steps...
npx may fail. Use npx.cmd ... instead.npx -y modern-web-guidance… command hangs, you may be offline. Try running again in offlinemode: npx --offline ….
--skill-version flag is used to determine if this SKILL.md is out of date. If it is, a warningmessage is logged to stderr.
No defined policy format. This is an example: **Browser Support:** Allow Newly Available features, but only adopt custom fallback code that adds <= 20 lines and does not require external dependencies.
Other measured skills in the registry, with their headline benchmark lift.