dev-coding-agent
SKILL.md
Development Coding Agent
Specialized coding agent skill optimized for software development tasks using OpenCode.
Quick Start
Basic Usage
# Simple task in your project
bash pty:true workdir:~/your-project command:"opencode run 'Add feature or fix bug'"
# Background task for complex work
bash pty:true workdir:~/your-project background:true command:"opencode run 'Build complete feature'"
Common Development Patterns
Bug Fixing