Acc Optimize Docker Php Fpm

🌐Community
by dykyi-roman · vlatest · Repository

Helps with optimization, Docker as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add acc-optimize-docker-php-fpm npx -- -y @trustedskills/acc-optimize-docker-php-fpm
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "acc-optimize-docker-php-fpm": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/acc-optimize-docker-php-fpm"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill optimizes Docker PHP FPM configurations for improved performance and resource utilization. It analyzes existing docker-compose.yml files, identifies potential bottlenecks in the PHP FPM setup (such as memory limits or process counts), and suggests adjustments to enhance application responsiveness and stability. The optimization focuses on balancing server load with available resources.

When to use it

  • You're experiencing slow response times from your PHP applications running within Docker containers.
  • Your Docker host is consistently under heavy CPU or memory pressure due to PHP FPM processes.
  • You want to proactively improve the efficiency of your development or production environments using Docker and PHP-FPM.
  • You are deploying a new PHP application in Docker and need to configure optimal FPM settings from the start.

Key capabilities

  • Analyzes docker-compose.yml files.
  • Identifies potential performance bottlenecks within PHP FPM configurations.
  • Suggests adjustments for memory limits, process counts, and other relevant parameters.
  • Focuses on balancing server load with available resources.

Example prompts

  • "Optimize the PHP FPM configuration in this docker-compose.yml file." (followed by providing the file content)
  • "What are some common bottlenecks I should look for when configuring PHP FPM in Docker?"
  • “Suggest improvements to my docker-compose file to reduce memory usage of php fpm”

Tips & gotchas

  • The skill requires a valid docker-compose.yml file as input. Ensure the file is correctly formatted and contains the relevant PHP FPM configuration details.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dykyi-roman
Installs
2

🌐 Community

Passed automated security scans.