dev-environment-manager

Reset local databases, sync staging data, and validate pre-deployment configurations.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill dev-environment-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-environment-manager
Source: https://github.com/JaveedIshaq/ai-workflow-orchestrator/tree/main/skills/ballee/dev-environment-manager
Command: npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill dev-environment-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of your local development environment, ensuring databases are reset, health checks pass, and deployment variables are correctly configured.

Core Features & Use Cases

  • Database Management: Reset local databases, sync production or staging data locally, and perform health checks.
  • Deployment Readiness: Validate environments before deployment and fix Vercel environment variable issues.
  • Use Case: When setting up a new local development environment or after pulling significant changes, use this Skill to reset your local database and sync it with the latest staging data, ensuring your local setup mirrors production-ready conditions.

Quick Start

Reset your local database and sync data from staging by running pnpm supabase:web:reset.

Frequently Asked Questions about dev-environment-manager

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

FAQPage Schema
How do I sync staging data to my local Supabase database?

Sync staging data locally by running `pnpm supabase:web:reset`, which resets your local Supabase database and pulls the latest staging data to mirror production-ready conditions.

Can I use this to fix Vercel environment variable trailing newline issues?

Yes, this Skill fixes Vercel environment variable issues by synchronizing configurations and resolving trailing newline problems to ensure valid deployment setups.

What do I need to manage my dev environment and sync production data locally?

Managing your dev environment and syncing production data requires the Supabase CLI and pnpm installed, with the 1Password CLI optionally required for secure credential management during synchronization.

How do I validate my dev environment before deploying to Vercel?

Validate your dev environment before deploying to Vercel by performing health checks and validating pre-deployment configurations to ensure databases are reset and environment variables are correctly synchronized.

Does this tool work with 1Password CLI for managing deployment credentials?

Yes, this tool optionally integrates with 1Password CLI for credential management, allowing you to securely handle authentication credentials when syncing production or staging data to your local dev environment.

Why does resetting my local database fail during dev environment setup?

Resetting your local database might fail if required dependencies like the Supabase CLI or pnpm are missing, or if credential management via the 1Password CLI is not properly configured for staging data access.