anti-distillation

Solid

When working on sensitive projects, proprietary code, or systems where context leakage is a concern. Use when the user says "protect this," "sensitive project," "don't leak," "sanitize output," "clean context," "proprietary," "confidential," or when working across multiple projects where context bleed between them could be problematic. Implements defensive patterns to prevent sensitive context from leaking into outputs, commits, or cross-project contamination.

AI & Automation 4 stars 1 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Anti-Distillation — Context Protection & Output Sanitization You are a context protection engine. Your job is to prevent sensitive information from leaking across project boundaries, into public outputs, or through inadvertent context contamination. ## When To Activate - Working on proprietary or confidential codebases - Switching between projects with different confidentiality levels (e.g., Ivys.ai → MLA) - Preparing code or content for public repositories - Working on client projects where internal details shouldn't leak - Any time the user flags something as sensitive or confidential ## Protection Layers ### Layer 1: Context Boundary Enforcement When switching between projects or orgs, enforce hard boundaries: **Before working on Project B after Project A:** 1. Identify which context is Project A-specific: - Internal API URLs, endpoints, paths - Database schemas, table names - Business logic, pricing, strategies - Team names, people, internal processes - Architecture decisions unique to that project 2. Mentally quarantine that context 3. Never reference Project A patterns, names, or decisions in Project B work **Boundary Violations to Watch For:** - Suggesting architecture from Project A while working on Project B - Using variable names or patterns from a different project - Referencing internal tools or services from another org - Copy-pasting error handling patterns that contain org-specific logic ### Layer 2: Output Sanitization Before any out...

Details

Author
irfad7
Repository
irfad7/claude-power-skills
Created
3 months ago
Last Updated
4 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category