Privacy policy
Last updated: 2026-05-29
The ux-skill tool runs entirely on your machine. It does not phone home. It does not collect telemetry. It has no account system. Nothing you design ever leaves your computer. This website is a separate thing: a static site on GitHub Pages that uses Google Analytics to count visitors in aggregate (it sets analytics cookies and reads an approximate location). It never collects personal data and is not linked to any advertising.
The long version is below.
Who maintains this
ux-skill is a personal open-source project maintained by Laith Aljunaidy. Contact: laith.aljunaidy.laith@gmail.com.
The plugin
Data we collect from you
None. The plugin has no analytics, no telemetry, no usage metrics, no crash reports, no API keys, no phone-home checks, no "anonymous improvement data", no A/B testing.
Network calls the plugin makes
None. The deterministic linter (/ux-lint) runs pure regex over local files. Generation commands run inside your Claude Code session; any LLM calls go through your own Claude Code authentication, not the plugin's.
If you find a network call you did not expect, that is a bug. Please file an issue.
Files the plugin reads
- Files in the project directory you point commands at (e.g.
/ux-audit ./components/Hero.tsx). - The plugin's own internal files: commands, sub-agents, references, brand specs.
.ux/last-*.jsonstate files written by the plugin's prior commands, so commands can chain.
Files the plugin writes
.ux/last-frame.json,.ux/last-audit.json,.ux/last-design.json, etc.: local state for command chaining.- Code files when you run generation commands like
/ux-design,/ux-fix,/ux-component, at paths you have specified.
All file reads and writes stay on your local filesystem. Nothing is transmitted off your machine.
The landing page
The landing at uxskill.laithjunaidy.com is a single self-contained HTML file served by GitHub Pages.
What loads when you visit
- The HTML file itself from GitHub's CDN, with inline CSS and a small amount of self-contained JavaScript.
- Webfonts from Google Fonts (Bricolage Grotesque, Inter, JetBrains Mono, IBM Plex Sans Arabic). Google receives your IP for font delivery per Google's own privacy policy.
- Google Analytics 4 (
gtag.js) fromgoogletagmanager.com, see "Analytics" below.
Analytics
This website uses Google Analytics 4 (Measurement ID G-Z371T0DBW5) to understand aggregate traffic: how many people visit, which pages and locales they read, and where they arrive from. With Google's "Enhanced Measurement" enabled, GA4 also records page views, scroll depth, outbound link clicks (for example to the GitHub repo), site search, file downloads, form interactions, and video engagement. From the request, Google derives an approximate location (country / city from IP, though the full IP address is not stored by GA4), plus device, browser, operating system, and language. We only ever read this in aggregate: trends, never individuals.
GA4 sets first-party cookies (_ga, _ga_<id>) to tell visits apart; they expire after up to two years. You can opt out with the Google Analytics Opt-out Browser Add-on, by blocking cookies or analytics in your browser, or with any content blocker. The site works fully without them.
What we still do NOT do
- No advertising, remarketing, or retargeting. The site is not linked to Google Ads.
- No tracking pixels, no third-party marketing scripts, no cross-site tracking.
- No selling, renting, or sharing of visitor data with anyone beyond the processors named here.
- No personal data. No accounts, names, or emails, and GA4 is not configured to capture personally identifying information.
- No A/B testing or marketing-attribution tooling.
What GitHub Pages may log
GitHub may keep server-side access logs (IP, user agent, requested resource, timestamp) for its own operations and abuse prevention. We do not see or process these. See GitHub's privacy statement.
What Google Fonts may log
When fonts load from fonts.googleapis.com and fonts.gstatic.com, Google receives the request URL, your IP, and the requested font file. We do not have control over this. It is part of how web fonts work. See Google's font privacy FAQ.
Brand references
The plugin ships 160 brand DESIGN.md spec files as design references: Apple, Stripe, Linear, Notion, Figma, Tesla, BMW, and 83 others. These describe brand design languages for educational and reference purposes only. They are derived from publicly observable design patterns and publicly available brand guidelines. They do not include trademarks, logos, or proprietary assets owned by those brands.
If you are a rights-holder and believe a brand reference misrepresents your brand or includes content that should be removed, email laith.aljunaidy.laith@gmail.com and it will be addressed within 5 business days.
Cookies
This website sets Google Analytics first-party cookies (_ga and _ga_<id>) to distinguish visits for aggregate reporting. They last up to two years and are analytics cookies, not advertising cookies. Block or delete them any time in your browser, use a content blocker, or install the Google Analytics Opt-out Add-on. The site works fully without them. GitHub Pages may also use its own operational cookies, which we neither set nor read.
Children's privacy
This service is not directed at children under 13. We do not knowingly collect data from anyone, including minors.
Your data subject rights (GDPR, CCPA, etc.)
The plugin: there is no personal data on our side to access, correct, port, or delete. We do not have any.
The website: there is no account, no profile, and no personally identifying data on our side. The only visitor data is the aggregate Google Analytics reporting described above (no individual profiles), plus the server-side access log GitHub keeps, which is out of our control. You can remove yourself from analytics entirely with the Google Analytics Opt-out Add-on or by blocking cookies.
If you are in the EU / EEA / UK and your jurisdiction requires prior consent for analytics cookies, treat your browser and content-blocker settings as your control until a consent banner is in place. We do not process data for advertising.
Specific requests: laith.aljunaidy.laith@gmail.com.
Changes
If this policy changes, the Last updated date at the top updates. Material changes will be announced in the repository's release notes.
Contact
Laith Aljunaidy
Email: laith.aljunaidy.laith@gmail.com
LinkedIn: linkedin.com/in/laithaljunaidy
Repository: github.com/Laith0003/ux-skill