encapsulation
SolidThis skill should be used when the user asks to "audit plugin encapsulation", "check self-containment semantics", "find contributor-knowledge assumptions", or invokes /encapsulation. Reviews LLM-facing prose in this project's plugin SKILL.md files and plugin description metadata for Plugin Encapsulation compliance: prose that assumes contributor documentation knowledge or rephrases banned references to bypass deterministic checks. Project-local contributor tooling.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- jongwony
- Repository
- jongwony/epistemic-protocols
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
self-audit
Self-audit this skills repo against CLAUDE.md invariants, the v3 artifact contract, and README/CLAUDE.md/docs sync via three parallel read-only subagents. Local meta-skill — independent of the /task:* pipeline.
skill-security-audit
Security-audit Agent Skills and plugins — vet a new skill before installing it, scan everything already installed on this machine, or harden your own skill before publishing. Use when asked to vet, review, or check a skill/SKILL.md/plugin for safety, prompt injection, malware, or suspicious behavior — or to make a skill safe to publish.
skill-safety-audit
Statically audits a downloaded/third-party Claude skill (or any small code bundle: scripts folder, plugin, gist, repo) for safety BEFORE it is ever run — detecting malware, data exfiltration, credential/secret theft, destructive or persistence behavior, and prompt-injection hidden in SKILL.md or docs — then produces a plain-language HTML report with a traffic-light verdict. Use this whenever the user has downloaded, cloned, or received a skill/plugin/script from GitHub, a gist, Discord, a blog, or any untrusted source and asks whether it is safe, whether it might contain a virus, whether it steals their data or info, whether it is trustworthy, or asks you to "check / review / vet / audit / scan / 검사 / 안전한지 확인" a skill or code folder before installing or running it. Trigger even if they just say "이 스킬 안전해?" or "믿고 써도 돼?" about downloaded code. Do NOT use this for auditing the user's OWN code they are actively writing, for general code review of trusted first-party code, or for reviewing pull requests (use code