.cursor/skills/docker-ops/SKILL.md
Manage and execute commands within the project's Docker environment. Use when running artisan commands, composer, migrations, or tests.
npx skillsauth add JauheniS/moonrail-challenge-laravel docker-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
NEVER run PHP, Composer, or Artisan commands directly on the host. ALWAYS use the Docker container.
docker compose exec app php artisan <command>docker compose exec app composer <command>docker compose exec app php artisan testdocker compose exec app bashPrefer these shortcuts when available:
make optimize: Refresh Laravel cache.make composer-install: Install dependencies.make rebuild-restart: Full environment reset.app (PHP 8.1 FPM)redis (Port 6389)/var/www inside the container.development
Expert Laravel development following the Service-Controller-Model pattern. Use when creating or modifying routes, controllers, services, models, or API resources in this project.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".