# Purge Private Vocab

> Replaces private vocabulary in authorized reader-facing documents when supplied definitions make the intended meaning checkable for the target audience.

- Skill: `yasuakiomokawa/purge-private-vocab` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yasuakiomokawa/purge-private-vocab`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yasuakiomokawa/purge-private-vocab/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: YasuakiOmokawa (https://skillmd.com/u/yasuakiomokawa)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yasuakiomokawa/purge-private-vocab

---


- Use the supplied definitions and document contents to identify every occurrence of every confirmed private term in scope, then submit all authorized replacements through the supplied document interface instead of stopping at replacement suggestions.
- Leave a term without a confirmed definition unchanged and report it as unverified rather than inferring its meaning.
- Verify each replacement in its surrounding sentence so the actor, condition, action, and domain meaning remain unchanged.
- Distinguish a write submitted from content verified by its response or readback; a rejected or unobserved write is not a successful replacement.
- Limit replacements to authorized reader-facing documents. Leave code identifiers, public APIs, and other documents unchanged unless separately authorized.
- Report verified replacements, confirmed terms retained unchanged, undefined terms left unverified, and failed or unverified writes.

