From 52e43d65a53eaf1a2045c8357d82af4303beb8e5 Mon Sep 17 00:00:00 2001 From: fullstackcrew-alpha Date: Sat, 21 Mar 2026 01:09:12 +0800 Subject: [PATCH] Add privacy-mask skill (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 吴浩 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35bd19c2..6fc34485 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,7 @@ This collection would not be possible without the incredible work of the Claude - **[christopherlhammer11-ai/recallmax](https://github.com/christopherlhammer11-ai/recallmax)**: Source for the RecallMax skill — long-context memory, summarization, and conversation compression for agents. - **[tsilverberg/webapp-uat](https://github.com/tsilverberg/webapp-uat)**: Full browser UAT skill — Playwright testing with console/network error capture, WCAG 2.2 AA accessibility checks, i18n validation, responsive testing, and P0-P3 bug triage. Read-only by default, works with React, Vue, Angular, Ionic, Next.js. - **[Wolfe-Jam/faf-skills](https://github.com/Wolfe-Jam/faf-skills)**: AI-context and project DNA skills — .faf format management, AI-readiness scoring, bi-sync, MCP server building, and championship-grade testing (17 skills, MIT). +- **[fullstackcrew-alpha/privacy-mask](https://github.com/fullstackcrew-alpha/privacy-mask)**: Local image privacy masking for AI coding agents. Detects and redacts PII, API keys, and secrets in screenshots via OCR + 47 regex rules. Claude Code hook integration for automatic masking. Supports Tesseract and RapidOCR. 100% offline (MIT). ### Inspirations