ワンクリックで
python-common-lib-builder
Use when building shared Python utilities in libs/python-common/
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when building shared Python utilities in libs/python-common/
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | python-common-lib-builder |
| description | Use when building shared Python utilities in libs/python-common/ |
Shared utilities for apps/api and apps/mcp-server. Avoids duplication.
skillhub_common.auth — JWT helpers, token validationskillhub_common.logging — Structured JSON logging setupskillhub_common.exceptions — Custom exception hierarchyskillhub_common.config — Base settings classfrom skillhub_common.auth import validate_jwt
from skillhub_common.logging import get_logger
All mise tasks include: PYTHONPATH = "libs/python-common"
libs/python-common/skillhub_common/Record browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server