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>.