anonymization skills

9 tagged anonymization, measured the same way as everything else here.

Browse within: gdpr 5

pii-safe-documents

01

danyuchn/pii-guard

Skill Claude CodeCodex

Processes sensitive local documents through PII Guard and a local Ollama model into a reversible redacted copy without allowing the non-open-source main agent to read the original, restoration map, or restored contents. Use whenever the user asks to de-identify or redact a private file, create a reversible sanitized…

127 2d ago A 84 tokens original MIT

docs-masked

02

kpshinnik/docs_masked

Skill Claude CodeCodex

A local document-scrubbing tool that replaces personal details with tags before text is sent to a language model, then restores the real details in the returned answer.

14 14d ago A 296 tokens original MIT

piighost-code-style

03

Athroniaeth/piighost

Skill Claude CodeCodex

Use when writing or refactoring PIIGhost Python code (src/ or tests/). Captures the project's code conventions and idioms BEYOND what PEP8 and ruff enforce: preferred expression forms, dispatch patterns, naming, and structural preferences the maintainer has called out during review. ruff/PEP8 handle formatting; this…

12 4d ago A 80 tokens original MIT

piighost-docs-v2

04

Athroniaeth/piighost

Skill Claude CodeCodex

Use when writing or reviewing PIIGhost user-facing prose, the intro/pitch of README.md or README.fr.md, or any docs/en or docs/fr page. Triggers on choosing anonymisation vs dé-identification wording, prose that narrates instead of explaining, semicolons or em dashes in French, PIIGhost written in bold instead of code…

12 4d ago A 91 tokens original MIT

piighost-docs

05

Athroniaeth/piighost

Skill Claude CodeCodex

Use when editing PIIGhost documentation under docs/en/ or docs/fr/. Covers the writing style (term definitions by mechanism, sentence style, AI-tell avoidance, incremental page shape), page structure, mandatory EN/FR mirroring, Mermaid + figure-caption pattern, .placeholder / .pii inline tagging, .security-table…

12 4d ago A 107 tokens original MIT

redacta

06

nickjlamb/redacta

Skill Claude CodeCodex

Pseudonymises medical and clinical documents by replacing patient identifiers with labelled tokens (e.g. [PATIENTNAME1], [NHSNUMBER1], [DATEOFBIRTH1]) so the text can be safely processed by AI or shared, with clinical meaning intact. Combines a deterministic pattern layer (NHS numbers with Modulus-11 validation, UK…

8 4d ago A 219 tokens MIT-0