A comprehensive versioned development pipeline that orchestrates AI agents through analysis, coding, review, and deployment stages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dev-pipeline
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dev-pipeline using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Dev Pipeline is a sophisticated workflow orchestration tool designed to bring rigorous structure to AI-driven software development within the Openclaw Skills ecosystem. It acts as a bridge between high-level project management and low-level code execution by integrating deeply with version-manager and project-manager skills.
By leveraging the advanced reasoning of models like Claude Opus, Dev Pipeline ensures that every development cycle follows a standardized lifecycle: from requirement analysis and architectural planning to iterative coding and automated peer reviews. This skill is essential for developers looking to build maintainable, version-controlled software using AI agents while maintaining high standards for code integrity and documentation.
To get started with Dev Pipeline as part of your Openclaw Skills toolkit, follow these steps:
.dev-pipeline/config.json:{
"project": {
"name": "your-project-name",
"repo_path": "."
},
"oracle": {
"model": "claude-opus-4-6",
"engine": "op46"
}
}
dev-pipeline init v1.0.0
dev-pipeline analyze
Dev Pipeline maintains project state and documentation through a structured directory and file system:
| File/Path | Description |
|---|---|
.state.json |
The central state machine tracking current version, task ID, and workflow status. |
.dev-pipeline/config.json |
Project-specific settings, including AI model selection and project paths. |
versions/vX.X.X/docs/DEV_PLAN.md |
The AI-generated architectural blueprint and task breakdown. |
versions/vX.X.X/docs/REVIEW_TASK_[ID].md |
Detailed code review reports including quality scores and issue logs. |
REQUIREMENTS.md |
The input document used as the source of truth for the analysis phase. |
Loading
A comprehensive social media operation system for automated content harvesting, AI-driven redesign, and multi-platform publishing management.

A comprehensive integration allowing AI agents to manage Outlook emails, Microsoft Calendar, OneDrive files, and To Do tasks.

A Node.js-powered integration for managing Bring! shopping lists using email and password credentials.

A comprehensive weather data skill providing real-time conditions and multi-day forecasts for any global location via name or coordinates.

A standardized development task management skill that enforces strict semantic versioning and mandatory project archiving to prevent code loss.

A unified automation orchestrator that manages the end-to-end development lifecycle from initial setup to final version sealing.








































