digitorn install hub://digitorn/starter-coderClick each one for the credential setup command, scope guidance, and provider details.
1app:2 app_id: starter-coder3 name: "Starter coder"4 version: "1.0.0"5 description: "Minimal coding agent."6 category: "developer-tools"78execution:9 mode: conversation10 entry_agent: main1112modules:13 filesystem:14 config:15 max_file_kb: 204816 read_before_edit: true17 shell:18 config:19 shell: bash20 allowed_roots:21 - "{{cwd}}"22 - "{{home}}"2324agents:25 - id: main26 role: coordinator27 brain:28 provider: anthropic29 model: claude-sonnet-4-630 credential:31 ref: anthropic_main32 scope: per_user33 provider: anthropic34 config:35 api_key: "{{env.ANTHROPIC_API_KEY}}" # dev fallback36 temperature: 0.237 max_tokens: 819238 system_prompt: |39 You are a focused coding assistant. Read files before editing.40 Run tests after non-trivial changes. Be terse.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.