devflow

Scaffold projects, generate code, and configure deployments inside Claude Code.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bemindlabs/devflow --skill devflow-bemindlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow
Source: https://github.com/bemindlabs/devflow/tree/main
Command: npx skills add https://github.com/bemindlabs/devflow --skill devflow-bemindlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DevFlow eliminates repetitive setup by automating project scaffolding, code generation, and infrastructure configuration inside Claude Code to speed up delivery.

Core Features & Use Cases

  • Project Scaffolding: bootstrap full project templates across stacks.
  • Code Generation: generate API endpoints, models, tests, and documentation.
  • Workflow Automation: automate git workflows, CI/CD pipelines, and Docker configurations.
  • Use Case: when starting a new service, DevFlow initializes a complete, runnable project with best practices and consistent tooling.

Quick Start

Start by running /devflow init <template> and follow the prompts to tailor the project to your needs.

Frequently Asked Questions about devflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new project with Docker and CI/CD configurations?

You can scaffold project templates, generate API endpoints and models, and automate git workflows, CI/CD pipelines, and Docker configurations. This eliminates repetitive setup and speeds up delivery inside Claude Code.

How do I generate API endpoints, models, and tests for a new service?

Code generation features produce API endpoints, models, tests, and documentation automatically. When initializing a new service, the template engine generates these components to ensure consistent tooling and best practices across stacks.

Can I use this to automate developer workflows inside Claude Code?

Yes, this tool automates developer workflows inside Claude Code by scaffolding projects, generating code, and configuring deployments. It integrates with Claude Code's skill system and provides a robust CLI with safe file operations and error handling.

Does this scaffolding tool require any external dependencies or components?

No external dependencies or components are required. The automation runs entirely inside Claude Code using its built-in skill system, offering a robust CLI, template engine, safe file operations, and error handling without additional installations.

What is the best way to bootstrap a complete project template across multiple stacks?

The best way is running the init command with a template name and following the prompts. This tailors the project to your needs, initializing a complete, runnable project with best practices and consistent tooling across stacks.