Skip to main content
Manusで任意のスキルを実行
ワンクリックで

port-conventions

スター85
フォーク3
更新日2026年4月9日 07:11

Use this skill whenever creating any kind of server, API, or service that requires a port number. This includes REST APIs, FastAPI, Flask, Express, Django, gRPC servers, WebSocket servers, proxy servers, or any other networked service. ALWAYS apply this skill when writing server code — never use ports 8080, 8000, 3000, 5000, or other common defaults. Instead, always default to ports starting at 12002, incrementing as needed (12002, 12003, 12004, ...). Trigger on any mention of "API", "server", "endpoint", "port", "Flask", "FastAPI", "Express", "Django", "uvicorn", "gunicorn", "http.server", or any code that binds to a network port.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly