スキル一覧に戻る
DNYoussef

codex-zdr

by DNYoussef

Context Cascade - Nested Plugin Architecture for Claude Code Official Claude Code Plugin | Version 3.1.0 | Last updated: 2026-01-09 (see docs/COMPONENT-COUNTS.json for source counts) Context-saving nested architecture: Playbooks -> Skills -> Agents -> Commands. Load only what you need, saving 90%+ context space.

13🍴 4📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: codex-zdr description: Zero Data Retention mode for sensitive/proprietary code - no code stored on OpenAI servers allowed-tools: Bash, Read, Write, TodoWrite

Codex Zero Data Retention (ZDR) Skill


LIBRARY-FIRST PROTOCOL (MANDATORY)

Before writing ANY code, you MUST check:

Step 1: Library Catalog

  • Location: .claude/library/catalog.json
  • If match >70%: REUSE or ADAPT

Step 2: Patterns Guide

  • Location: .claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.md
  • If pattern exists: FOLLOW documented approach

Step 3: Existing Projects

  • Location: D:\Projects\*
  • If found: EXTRACT and adapt

Decision Matrix

MatchAction
Library >90%REUSE directly
Library 70-90%ADAPT minimally
Pattern existsFOLLOW pattern
In projectEXTRACT
No matchBUILD (add to library after)

Purpose

Execute Codex with Zero Data Retention for sensitive, proprietary, or regulated code where no data should be stored on OpenAI servers.

Unique Capability

What This Provides:

  • No code retention: Code not stored on OpenAI servers
  • Privacy-first: GDPR, HIPAA compatible
  • Regulated industries: Suitable for healthcare, finance
  • Proprietary code: Safe for trade secrets

When to Use

Perfect For:

  • Medical/healthcare code (HIPAA)
  • Financial systems (PCI-DSS)
  • Proprietary algorithms
  • Trade secrets
  • Government contracts
  • Client code under NDA

Trade-offs:

  • Slightly slower (no caching)
  • Same functionality otherwise

Usage

# ZDR for sensitive code
/codex-zdr "Implement medical record encryption"

# ZDR with full-auto
/codex-zdr "Build payment processing module" --full-auto

# ZDR with sandbox
/codex-zdr "Audit financial calculations" --sandbox

CLI Command

codex --zdr "Your sensitive task"

# Combined with full-auto
codex --full-auto --zdr "Build and test"

# Via script
CODEX_MODE=zdr bash scripts/multi-model/codex-yolo.sh "Task" "id" "." "5" "zdr"

Compliance Notes

RegulationZDR Suitability
GDPRCompliant
HIPAACompliant
PCI-DSSSuitable
SOC 2Suitable
FedRAMPCheck specifics

Memory Integration

  • Key: multi-model/codex/zdr/{task_id}
  • Note: Only metadata stored locally, no code in memory

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です