ソース情報
- リポジトリ
- vstorm-co/agenticos
- ソースの最終更新活動
- 2026年9月2日 09:15
- 検出された SKILL.md の言語
- 英語
- スター
- 37
- フォーク
- 7
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/vstorm-co/agenticos --skill runbook-generatorコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | Runbook generator |
| description | Write a runbook somebody woken at 3am can follow without thinking. |
| category | devops |
Written for the least-context person on the rota, at the worst hour. Assume no prior knowledge and no time.
Symptom — what they will see, in the words the alert uses. Verify — one command that confirms it is this and not something similar. Impact — who is affected, so severity can be set immediately. Fix — numbered steps, exact commands, expected output after each. If that fails — the next branch, or who to wake. Afterwards — what to check, what to record.
Every command is copy-pasteable with placeholders in <angle brackets>. Every
destructive step says what it destroys and how to reverse it, immediately before
the command. Every step says how to tell it worked.
An escalation to a team at 3am reaches nobody. Name the rota.
Write "investigate the logs" as a step, assume a tool is installed, or leave the rollback in a different document.
Write or extend the backend Python test suite — a unit test for a service, an integration test against a real Postgres, an API test through the FastAPI app, or the test a bug fix needs. Also for "coverage is failing", "make test is red", and deciding which of the four layers a test belongs in. Uses anyio (not pytest-asyncio) and a 100% coverage gate on the platform layer.
Build or change a page, view or data-driven feature in the Next.js frontend — a route under the dashboard, wiring UI to a backend endpoint, a Zustand store, a permission that must hide a control, or localized copy. Use for any work in frontend/src, including "the page renders but shows an empty state" and "this button should not be visible to a Viewer".
Write or fix the documentation site — add a page, update one after a behaviour change, fix a dead link or a failing docs build, add a diagram or an icon, or wire a new page into the nav. Use whenever docs/ or mkdocs.yml is touched, and whenever a code change alters behaviour a page describes. make docs-build runs --strict, so a dead link fails CI.