Curated skills, patterns, and playbooks for Claude Code, reviewed by admins.
A webhook service that enables Claude AI to respond to GitHub mentions and execute commands within repository contexts.
Optimize an existing Dockerfile for smaller images, faster builds, and better security.
Installing standard development tools (GitHub CLI, languages, etc.) - The feature does what you need out of the box - You want automatic updates with feature version bumps
This guide explains how to set up Docker Hub authentication for the GitHub Actions workflows in this repository.
This document describes the optimizations implemented in our Docker CI CD pipeline for faster builds and better caching.
dockerfile # Build stage FROM node:20-alpine AS builder WORKDIR app COPY package.json .
Aider is available as 2 docker images:
Deploy Ralph Orchestrator using Docker for consistent, reproducible environments.
LiteLLM signs every Docker image published to GHCR with cosign starting from v1.83.0.
| Practice | Why | |----------|-----| | Order by change frequency | Rarely-changing layers first (base, system packages), frequently-changing last | | Combine related RUN commands…
Generate an optimized Dockerfile for the current project.
Generate an optimized multi-stage Dockerfile for the current project.
This document summarizes official Docker best practices based on current recommendations from Docker documentation and industry standards.
This document describes the automated Docker build and publish pipeline for the Claude GitHub Webhook.
Run your own prompts.chat instance using Docker Compose.
Pull and run the Claude GitHub Webhook from Docker Hub: