arturseo-geo

Nginx — Development skill for Claude Code

Development community

Manage Nginx configuration.

How to install Nginx

Installs to ~/.claude/skills/arturseo-geo-cowork-vps-ops-nginx/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arturseo-geo-cowork-vps-ops-nginx && curl -fsSL https://raw.githubusercontent.com/arturseo-geo/cowork-vps-ops/HEAD/commands/nginx.md -o ~/.claude/skills/arturseo-geo-cowork-vps-ops-nginx/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Nginx does


description: Manage Nginx configuration. Check status and SSL expiry, validate config syntax, clear FastCGI cache, or add a new virtual host. Always validates before reloading.

Use the nginx-manager skill.

Arguments: $ARGUMENTS

Supported operations: /vps:nginx status — Show active sites, SSL expiry, process status /vps:nginx validate — Test current config syntax (nginx -t equivalent) /vps:nginx cache-clear — Clear FastCGI cache directory /vps:nginx add [

Alternatives in Development

  • n8n Expression Syntax — n8n expression syntax with {{}} and $json/$node variables 3.6k ★
  • Rev Requirements — 既存のコードベースから要件定義書を逆生成します 974 ★
  • Agent Skill — A Claude Code plugin marketplace containing the ast-grep skill for powerful structural code search using Abstr 851 ★

Full documentation available on GitHub

View Source Repository