ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

developer-agent

Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development requirements, feature requests, bug fixes, or refactoring tasks that involve git operations, build verification, and deployment pipelines.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/47vigen/developer-agent
Or

What This Skill Does

The developer-agent is a sophisticated OpenClaw skill designed to streamline the software development lifecycle by acting as an orchestration layer between the user, the Cursor AI agent, and local git workflows. It follows a strictly structured methodology—emphasizing 100% requirement comprehension, methodical branch management, and automated build verification—to ensure that all code delivered is production-ready and free of regressions. By enforcing a disciplined 'Build-Before-Commit' policy, the developer-agent prevents broken builds from reaching your repository and ensures that every change is thoroughly vetted.

Installation

To integrate this agent into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/47vigen/developer-agent

Ensure your local environment is configured with the necessary Git permissions and Cursor AI dependencies before running the installation.

Use Cases

  • Feature Implementation: Managing the end-to-end process of building a new feature, from branching to deployment pipelines.
  • Refactoring Tasks: Safely modifying legacy codebase architecture while maintaining build integrity.
  • Bug Fixes: Automating the cycle of reproduction, branch creation, fix verification, and merge-ready commits.
  • Pipeline Oversight: Monitoring complex deployment pipelines and providing real-time status reports on build performance.

Example Prompts

  1. "Developer-agent, I need to implement a new OAuth authentication flow. Please explore the current codebase and draft a plan for the required structural changes."
  2. "Review the current staging branch, create a new feature branch for the task TICKET-123, and apply the suggested refactoring for our database connection pool."
  3. "The build failed in the CI pipeline. Please investigate the error logs from the latest commit and propose a fix."

Tips & Limitations

  • Respecting Authority: The agent is designed to prioritize human approval. Do not bypass the 'Approval Required' stage, especially during architectural changes.
  • Model Selection: Always consult references/model-selection.md to pick the appropriate LLM for your task complexity. Using a light model for complex architectural changes may result in suboptimal plans.
  • Scope Management: The developer-agent works best when tasks are clearly defined. If a requirement is ambiguous, use the 'Understanding First' phase to narrow down the scope before initiating any git operations.

Metadata

Author@47vigen
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-47vigen-developer-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#development#git#cursor#automation#workflow
Safety Score: 2/5

Flags: file-write, file-read, code-execution