skills/council/cipher/pqc-readiness/SKILL.md
Use when assessing a system's readiness for post-quantum cryptography migration, inventorying classical crypto usage, mapping NIST-standardized PQC replacements, and planning phased migration timelines. Covers key exchange, digital signatures, and hybrid mode needs. Do not use for classical crypto implementation review (use crypto-review) or protocol state machine analysis (use protocol-analysis).
npx skillsauth add dtsong/my-claude-setup pqc-readinessInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Assess a system's readiness for post-quantum cryptography migration by inventorying classical crypto usage, mapping PQC replacements, evaluating implementation readiness, and planning migration timelines.
Reads source code, dependency manifests, and crypto library documentation for quantum readiness assessment. Does not modify files or execute code. Does not access production cryptographic infrastructure or key stores.
No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.
Catalog all classical cryptographic algorithms in use:
For each classical asymmetric algorithm, identify the NIST-standardized PQC replacement:
Evaluate the system's readiness for PQC adoption:
Define a phased migration approach:
Assess where hybrid mode (classical + PQC simultaneously) is needed:
Compaction resilience: If context was lost during a long session, re-read the Inputs section to reconstruct what system is being analyzed, then resume from the earliest incomplete step.
| Algorithm | Usage | Key Size | Quantum Security | PQC Replacement | Migration Priority | |-----------|-------|----------|-----------------|-----------------|-------------------| | ECDH P-256 | Key exchange | 256-bit | Broken by Shor's | ML-KEM-768 | Critical — harvest risk | | ... | ... | ... | ... | ... | ... |
| Migration | Size Impact | Performance Impact | Protocol Changes | Readiness | |-----------|------------|-------------------|------------------|-----------| | ECDH → ML-KEM-768 | +800B handshake | +0.1ms | TLS extension needed | Library ready | | ... | ... | ... | ... | ... |
| Phase | Action | Target Date | Dependencies | Risk | |-------|--------|-------------|-------------|------| | Phase 1 | Complete crypto inventory | Immediate | None | Low | | Phase 2 | Deploy hybrid key exchange | [Date] | Library support | Medium | | ... | ... | ... | ... | ... |
testing
Use to convert a Word .docx file to PDF and/or verify its page count. Triggers on: converting docx to pdf, rendering a document, checking how many pages a docx produces, or asserting a page-count constraint (e.g. a resume must stay 2 pages). Wraps LibreOffice headless conversion.
development
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
development
Interactive wizard to craft effective prompts using Claude Code best practices
tools
Use when batch labeling, prioritizing, and assigning GitHub issues during triage sessions.