一键导入
image-automation
Expert knowledge for Flux Image Automation. Use when configuring auto-deploys, debugging image scanners, or updating GitHub credentials.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert knowledge for Flux Image Automation. Use when configuring auto-deploys, debugging image scanners, or updating GitHub credentials.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operating the local coding agent — qwen3-coder via opencode, Claude-orchestrated, spec-driven. Use when running/troubleshooting `oc`, the ralph-qwen loop, or the laptop↔Beelink-qwen creds.
Expert knowledge for cluster backup and restore operations. Use when configuring backups, triggering manual jobs, or restoring data.
Expert knowledge for media applications (Jellyfin, Immich, Jellyseerr). Use when managing media storage, NFS mounts, or application-specific configurations.
Expert knowledge for Pi-hole and Unbound DNS operations. Use when configuring DNS, troubleshooting resolution issues, modifying adlists, or understanding the DNS data flow.
Expert knowledge for cluster observability. Use when configuring Prometheus/Grafana, Alertmanager, Uptime Kuma, or the Homepage dashboard.
Expert knowledge for Tailscale VPN operations. Use when configuring remote access, exit nodes, ACL policies, or troubleshooting VPN connectivity.
| name | image-automation |
| description | Expert knowledge for Flux Image Automation. Use when configuring auto-deploys, debugging image scanners, or updating GitHub credentials. |
| allowed-tools | Bash, Read, Grep, Glob, Edit, Write |
Automatically update deployment manifests in git when new images are pushed to GHCR (e.g., mtgibbs.xyz personal site).
^[0-9]{14}$).Flux needs write access to the repo. The default deploy key is often read-only.
flux-github-pat (Synced from 1Password)Deployment YAMLs must have the comment marker to be eligible for updates:
image: ghcr.io/mtgibbs/mtgibbs.xyz:20260104084623 # {"$imagepolicy": "flux-system:mtgibbs-site"}
# Check if image was seen
flux get image repository mtgibbs-site
# Check if policy selected new tag
flux get image policy mtgibbs-site
# Check if commit was pushed
flux get image update mtgibbs-site
deployment.yaml matches the policy name exactly.