Back to Skills

discover-cryptography

rand
Updated Yesterday
23 views
29
2
29
View on GitHub
Metaautomation

About

The discover-cryptography skill automatically activates when developers work with encryption, TLS/SSL, certificates, or PKI. It provides access to seven specialized cryptography skills covering PKI fundamentals, TLS configuration, certificate management, and security best practices. Use this skill for automated assistance with HTTPS setup, cryptographic algorithms, and key management tasks.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-cryptography

Copy and paste this command in Claude Code to install this skill

Documentation

Cryptography Skills Discovery

Provides automatic access to comprehensive cryptography and security skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • TLS, SSL, mTLS
  • Certificates and PKI
  • Encryption and decryption
  • Hashing and signing
  • Key management
  • HTTPS configuration
  • Certificate authorities
  • Cryptographic algorithms
  • Security best practices

Available Skills

Quick Reference

The Cryptography category contains 7 skills:

  1. pki-fundamentals - PKI, certificate authorities, X.509, trust chains
  2. tls-configuration - TLS 1.2/1.3 setup, cipher suites, server config
  3. ssl-legacy - SSL 2.0/3.0, TLS 1.0/1.1, deprecation, migration
  4. sni-routing - Server Name Indication, multi-domain TLS hosting
  5. certificate-management - Certificate lifecycle, Let's Encrypt, automation
  6. cryptography-basics - Symmetric/asymmetric encryption, hashing, signing
  7. crypto-best-practices - Security patterns, common mistakes, anti-patterns

Load Full Category Details

For complete descriptions and workflows:

cat skills/cryptography/INDEX.md

This loads the full Cryptography category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/cryptography/pki-fundamentals.md
cat skills/cryptography/tls-configuration.md
cat skills/cryptography/certificate-management.md
cat skills/cryptography/cryptography-basics.md

Common Workflows

Setting Up HTTPS

# PKI basics → TLS config → Certificate management
cat skills/cryptography/pki-fundamentals.md
cat skills/cryptography/tls-configuration.md
cat skills/cryptography/certificate-management.md

Understanding Encryption

# Basics → Best practices → Specific implementation
cat skills/cryptography/cryptography-basics.md
cat skills/cryptography/crypto-best-practices.md
cat skills/cryptography/tls-configuration.md

Certificate Troubleshooting

# PKI → Certificate management → Debugging
cat skills/cryptography/pki-fundamentals.md
cat skills/cryptography/certificate-management.md
cat skills/protocols/protocol-debugging.md

Legacy Migration

# Understand legacy → Modern TLS → Migration
cat skills/cryptography/ssl-legacy.md
cat skills/cryptography/tls-configuration.md
cat skills/cryptography/certificate-management.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects cryptography work
  2. Browse skills: Run cat skills/cryptography/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/cryptography/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-cryptography
aiclaude-codeskills

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

business-rule-documentation

Meta

This skill provides standardized templates for systematically documenting business logic and domain knowledge following Domain-Driven Design principles. It helps developers capture business rules, process flows, decision trees, and terminology glossaries to maintain consistency between requirements and implementation. Use it when documenting domain models, creating business rule repositories, or bridging communication between business and technical teams.

View skill

huggingface-accelerate

Development

HuggingFace Accelerate provides the simplest API for adding distributed training to PyTorch scripts with just 4 lines of code. It offers a unified interface for multiple distributed training frameworks like DeepSpeed, FSDP, and DDP while handling automatic device placement and mixed precision. This makes it ideal for developers who want to quickly scale their PyTorch training across multiple GPUs or nodes without complex configuration.

View skill