agentsclimarketplace

Ordito delete page

Skill karuhi/ordito/.claude/skills/ordito-delete-page

Delete a whole Ordito IR document (page) from the store. Use this when the user has agreed to remove an entire page from the docs. Deletes the IR file and, by default, also removes the page's entry from the collection nav (pruning now-empty groups). Already-generated out/<id>.html is NOT deleted (it just stops being regenerated) — the skill notes this. Does NOT regenerate HTML (ordito-generate is separate) and does NOT ask for confirmation itself; the calling agent owns that decision.From its SKILL.md

Install
npx -y skills add karuhi/ordito --skill ordito-delete-page

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

1.8 KB, 446 tokens by cl100k_base, as published. Nobody here has run it

ordito-delete-page

Ordito の 書き込みスキル(仕様 §7.1)。IR ドキュメント(ページ)を1つ削除する。

いつ使うか / 使わないか

  • 使う: ページごと不要になり、ドキュメントから消すとき。
  • 使わない: ブロック単位の削除(ordito-remove-block)/ナビから外すだけ=下書き化(ordito-edit-collectionremove)/HTML の削除(本スキルは出力 HTML を消さない)。
  • 確認しない/生成しない(§5.4)。

入力(JSON)

{ "doc": "guides/old-page", "prune_nav": true }
  • doc(必須): 削除するページ id。
  • prune_nav(任意, 既定 true): コレクションからも当該ナビ項目を除去し、空グループを掃除。
  • collection / ir_dir(任意): 省略時は ordito.config.json から解決。dry_run(任意): 削除せず対象を返すだけ。

出力(JSON)

{ ok, doc, deleted, removed_from_nav, generated:false, note }

注: 既に生成済みの out/<id>.html は削除されない(再生成で対象外になるだけ)。必要なら手動削除。

実行

echo '{"doc":"guides/old-page"}' | node "${CLAUDE_SKILL_DIR}/delete-page.js"

What ships with it: 1 file

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