Development Coding Agent
/install dev-coding-agent
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
bash pty:true workdir:~/project command:"opencode run 'Fix the [specific issue] in [file/component]'"
Feature Development
bash pty:true workdir:~/project command:"opencode run 'Implement [feature name] with [requirements]'"
Code Refactoring
bash pty:true workdir:~/project background:true command:"opencode run 'Refactor [module] to improve [performance/readability/maintainability]'"
Testing
bash pty:true workdir:~/project command:"opencode run 'Add unit tests for [function/module] using [testing framework]'"
Best Practices
- Always specify the work directory - keeps context focused
- Use descriptive prompts - include file names, expected behavior, and constraints
- Monitor background tasks - use
process action:logto track progress - Git required - ensure your project is a git repository (OpenCode requirement)
Examples
Create React Component
bash pty:true workdir:~/my-app command:"opencode run 'Create a reusable Button component with variants (primary, secondary, danger), loading state, and TypeScript interface'"
API Development
bash pty:true workdir:~/backend command:"opencode run 'Add user registration endpoint with email validation, password hashing, and JWT token generation'"
Database Migration
bash pty:true workdir:~/project command:"opencode run 'Create database migration to add created_at and updated_at timestamps to all existing tables'"
Requirements
- OpenCode CLI installed (
npm install -g opencode) - Git repository for target project
- PTY support enabled (automatic with
pty:true)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dev-coding-agent - After installation, invoke the skill by name or use
/dev-coding-agent - Provide required inputs per the skill's parameter spec and get structured output
What is Development Coding Agent?
Enhanced coding agent for development workflows. Optimized for building features, fixing bugs, and code refactoring with OpenCode integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 1459 downloads so far.
How do I install Development Coding Agent?
Run "/install dev-coding-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Development Coding Agent free?
Yes, Development Coding Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Development Coding Agent support?
Development Coding Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Development Coding Agent?
It is built and maintained by rogerwengch (@rogerwengch); the current version is v1.0.0.