clawhub/docs
2026-01-19 07:06:46 +00:00
..
api.md feat: add installs/trending sorts 2026-01-19 07:06:46 +00:00
architecture.md feat: add v1 public api 2026-01-07 18:28:51 +01:00
auth.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00
cli.md feat: add installs/trending sorts 2026-01-19 07:06:46 +00:00
deploy.md feat: add v1 public api 2026-01-07 18:28:51 +01:00
diffing.md feat: add skill diff viewer 2026-01-06 23:29:03 +01:00
github-import.md feat: import skills from public GitHub 2026-01-09 09:10:49 +01:00
http-api.md feat: add installs/trending sorts 2026-01-19 07:06:46 +00:00
manual-testing.md test: add playwright smoke suite 2026-01-13 00:46:13 +00:00
mintlify.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00
quickstart.md feat: default workdir from clawdbot config 2026-01-13 06:04:38 +00:00
README.md chore: remove docs page link 2026-01-08 04:20:25 +01:00
skill-format.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00
soul-format.md feat: SoulHub registry + auto-seed 2026-01-10 18:25:11 +00:00
spec.md feat: add nix plugin bundles 2026-01-10 20:27:22 +01:00
telemetry.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00
troubleshooting.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00
webhook.md chore: add docs:list helper 2026-01-07 17:58:00 +01:00

summary read_when
Documentation index + reading order.
New contributor onboarding
Looking for the right doc

Docs

Reading order (new contributor):

  1. README.md (repo root): run locally.
  2. docs/quickstart.md: end-to-end: search → install → publish → sync.
  3. docs/architecture.md: how the pieces fit (TanStack Start + Convex + CLI).
  4. docs/skill-format.md: what a “skill” is on disk + on the registry.
  5. docs/cli.md: CLI reference (flags, config, lockfiles, sync rules).
  6. docs/http-api.md: HTTP endpoints used by the CLI + public API.
  7. docs/auth.md: GitHub OAuth + API tokens + CLI loopback login.
  8. docs/deploy.md: Convex + Vercel deployment + rewrites.
  9. docs/troubleshooting.md: common failure modes.

Feature/ops docs (already present):

  • docs/spec.md: product + implementation spec (data model + flows).
  • docs/telemetry.md: what clawdhub sync reports; opt-out.
  • docs/webhook.md: Discord webhook events/payload.
  • docs/diffing.md: version-to-version diff UI spec.
  • docs/manual-testing.md: CLI smoke scripts.

Docs tooling:

  • docs/mintlify.md: publish these docs with Mintlify.