Back to list
stxkxs

hsm-module-helper

by stxkxs

0🍴 0📅 Jan 23, 2026

SKILL.md


name: HSM Module Helper description: Work on any HSM module - explore code, implement features, run tests, benchmarks version: 1.0.0 tags: [hsm, development, modules]

HSM Module Helper

Quick helper for working on HSM modules.

Usage

/hsm-module <module-number>

What You Do

When user invokes this skill with a module number (1-9):

  1. Navigate to module:

    cd crates/<module-name>
    
  2. Show module status:

    • Show recent changes (git log -5 --oneline -- .)
    • Check compilation (cargo check)
    • List available plans in docs/phases/
  3. Offer actions:

    • "Explore code" - Read and explain module
    • "Implement feature" - User describes what to add
    • "Run tests" - cargo test
    • "Run benchmarks" - cargo bench
    • "Security audit" - cargo audit && cargo clippy
    • "View docs" - Show README and plans

Let user choose what they want to do with the module.

Module Mapping

NumberCratePurpose
1crypto-engineCore cryptographic primitives
2key-managerKey lifecycle management
3authAuthentication & authorization
4grpc-apigRPC API server
5auditAudit logging
6metricsMetrics & monitoring
7storagePersistent storage
8backupBackup & recovery
9configConfiguration management

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon