create-skill
Create a new omp agent skill, commit it to dotfiles, and push. Always use this instead of writing skill files directly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new omp agent skill, commit it to dotfiles, and push. Always use this instead of writing skill files directly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check health of the homelab-backup service — last run status, next scheduled run, R2 bucket contents, and local archive state. Quick mobile-friendly summary.
Delete a blog post or review from blog.carter2099.com. Soft-deletes the markdown file (moved to deleted/ directory) and destroys the database record.
Edit an existing blog post or review on blog.carter2099.com. Find by title/ID, show current content, collaboratively revise, preview changes, then update.
Create a new blog post on blog.carter2099.com. Collaboratively draft and polish markdown content, preview it, then publish — triggering subscriber email notifications via the Rails app.
Create a new review on blog.carter2099.com (Book, Movie, Show, Product, or Video Game). Collaboratively draft content, preview it, then publish — triggering subscriber email notifications via the Rails app.
Audit the homelab for outdated software and report findings. Use when user says "check for updates", "what's outdated", "audit the homelab", "run update check", or wants a system health report.
| name | create-skill |
| description | Create a new omp agent skill, commit it to dotfiles, and push. Always use this instead of writing skill files directly. |
Create a new skill under ~/.omp/agent/skills/ and immediately commit it to the dotfiles bare repo so it's backed up to GitHub.
Before writing anything, confirm with the user:
my-skill → /my-skill)~/.omp/agent/skills/<name>/SKILL.md
Frontmatter fields:
---
name: <name>
description: <one-line description — specific enough to trigger correctly>
---
Body: step-by-step instructions the agent will follow when the skill is invoked. Write it as instructions to yourself, not documentation for a human.
dotfiles add -A .omp/agent/skills/<name>/
dotfiles commit -m "skill: add <name>"
dotfiles push
Do not skip this step. Skills not in dotfiles are lost if the homelab storage is wiped.
Tell the user the skill is live and tracked. Remind them to invoke it as /<name>.