← Back to Skills Marketplace
rogerwengch

Development Coding Agent

by rogerwengch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1459
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install dev-coding-agent
Description
Enhanced coding agent for development workflows. Optimized for building features, fixing bugs, and code refactoring with OpenCode integration.
README (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

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

  1. Always specify the work directory - keeps context focused
  2. Use descriptive prompts - include file names, expected behavior, and constraints
  3. Monitor background tasks - use process action:log to track progress
  4. 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)
Usage Guidance
This skill is coherent: it tells the agent to run the OpenCode CLI against code in a project directory, which matches its description. However, before installing or invoking it: (1) verify the origin and trustworthiness of both this skill and the OpenCode CLI package (npm package provenance, GitHub repo, maintainer). (2) Be aware that the skill's commands are open-ended and will modify files in the specified workdir — run it in a sandbox or branch, and ensure your project is under git so you can review diffs. (3) The SKILL.md contains unicode control characters detected by a scanner; inspect the raw file for hidden characters or unexpected instructions. (4) Avoid granting broad autonomous privileges: prefer to run the skill only when invoked manually, or restrict it to a test repository until you confirm behavior. (5) If you install opencode, prefer a vetted source (official registry/repo) and consider using a non-global install or container to limit impact.
Capability Analysis
Type: OpenClaw Skill Name: dev-coding-agent Version: 1.0.0 The skill bundle is a standard development tool integration for the 'opencode' CLI. The SKILL.md file contains legitimate instructions and examples for common software engineering tasks like bug fixing, feature implementation, and database migrations without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description describe a coding agent that integrates with OpenCode; the only required binary (opencode) and the Git repository requirement are coherent with that purpose. No unrelated credentials, config paths, or unexpected binaries are requested.
Instruction Scope
Runtime instructions direct the agent to run freeform 'opencode run' commands inside user-specified workdirs (including background tasks). That legitimately requires filesystem access to the project, but is open-ended and can cause arbitrary code and file modifications. Additionally, a pre-scan detected unicode-control-chars (prompt-injection pattern) inside SKILL.md, which is concerning because it could be an attempt to manipulate the agent's behavior or evade reviewers.
Install Mechanism
There is no install spec and no code files — this is instruction-only, which is low-risk from an install perspective. The README suggests installing opencode via npm, but the skill itself does not attempt to download or run installers.
Credentials
The skill declares no required environment variables or credentials. That is proportionate for a CLI-based coding helper. Note: running the recommended 'npm install -g opencode' requires network and package-manager privileges, so verify the OpenCode package source before installing.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default) but not by itself a red flag. The skill does not request persistent system-wide privileges or attempt to modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dev-coding-agent
  3. After installation, invoke the skill by name or use /dev-coding-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of dev-coding-agent. - Provides an enhanced coding agent optimized for software development tasks with OpenCode integration. - Supports building features, fixing bugs, refactoring code, and running development workflows. - Includes quick-start usage examples and best practice guidelines. - Requires OpenCode CLI and a Git repository for the target project.
Metadata
Slug dev-coding-agent
Version 1.0.0
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

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.

💬 Comments