Clerk Docs over SSH

clerk.sh

Browse Clerk documentation as a filesystem with a bash-native interface.

ssh clerk.sh ls /clerk/docs

MVP Scope

  • SSH server built with charmbracelet/wish
  • just-bash runtime mounted at /clerk/docs
  • Convenience commands: agents, skill, setup
  • Landing page with live command and research summary

Research Findings Snapshot

Clerk docs are already public and markdown-first, and the docs-as-files pattern removes shell context friction for AI agents. This MVP proves the shell surface first, with a clear path toward routing between MCP, llms.txt, prompts, and filesystem browsing for better context efficiency.