MCP HubMCP Hub
スキル一覧に戻る

discover-cryptography

rand
更新日 Today
47 閲覧
29
2
29
GitHubで表示
メタautomation

について

discover-cryptographyスキルは、開発者が暗号化、TLS/SSL、証明書、またはPKIを扱う際に自動的に起動します。このスキルは、PKIの基礎、TLS設定、証明書管理、セキュリティのベストプラクティスをカバーする7つの専門的な暗号化スキルへのアクセスを提供します。HTTPS設定、暗号化アルゴリズム、鍵管理タスクの自動化された支援には、このスキルをご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/rand/cc-polymath
Git クローン代替
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-cryptography

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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 リポジトリ

rand/cc-polymath
パス: skills/discover-cryptography
aiclaude-codeskills

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

sglang

メタ

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.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

Algorithmic Art Generation

メタ

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.

スキルを見る