The Commander skill documentation has been updated to include usage instructions for the send-file.sh helper script, allowing the bot to send file attachments like markdown files or documents directly to Telegram. The subagent workflow has also been revised to utilize the background-tasks skill, which keeps the bot responsive to new messages instead of blocking during long operations. This properly offloads heavy implementations and improves overall bot responsiveness.

Update Commander skill capabilities for file attachments and background task handling - jeffwweee/devspace