anonymization-protocol

Rules for stripping sensitive company data before any external API call, web search, or tool invocation that sends data outside the local environment.

Content Preview
# Anonymization Protocol

Rules for stripping sensitive company data before any external API call, web search, or tool invocation that sends data outside the local environment.

---

## When This Protocol Applies

**Trigger:** Any time company context or conversation content will leave the local session.

Examples:
- Web search that includes company specifics
- External API call with company data in the payload
- Any tool call where conversation content is part of the request

**Does NOT apply t
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/anonymization-protocol.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/c-level-advisor/context-engine/references/anonymization-protocol.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at c-level-advisor/context-engine/references/anonymization-protocol.md

Related Skills