agentsclimarketplace

Ordito edit collection

Skill karuhi/ordito/.claude/skills/ordito-edit-collection

Edit the Ordito collection (the site nav / sitemap) — add, move, remove, relabel, or reorder nav entries and groups. Use this when the user wants to change how pages are organized in the navigation: put a page under a group, reorder items, rename a nav label, create a group, or drop a page from the nav. Operates ONLY on the collection (nav items/order/groups, §3.5); it does not touch page content (IR). Validates the collection after editing and does NOT regenerate HTML (ordito-generate is separate). Does NOT ask for confirmation; the calling agent owns that.From its SKILL.md

Install
npx -y skills add karuhi/ordito --skill ordito-edit-collection

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.4 KB, 701 tokens by cl100k_base, as published. Nobody here has run it

ordito-edit-collection

Ordito の 書き込みスキル(仕様 §7.1)。コレクション(ナビ=サイトマップ, §3.5)を編集する。ページ本体(IR)は触らない。

いつ使うか / 使わないか

  • 使う: ページをナビのグループ配下に置く/並び順を変える/ナビ表示名を変える/グループを作る/ナビから外すとき。
  • 使わない: ページの内容や構造(ordito-update-block / add-block / move-block)/ページ自体の作成・削除(ordito-create-page / ordito-delete-page)。
  • 確認しない/生成しない(§5.4)。

入力(JSON)— op で操作を選ぶ

{ "op": "add", "item": { "doc": "guides/getting-started" }, "under": ["ガイド"], "order": 1 }
op必須説明
additem{doc,label?}{group,items?}), under?, order?ナビ項目/グループを追加
movedoc|group, under?, order?既存項目を別グループ配下/別順序へ移動
removedoc|groupナビから除去(IR は残る=下書き化)
relabeldoc, labelナビ表示名の上書き
set_orderdoc|group, order並び順を変更
  • under はグループ名の配列(多階層パス)。省略時はナビ直下。
  • collection(任意): 省略時は ordito.config.json から解決。dry_run(任意): 書き込まず結果ナビをプレビュー。

出力(JSON)

{ ok, op, collection_id, changed, note }。編集後にコレクション・スキーマ検証が通らなければ書き込まずエラー。

実行

echo '{"op":"add","item":{"doc":"guides/getting-started"},"under":["ガイド"]}' \
  | node "${CLAUDE_SKILL_DIR}/edit-collection.js"

What ships with it: 1 file

5.1 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.