🎯

docker

🎯Skill

from ulpi-io/skills

VibeIndex|
What it does
|

A Docker and container infrastructure skill covering Dockerfiles, multi-stage builds, Compose, networking, volumes, health checks, registries, BuildKit, security hardening, and CI/CD integration.

πŸ“¦

Same repository

ulpi-io/skills(60 items)

docker

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add ulpi-io/skills --skill docker
skills.sh Install⚠ Installs to .agents/skills/
npx skills add ulpi-io/skills --skill docker
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/docker/SKILL.md

SKILL.md

90Installs
-
AddedApr 9, 2026

More from this repository10

🎯
frontend-design-ui-ux🎯Skill

A UX/UI design specification skill that produces implementation-ready specs including user flows, component briefs, design tokens, accessibility constraints, and handoff guidance for frontend engineering agents.

🎯
cost-estimate🎯Skill

An AI agent skill that estimates the development cost of a codebase, branch diff, or single commit by combining repo metrics, category-based productivity rates, organizational overhead, and optional Claude ROI analysis using helper scripts for LOC counting, git session analysis, and cost calculation.

🎯
browse🎯Skill

A fast browser and native app automation skill for AI coding agents, providing persistent headless Chromium for web tasks and accessibility-API-based automation for Android, iOS, and macOS apps β€” supporting URL navigation, element interaction, form filling, JavaScript execution, and screenshots at ~100ms per command.

🎯
laravel-filament🎯Skill

Filament v5 admin panel reference skill covering resources, forms, tables, actions, filters, relation managers, widgets, panels, and testing patterns with v5 namespace and API conventions.

🎯
git-merge-expert🎯Skill

A safe git merge workflow skill that handles branch merges, PR merges, conflict resolution, validation, rollback, and branch cleanup, with built-in readiness checks and worktree isolation for risky merges.

🎯
map-project🎯Skill

Scans the codebase and updates project memory files such as CLAUDE.md and imported reference docs with real project-specific routes, exports, flows, and implementation guidance.

🎯
find-bugs🎯Skill

A bug-finding skill that reviews branch diffs for real bugs and security issues, verifies each finding against surrounding code context, and produces a prioritized report of confirmed defects and vulnerabilities.

🎯
code-simplify🎯Skill

A skill that simplifies existing code without changing behavior by flattening nesting, extracting readable helpers, removing dead code, consolidating duplication, and improving naming, with built-in baseline verification to ensure correctness.

🎯
plan-founder-review🎯Skill

A skill that reviews implementation plans before execution, verifying markdown/JSON consistency, challenging scope and architecture, checking file paths against the codebase, auditing risk and test gaps, and delivering APPROVE/REVISE/REJECT verdicts. Runs as a forked review workflow with separate reasoning budget.

🎯
bugfix🎯Skill

A structured bugfix skill that enforces a reproduce-diagnose-fix-verify loop with framework-specific references and category-based playbooks, supporting 15+ frameworks (React, Next.js, Express, Go, Rust, Laravel, etc.) to fix confirmed defects with minimal, root-cause-targeted changes.