From 1f484d0f5d1e4fa64bae25af9cfaa580237863c3 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 24 Mar 2026 19:07:46 -0700 Subject: [PATCH] Add privacy policy page Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 194 +++++++++++++++++++------------------------- public/privacy.html | 41 ++++++++++ 2 files changed, 124 insertions(+), 111 deletions(-) create mode 100644 public/privacy.html diff --git a/public/index.html b/public/index.html index 9df491b71..1c7c789d3 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ Impeccable: The missing upgrade to Anthropic's frontend-design skill - + @@ -47,6 +47,15 @@ + +
@@ -185,7 +194,7 @@
03

Commands in Action

-

See the commands in action View cheatsheet →

+

Interactive demos for every command View cheatsheet →

- -
- Works with -
-
- Cursor - Cursor -
-
- Claude Code - Claude Code -
-
- Gemini CLI - Gemini CLI -
-
- Codex CLI - Codex CLI -
-
- VS Code Copilot - Copilot -
-
- Antigravity - Antigravity -
-
- Kiro - Kiro -
-
- OpenCode - OpenCode -
-
- Pi - Pi -
-
-
-

Once installed, keep the command cheatsheet handy for quick reference. To update, run npx skills update.

@@ -334,78 +300,83 @@ -
-
- v1.5.1 - March 17, 2026 -
-
    -
  • /typeset now recommends fixed type scales for app UIs, reserving fluid typography for marketing/content pages
  • -
-
+
+ View older releases +
+
+
+ v1.5.1 + March 17, 2026 +
+
    +
  • /typeset now recommends fixed type scales for app UIs, reserving fluid typography for marketing/content pages
  • +
+
-
-
- v1.5.0 - March 16, 2026 -
-
    -
  • 3 new skills: /typeset (fix typography), /arrange (fix layout & spacing), /overdrive (technically extraordinary effects, beta)
  • -
  • Skills now auto-gather design context via .impeccable.md — run /teach-impeccable once, all skills benefit
  • -
  • Deep linking to commands (#cmd-overdrive, etc.)
  • -
-
+
+
+ v1.5.0 + March 16, 2026 +
+
    +
  • 3 new skills: /typeset (fix typography), /arrange (fix layout & spacing), /overdrive (technically extraordinary effects, beta)
  • +
  • Skills now auto-gather design context via .impeccable.md — run /teach-impeccable once, all skills benefit
  • +
  • Deep linking to commands (#cmd-overdrive, etc.)
  • +
+
-
-
- v1.3.0 - March 12, 2026 -
-
    -
  • Added OpenCode provider support
  • -
  • Added Pi provider support
  • -
  • Recategorized /onboard as an enhancement command
  • -
-
+
+
+ v1.3.0 + March 12, 2026 +
+
    +
  • Added OpenCode provider support
  • +
  • Added Pi provider support
  • +
  • Recategorized /onboard as an enhancement command
  • +
+
-
-
- v1.2.0 - March 5, 2026 -
-
    -
  • Added Kiro support (.kiro/skills/)
  • -
  • Restored prefix toggle — download i- prefixed bundles to avoid naming conflicts
  • -
  • Audit and critique skills only suggest real, installed commands
  • -
-
+
+
+ v1.2.0 + March 5, 2026 +
+
    +
  • Added Kiro support (.kiro/skills/)
  • +
  • Restored prefix toggle — download i- prefixed bundles to avoid naming conflicts
  • +
  • Audit and critique skills only suggest real, installed commands
  • +
+
-
-
- v1.1.0 - March 4, 2026 -
-
    -
  • Unified skills architecture — commands are now skills with user-invocable: true
  • -
  • Added VS Code Copilot and Google Antigravity support (.agents/skills/)
  • -
  • New install flow: npx skills add as primary, universal ZIP as fallback
  • -
  • Added universal ZIP containing all 5 provider directories
  • -
  • Renamed /simplify to /distill to avoid Claude Code conflict
  • -
-
+
+
+ v1.1.0 + March 4, 2026 +
+
    +
  • Unified skills architecture — commands are now skills with user-invocable: true
  • +
  • Added VS Code Copilot and Google Antigravity support (.agents/skills/)
  • +
  • New install flow: npx skills add as primary, universal ZIP as fallback
  • +
  • Added universal ZIP containing all 5 provider directories
  • +
  • Renamed /simplify to /distill to avoid Claude Code conflict
  • +
+
-
-
- v1.0.0 - February 28, 2026 +
+
+ v1.0.0 + February 28, 2026 +
+
    +
  • Initial release with enhanced frontend-design skill
  • +
  • 17 design commands: /polish, /audit, /distill, /bolder, and more
  • +
  • Support for Cursor, Claude Code, Gemini CLI, and Codex CLI
  • +
  • Interactive command cheatsheet
  • +
+
-
    -
  • Initial release with enhanced frontend-design skill
  • -
  • 17 design commands: /polish, /audit, /distill, /bolder, and more
  • -
  • Support for Cursor, Claude Code, Gemini CLI, and Codex CLI
  • -
  • Interactive command cheatsheet
  • -
-
+
@@ -504,6 +475,7 @@ Cheatsheet Downloads Changelog + Privacy GitHub diff --git a/public/privacy.html b/public/privacy.html new file mode 100644 index 000000000..528dab42f --- /dev/null +++ b/public/privacy.html @@ -0,0 +1,41 @@ + + + + + + Privacy Policy - Impeccable + + + + + + ← Back to impeccable.style +

Privacy Policy

+

Last updated: March 24, 2026

+ +

What Impeccable is

+

Impeccable is an open-source collection of agent skills (text files) that run locally in your AI coding tool. The skills themselves collect no data, make no network requests, and have no analytics.

+ +

Website analytics

+

The Impeccable website (impeccable.style) uses Google Analytics to understand traffic patterns (page views, referrers, country). No personal information is collected beyond what Google Analytics provides by default. No cookies are used for advertising.

+ +

Downloads

+

When you download a skill bundle from the website, we log the download event (which bundle, timestamp) for usage statistics. No personal information is attached to these logs.

+ +

Claude Code Plugin

+

When installed as a Claude Code plugin, Impeccable runs entirely within your local Claude Code session. No data is sent to Impeccable's servers. Anthropic's own privacy policy governs the Claude Code application itself.

+ +

GitHub

+

The source code is hosted on GitHub. Interactions with the repository (issues, pull requests, stars) are governed by GitHub's privacy policy.

+ +

Contact

+

Questions about this policy? Open an issue on GitHub or reach out to @pbakaus.

+ +