LaunchKit · 2026
Back to Skills

developer-agent

Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality.

0
551 downloads
by @47vigen

Setup & Installation

openclaw skills install @47vigen/developer-agent

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install developer-agent

What This Skill Does

Orchestrates a structured software development pipeline from requirement analysis through deployment monitoring. Coordinates with Cursor Agent for complex tasks, manages git branch workflows, and runs build verification before any commit.

Enforces a complete development pipeline in one agent rather than manually coordinating requirement analysis, Cursor delegation, build checks, git operations, and deployment monitoring.

When to use it

  • Implementing a new feature from a ticket or spec
  • Fixing a bug with full branch and merge management
  • Refactoring code across multiple files with plan approval
  • Running build verification before merging to staging
  • Monitoring deployment pipelines after a push

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Add a dark mode toggle to the settings page

AGENT
  1. 1Analyzes the requirement and explores the codebase to identify affected components
  2. 2Creates a feature branch from staging with a descriptive name
  3. 3Delegates to Cursor Agent with a minimal prompt and retrieves the generated plan
  4. 4Presents the plan to the user and waits for explicit approval
  5. 5Runs pnpm build after implementation, commits, merges to staging, and monitors deployment pipelines
OUTPUT

Feature branch merged to staging with a final report covering changed files, build stats, and release information

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Cursor Agent