agentsclimarketplace

Ordito init

Skill karuhi/ordito/.claude/skills/ordito-init

Scaffold Ordito into a repository — create ordito.config.json, the docs IR directory, a starter page, a collection (nav), and a GitHub Pages deploy workflow (.github/workflows/docs.yml). Use this once when setting Ordito up in a new repo for internal developer docs (after the .claude/skills + bundled engine have been copied in, e.g. via scripts/install-into.sh). Idempotent: existing files are left untouched unless force:true. Does NOT generate HTML (run ordito-generate after) and does NOT ask for confirmation; the calling agent owns that.From its SKILL.md

Install
npx -y skills add karuhi/ordito --skill ordito-init

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.5 KB, 656 tokens by cl100k_base, as published. Nobody here has run it

ordito-init

導入先リポジトリに Ordito の最小構成を生成する scaffold スキル(リファレンス実装の付加スキル, §7.4)。

いつ使うか / 使わないか

  • 使う: 新しいリポジトリで Ordito を立ち上げるとき(社内開発者ドキュメントを repo 同梱 → GitHub Pages で配る初期化)。
  • 前提: 先に .claude/skills/(と同梱エンジン)を配置済み(scripts/install-into.sh <target>)。
  • 使わない: 既存の Ordito プロジェクトでページを足す(ordito-create-page)/HTML を作る(ordito-generate)。
  • このスキルは 生成しない(§5.4)。scaffold 後に ordito-generate を案内する。

生成物(既存はスキップ、force:true で上書き)

  • ordito.config.jsondocs/ir / docs/site / docs/collection.json / template:{id:"dev-docs-standard"} / mode:"deterministic"
  • docs/ir/(IR ストア)と起点ページ docs/ir/guides/getting-started.json
  • docs/collection.json(起点ページを掲載したナビ)
  • .github/workflows/docs.yml(IR→HTML 生成 → 検証ゲート → GitHub Pages へデプロイ)

入力(JSON, すべて任意)

{ "title": "社内 API ドキュメント", "ir_dir": "docs/ir", "out": "docs/site", "mode": "deterministic" }

root(既定: repo ルート) / ir_dir / out / collection / template_id / mode / title / starter_page(既定 true) / workflow(既定 true) / force(既定 false)。

出力(JSON)

{ ok, root, created:[...], skipped:[...], next_steps:[...], generated:false }

実行

echo '{"title":"社内 API ドキュメント"}' | node "${CLAUDE_SKILL_DIR}/init.js"

next_steps に、初回生成・GitHub Pages の Source 設定・Enterprise Cloud の Pages アクセス制御(Org/SSO 限定)の手順が入る。

What ships with it: 1 file

7.0 KB alongside SKILL.md, 1 of them executable

Gives 0 of the 12 instructions most context ai engineering skills give in 656 tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07

  • Dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • Dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
  • Provide full task text to the subagentin 30 of 1193, across 9 files
  • Review spec compliance before code qualityin 27 of 1193, across 10 files
  • Make the hook script executablein 26 of 1193, across 8 files
  • Re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
  • Read files before editing themin 22 of 1193, across 11 files
  • Answer subagent questions before proceedingin 22 of 1193, across 7 files
  • Mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • Merge hook into existing settingsin 21 of 1193, across 3 files
  • Ask if installation is global or projectin 20 of 1193, across 2 files
  • Copy the hook script to target locationin 20 of 1193, across 2 files

Said here and by no other author read

  • Create ordito.config.json
  • Create docs IR directory
  • Create a starter page
  • Create a collection navigation file
  • Create GitHub Pages deploy workflow
  • Skip existing files by default

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

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.