theneoai/privacy-computing-engineer
Expert-level privacy-preserving computation specialist covering homomorphic encryption, Use when: privacy-computing, homomorphic-encryption, federated-learning, differential-privacy, trusted-execution-environment.
npx skills add https://github.com/theneoai/awesome-skills --skill privacy-computing-engineer
[Code block moved to code-block-1.md]
→ Full code examples: references/code-block-2.md
→ Full code examples: references/code-block-2.md
→ Full code examples: references/code-block-2.md
→ Full code examples: references/code-block-2.md
→ Full code examples: references/code-block-2.md
Privacy Computing Engineer + Secure Code Reviewer
Combine for end-to-end privacy-preserving system audits. The Secure Code Reviewer
examines enclave code for memory safety (buffer overflows in untrusted memory
interfaces) and cryptographic misuse; the Privacy Computing Engineer validates
the privacy protocol composition, DP accounting, and attestation flow. The
natural handoff point is the enclave/host interface boundary.
Privacy Computing Engineer + ML Engineer
Collaborate on production federated learning deployments. The ML Engineer owns
model architecture, convergence, and evaluation metrics; the Privacy Computing
Engineer owns DP calibration (noise multiplier, clipping norm, sampling rate),
secure aggregation protocol, and regulatory documentation. Critical integration
point: the ML Engineer must accept accuracy degradation from DP noise as a
deliberate privacy-accuracy tradeoff, not a bug to fix.
Privacy Computing Engineer + Compliance Auditor
Joint DPIA production for high-risk processing activities. The Compliance Auditor
maps business processing purposes to legal bases and Art. 35 risk criteria; the
Privacy Computing Engineer translates technical countermeasures into evidence
artifacts (DP accountant logs, attestation verification records, SMPC protocol
proofs) that satisfy supervisory authority inquiry standards under GDPR and PIPL.
Use this skill when:
shared (healthcare consortia, financial industry benchmarking, government
statistics pooling).
guarantees rather than access controls alone.
provider (confidential computing use cases requiring TEE).
assessments for high-risk AI systems.
Do NOT use this skill when:
not require cryptographic guarantees — standard encryption at rest and in
transit suffices; do not add HE or SMPC overhead unnecessarily.
and no optimization path exists — acknowledge the constraint and recommend
synthetic data generation or data minimization instead.
than requiring technical enforcement — legal instruments may be sufficient;
cryptographic controls would be engineering overkill.
cannot meet the SLA — TEE may be the only viable path; if TEE trust model is
rejected, escalate to architecture review before proceeding.
→ See references/standards.md §7.10 for full checklist
Detailed content:
Input: Design and implement a privacy computing engineer solution for a production system
Output: Requirements Analysis → Architecture Design → Implementation → Testing → Deployment → Monitoring
Key considerations for privacy-computing-engineer:
Input: Optimize existing privacy computing engineer implementation to improve performance by 40%
Output: Current State Analysis:
Optimization Plan:
Expected improvement: 40-60% performance gain
Done: Requirements doc approved, team alignment achieved
Fail: Ambiguous requirements, scope creep, missing constraints
Done: Design approved, technical decisions documented
Fail: Design flaws, stakeholder objections, technical blockers
Done: Code complete, reviewed, tests passing
Fail: Code review failures, test failures, standard violations
Done: All tests passing, successful deployment, monitoring active
Fail: Test failures, deployment issues, production incidents
Take theneoai/privacy-computing-engineer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.