security-documentation
✓セキュリティ ポリシー、ガイドライン、コンプライアンス文書、セキュリティのベスト プラクティスを作成します。セキュリティ ポリシー、コンプライアンス要件、またはセキュリティ ガイドラインを文書化するときに使用します。
SKILL.md
Create comprehensive security documentation including policies, guidelines, compliance requirements, and best practices for secure application development and operations.
// Password validation function validatePassword(password) { const minLength = 12; const requirements = { length: password.length >= minLength, uppercase: /[A-Z]/.test(password), lowercase: /[a-z]/.test(password), number: /[0-9]/.test(password), special: /[!@#$%^&(),.?":{}|<>]/.test(password) };
// MFA verification async function verifyMFA(userId, token) { const user = await User.findById(userId); const secret = user.twoFactorSecret;
セキュリティ ポリシー、ガイドライン、コンプライアンス文書、セキュリティのベスト プラクティスを作成します。セキュリティ ポリシー、コンプライアンス要件、またはセキュリティ ガイドラインを文書化するときに使用します。 ソース: aj-geddes/useful-ai-prompts。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill security-documentation- カテゴリ
- !セキュリティ
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
security-documentation とは?
セキュリティ ポリシー、ガイドライン、コンプライアンス文書、セキュリティのベスト プラクティスを作成します。セキュリティ ポリシー、コンプライアンス要件、またはセキュリティ ガイドラインを文書化するときに使用します。 ソース: aj-geddes/useful-ai-prompts。
security-documentation のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill security-documentation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/aj-geddes/useful-ai-prompts
詳細
- カテゴリ
- !セキュリティ
- ソース
- skills.sh
- 初回登録
- 2026-02-01