Digitable Workbench
Use when embedding Digit into Digitable Workbench.
Skill metadata
| Source | Bundled (installed by default) |
| Path | skills/software-development/digitable-workbench |
| Version | 1.0.0 |
| Author | Digitable |
| License | MIT |
| Platforms | linux, macos, windows |
| Tags | digitable, workbench, acp, mcp, integration |
| Related skills | digit-runtime, digitable-tools |
Reference: full SKILL.md
信息
The following is the complete skill definition that Digit loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
Digitable Workbench
Overview
Integrate Digit through stable agent protocols, not Desktop renderer internals. The full contract is in docs/digitable/workbench.md in the Digit repository.
Routing
- Use
digit-acpover stdio for interactive workspace sessions, streaming, approvals, and cancellation. - Use the Digit-tools MCP server for bounded utility-style calls.
- Use the authenticated gateway for shared or always-on remote deployments.
Implementation workflow
- Confirm the Workbench repository and its process/runtime boundary.
- Choose exactly one session authority: ACP child process or remote gateway.
- Keep workspace root, profile, model provider, and privacy mode visible in UI state.
- Forward approval requests; never silently widen permissions.
- Use the shared Digitable locale toggle and brand assets rather than duplicating them.
- Test cancellation, restart, attachment transfer, Russian/English switching, and isolation between two workspaces.
Completion criteria
- Workbench can start and stop Digit without orphan processes.
- Streaming and cancellation work.
- Tool approvals are user-visible.
- Two workspaces cannot leak sessions or memory into each other.
- Local/remote provider status and locale toggle are visible.