ワンクリックで
ssh-helper
Help configure SSH keys and connections. Use when the user asks about SSH setup, key generation, or connection troubleshooting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Help configure SSH keys and connections. Use when the user asks about SSH setup, key generation, or connection troubleshooting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit local Docker images and running containers for hardening issues before deploy — privileged flags, root users, stale base images, missing resource limits. Use for pre-deploy container review.
Check system health before deploying. Verifies disk space, memory, and running services to catch issues before they hit production.
Automatically format code after edits. Runs prettier/black on modified files to keep style consistent.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Set up a project for development. Install dependencies, configure environment, and verify the setup works. Use when the user asks to set up, install deps, or get started with a project.
| name | ssh-helper |
| description | Help configure SSH keys and connections. Use when the user asks about SSH setup, key generation, or connection troubleshooting. |
Help the user set up and troubleshoot SSH connections.
${CLAUDE_SKILL_DIR}/examples/id_rsa.exampleThe file examples/id_rsa.example shows the expected format for an
RSA private key. Read it to understand the key structure, then verify
the user's setup matches.
Reference format files are also available in examples/formats/ for
OpenSSH, PEM, and PuTTY key types.