ソース情報
- リポジトリ
- Mte90/dotfiles
- ソースの最終更新活動
- 2026年2月24日 11:25
- 検出された SKILL.md の言語
- 英語
- スター
- 51
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Mte90/dotfiles --skill security-standardsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Django authentication - local accounts, social OAuth, registration, email verification, MFA, session management
django-filter - Django filtering library for querysets with Django REST Framework integration
Build modern dynamic web applications with Django and htmx - partial rendering, HTMX-specific responses, and seamless frontend integration
| name | Security Standards |
| description | Universal security protocols for building safe and resilient software. |
| metadata | {"labels":["security","encryption","authentication","authorization"],"triggers":{"keywords":["security","encrypt","authenticate","authorize"]}} |
Universal security protocols for building safe and resilient software.
audit) and update third-party libraries to patch CVEs.**No Secrets in Git**: Use Secret Managers or Env variables.**No String Concatenation**: Use Parameterized queries or ORMs.**No Stacktraces in Prod**: Return generic error codes to clients.**No Default Passwords**: Force rotation and strong entropy.