General Development

Configure and maintain the Docklift self-hosted PaaS development environment.

11|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/SSujitX/docklift --skill general-development-ssujitx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: General Development
Source: https://github.com/SSujitX/docklift/tree/main/.agent/skills/general_development
Command: npx skills add https://github.com/SSujitX/docklift --skill general-development-ssujitx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized guide for setting up, running, and maintaining the Docklift self-hosted PaaS environment, reducing configuration friction for developers.

Core Features & Use Cases

  • Local Environment Setup: Standardized instructions for configuring backend and frontend services using Bun and Docker.
  • Development Workflow: Clear commands for database management, type-checking, and service orchestration.
  • Architecture Guidance: Best practices for networking, authentication, and deployment system modifications to ensure consistency across the project.

Quick Start

Use the general development skill to initialize the local development environment by cloning the repository and running the backend and frontend setup commands.

Frequently Asked Questions about General Development

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

FAQPage Schema
How do I set up a local development environment for a self-hosted PaaS platform?

Set up local development for a self-hosted PaaS by cloning the repository and running backend and frontend setup commands using Bun and Docker. This provides standardized configuration for Express API and React dashboard services.

What is the best way to manage Docker deployment orchestration for a full-stack application?

Manage Docker deployment orchestration by following project-specific conventions for networking and authentication. This approach maintains consistency across your full-stack Express API and React dashboard application during deployment.

Can I use Bun and Docker for both backend and frontend services in a PaaS workflow?

Yes, you can use Bun and Docker for both backend and frontend services in a PaaS workflow. The local environment setup provides standardized configuration commands for both the Express API and React dashboard.

How do I handle database management and type-checking in a TypeScript full-stack project?

Handle database management and type-checking in a TypeScript full-stack project by using the provided development workflow commands. This supports proper service orchestration and adherence to project-specific TypeScript configuration conventions.

Why does my Docklift PaaS configuration have networking and authentication issues?

Networking and authentication issues in a Docklift PaaS configuration often arise from deviating from project-specific conventions. This Skill provides architecture guidance to ensure consistency and reduce configuration friction during maintenance.