ソース情報
- リポジトリ
- vstorm-co/agenticos
- ソースの最終更新活動
- 2026年9月2日 09:15
- 検出された SKILL.md の言語
- 英語
- スター
- 17
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する 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 supplier-nonconformanceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | Supplier nonconformance |
| description | Raise a nonconformance with the evidence a supplier cannot dispute. |
| category | operations |
A weak nonconformance gets a denial and a month of correspondence. Make it undeniable.
PO and delivery note · part number and revision · quantity received and quantity affected · the requirement, quoted from the drawing or specification with its revision · what was measured, with the instrument and its calibration date · photographs with a scale in frame · the batch or heat number.
Line stopped, orders at risk, rework hours, and whether the material is quarantined or returned. Impact is what gets a nonconformance prioritised at their end.
Containment — what they are doing about material already with us and in transit · root cause · corrective action, with verification.
Containment has the short deadline; root cause does not.
Raise against the wrong revision of a drawing, accept "no fault found" without their inspection data, or scrap affected material before the supplier has had the chance to inspect it.
Work with messaging-channel bots — Telegram, Slack or Mattermost. Register a bot, route inbound messages through an agent, choose webhook vs polling, handle an @slug mention, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery, identity linking or "the bot answered as itself".
Change the agent spec — add or remove a field, rename one, tighten a rule, bump SPEC_VERSION, change publish-time validation, or touch YAML export/import. Use whenever editing app/agents/spec.py or anything that reads a stored spec. Every published agent and every client git repository holds a copy of this format, so a change that only works forwards breaks agents nobody touched.
Work with MCP servers — connect one, add an entry to the server catalog, debug "the agent cannot see my MCP tools" or a failing OAuth flow, or change how connections are probed, prefixed or filtered. Use when the ask involves an external SaaS tool (GitHub, Linear, Notion, Slack, Stripe, Postgres…) and before writing a capability that would just be an API client for one.