feat: add browser-polyfills skill - #41
Open
elad12390 wants to merge 2 commits into
Open
Conversation
Covers JavaScript API polyfills (requestIdleCallback, Promise.withResolvers, Set methods), Safari CSS workarounds (backdrop-filter, dvh, sticky bugs), Next.js polyfill configuration (instrumentation-client.ts, browserslist, SWC), Safari React bugs (date parsing, input zoom, scroll lock, 100vh), safe polyfill delivery (polyfill.io replacement, feature detection, bundle impact), and Firefox quirks (scrollbars, Houdini, FormData).
Resolve add/add conflicts: main independently added a refined browser-polyfills skill (#150/#151) that supersedes this PR. Adopt main's canonical versions (SKILL.md name namespaced to @tank/browser-polyfills; polyfill-delivery.md comment wording) and drop the stale skills.json manifest in favor of main's tank.json convention. No content from main removed; branch now matches main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files Added
skills/browser-polyfills/SKILL.md- Main skill documentationskills/browser-polyfills/skills.json- Skill metadataskills/browser-polyfills/references/safari-js-polyfills.md- JavaScript polyfill patterns for Safariskills/browser-polyfills/references/safari-css-workarounds.md- CSS workarounds for Safari compatibilityskills/browser-polyfills/references/safari-react-bugs.md- React-specific Safari bugs and fixesskills/browser-polyfills/references/nextjs-polyfill-config.md- Next.js configuration for polyfill deliveryskills/browser-polyfills/references/polyfill-delivery.md- Polyfill delivery strategies and best practicesskills/browser-polyfills/references/firefox-quirks.md- Firefox-specific compatibility issuesNotes
nextjsskill with browser-specific compatibility guidancequick_validate.pyvalidation