Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mwguerra avatar

Docs

  • 34 installs
  • 35 repo stars
  • Updated April 28, 2026
  • mwguerra/claude-code-plugins

Helps with ai & agent building tasks.

About

docs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • docs
  • AI & Agent Building
  • AI-coding skill

Docs by the numbers

  • 34 all-time installs (skills.sh)
  • Ranked #8,822 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mwguerra/claude-code-plugins --skill docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs34
repo stars35
Last updatedApril 28, 2026
Repositorymwguerra/claude-code-plugins

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Docker Documentation Reference Skill

Overview

This skill provides access to comprehensive Docker and Docker Compose documentation. Use this skill to look up exact configurations, command syntax, and best practices before generating any Docker-related files.

Documentation Location

All documentation is stored in: /home/mwguerra/projects/mwguerra/claude-code-plugins/docker-specialist/skills/docs/references/

Directory Structure

references/
├── 01-introduction.md       # Docker concepts, key terms
├── 02-dockerfile.md         # Dockerfile instructions, multi-stage builds
├── 03-compose-fundamentals.md  # Compose file structure, options
├── 04-networking.md         # Network types, DNS, external networks
├── 05-databases.md          # PostgreSQL, MySQL, MongoDB, Redis
├── 06-services.md           # Dependencies, scaling, patterns
├── 07-ports-ssl.md          # Port mapping, Traefik, Nginx SSL
├── 08-volumes.md            # Volume types, persistence, backups
├── 09-environment.md        # Env vars, secrets, .env files
├── 10-architecture.md       # Project structures, folder organization
├── 11-global-local.md       # Global vs project containers
├── 12-examples.md           # Complete working examples
├── 13-commands.md           # Essential Docker commands
├── 14-security.md           # Security best practices
├── 15-port-conflicts.md     # Port conflict resolution
├── 16-restart-strategies.md # Restart policies, data persistence
└── 17-troubleshooting.md    # Common issues and solutions

Usage

When to Use This Skill

1. Before generating any Dockerfile or compose configuration 2. When troubleshooting Docker errors 3. To verify correct command syntax 4. To find proper configuration patterns 5. To understand Docker networking 6. For security best practices

Search Workflow

1. Identify Topic: Determine what documentation is needed 2. Navigate to File: Go to relevant documentation file 3. Read Documentation: Extract exact patterns 4. Apply Knowledge: Use in configuration generation

Common Lookups

TopicFile
Dockerfile creation02-dockerfile.md
Compose configuration03-compose-fundamentals.md
Container networking04-networking.md
Database setup05-databases.md
Multi-container apps06-services.md
SSL/TLS setup07-ports-ssl.md
Volume management08-volumes.md
Environment variables09-environment.md
Project structure10-architecture.md
Commands reference13-commands.md
Security14-security.md
Troubleshooting17-troubleshooting.md

Documentation Reading Pattern

When reading documentation:

1. Find the right file: Match topic to documentation file 2. Read the overview: Understand the concept 3. Extract code examples: Copy exact patterns 4. Note configuration options: Review available settings 5. Check best practices: Apply security and performance tips

Example Usage

Looking up PostgreSQL Configuration

1. Navigate to 05-databases.md 2. Find PostgreSQL section 3. Extract:

  • Image version
  • Environment variables
  • Health check configuration
  • Volume setup
  • Network configuration

Looking up Network Configuration

1. Navigate to 04-networking.md 2. Find relevant section (bridge, external, internal) 3. Extract:

  • Network definition syntax
  • Service network configuration
  • DNS resolution patterns

Output

After reading documentation, provide:

1. Exact configuration pattern from docs 2. Required settings 3. Optional configurations 4. Best practices noted 5. Security considerations

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.