en un clic
caddy-modern-config
Caddyfile configuration, auto-HTTPS, and FastCGI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Caddyfile configuration, auto-HTTPS, and FastCGI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | caddy-modern-config |
| description | Caddyfile configuration, auto-HTTPS, and FastCGI. |
domain { directives }.example.com {
reverse_proxy localhost:3000
}
php_fastcgi preset.
example.com {
root * /var/www/site/public
php_fastcgi unix//run/php/php8.3-fpm.sock
file_server
}
header {
Strict-Transport-Security "max-age=31536000;"
X-Content-Type-Options "nosniff"
}
Bootstraps a new project with standard folder structure, git init, basic files, planning doc skeletons, and initial memory.json. Triggers on new project creation keywords. CRITICAL for first-time setup.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Principles for REST, GraphQL, versioning, and API authentication.
Optimization and usage of SVGs, fonts, and static assets.
Patterns for maintaining or migrating Bootstrap 3/4/5 projects.
GitHub Actions, Vercel/Netlify, and automated testing patterns.