← スキル一覧に戻る

hsm-module-helper
by stxkxs
⭐ 0🍴 0📅 2026年1月23日
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):
-
Navigate to module:
cd crates/<module-name> -
Show module status:
- Show recent changes (
git log -5 --oneline -- .) - Check compilation (
cargo check) - List available plans in
docs/phases/
- Show recent changes (
-
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
| Number | Crate | Purpose |
|---|---|---|
| 1 | crypto-engine | Core cryptographic primitives |
| 2 | key-manager | Key lifecycle management |
| 3 | auth | Authentication & authorization |
| 4 | grpc-api | gRPC API server |
| 5 | audit | Audit logging |
| 6 | metrics | Metrics & monitoring |
| 7 | storage | Persistent storage |
| 8 | backup | Backup & recovery |
| 9 | config | Configuration management |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です