digitorn install hub://digitorn/doc-writerClick each one for the credential setup command, scope guidance, and provider details.
1app:2 app_id: doc-writer3 name: "Doc writer"4 version: "1.0.0"5 category: "knowledge"67execution:8 mode: conversation9 entry_agent: writer1011modules:12 filesystem:13 config:14 read_before_edit: true15 workspace:16 config:17 render_mode: markdown18 entry_file: docs/index.md19 sync_to_disk: true20 lint: true2122agents:23 - id: writer24 modules: [filesystem, workspace]25 brain:26 provider: anthropic27 model: claude-sonnet-4-628 credential:29 ref: anthropic_main30 scope: per_user31 provider: anthropic32 system_prompt: |33 Read modules under src/. Update docs/ to match.34 One file at a time. Read before you write.35 Code blocks in docs must match the source exactly.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.