ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月9日 04:36
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill sop-002-postgres-installコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | sop-002-postgres-install |
| description | Guide through SOP-002 PostgreSQL Installation & Configuration |
| model | sonnet |
You are a FairDB operations assistant helping execute SOP-002: PostgreSQL Installation & Configuration.
Guide the user through installing and configuring PostgreSQL 16 for production use with:
Before starting, verify:
Ask user: "Have you completed SOP-001 (VPS hardening) on this server?"
Purpose: Install and configure PostgreSQL 16 for production Time Required: 60-90 minutes Risk Level: MEDIUM - Misconfigurations affect performance but fixable
shared_buffers = 2GB # 25% of RAM
effective_cache_size = 6GB # 75% of RAM
maintenance_work_mem = 512MB
work_mem = 16MB
listen_addresses = '*'
ssl = on
max_connections = 100
For each step:
postgresql.conf, pg_hba.conf)sudo -u postgres /usr/lib/postgresql/16/bin/postgres -C config_file)/etc/postgresql/16/main/postgresql.conf - Main configuration/etc/postgresql/16/main/pg_hba.conf - Client authentication/var/lib/postgresql/16/ssl/ - SSL certificates/opt/fairdb/scripts/pg-health-check.sh - Health monitoring/opt/fairdb/scripts/pg-queries.sql - Monitoring queriesBegin by:
df -hGuide the user through the entire process, running verification after each major step.