Skip to main content
This is your reference library. Copy, adapt, and use these examples in your projects.

Dev Container Examples

Node.js + TypeScript + PostgreSQL

Python + Data Science Tools

Go + Kubernetes Tools

React + Next.js

Rust Development

Multi-Container: Backend + Frontend

.devcontainer/docker-compose.yml:
.devcontainer/devcontainer.json:

Automation Examples

Full-Stack App with Database

Python + Flask + PostgreSQL

Monorepo: Frontend + Backend + Services

Microservices with Docker Compose

Testing & Linting Pipeline

AGENTS.md Examples

Next.js + React App

Python FastAPI Backend

Go Microservice

Skill Examples

These prompts can be used as organization-level skills. Create each one in Settings > Agents > Skills > New Skill, and optionally enable the slash command toggle with the trigger shown.

/pr - Create Pull Request

/review - Code Review

/test - Generate Tests

/docs - Update Documentation

/fix-ci - Fix Failing CI

/security - Security Audit

/optimize - Performance Optimization

/refactor - Code Refactoring

Agent Prompt Examples

Debugging

Find the bug:
Reproduce and fix:

Feature Development

Complete feature:
Enhance existing:

Maintenance

Update dependencies:
Clean up code:

Documentation

Generate API docs:
Architecture diagram:

Common Workflows

Morning Startup

Bug Triage

Parallel Feature Work

Code Review Session

Weekly Maintenance

Quick Reference

Environment Classes

  • Standard: 4 cores, 8GB RAM (most development)
  • Large: 8 cores, 16GB RAM (large builds, heavy tests)
  • GPU: NVIDIA T4 (ML training, GPU workloads)

Port Forwarding

Automation Commands

Secrets Commands

Starting Environments

From the dashboard:
From browser extension:
From Projects:

Pro tip: Bookmark this page for quick reference while working!