ワンクリックで
phoenix-rest-api
REST API development for Phoenix. Use when adding, modifying, or reviewing endpoints in src/phoenix/server/api/routers/v1/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
REST API development for Phoenix. Use when adding, modifying, or reviewing endpoints in src/phoenix/server/api/routers/v1/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Open-source AI observability platform for tracing, evaluating, and improving LLM applications with OpenTelemetry integration
Build and run evaluators for AI/LLM applications using Phoenix.
Design system conventions for the Phoenix frontend — layout, dialogs, error display, BEM CSS class naming, and CSS design tokens. Use when building UI, naming CSS classes, creating or consuming tokens, handling errors, or designing dialog interactions in app/src/.
Frontend development guidelines for the Phoenix AI observability platform. Use when writing, reviewing, or modifying React components, TypeScript code, styles, or UI features in the app/ directory. Triggers on any frontend task — new components, UI changes, styling, accessibility fixes, form handling, or component refactoring. Also use when the user asks about frontend conventions or component patterns for this project. For design system rules (error display, layout, dialogs, tokens), use the phoenix-design skill.
Write Playwright E2E tests for the Phoenix AI observability platform. Use when creating, updating, or debugging Playwright tests, or when the user asks about testing UI features, writing E2E tests, or automating browser interactions for Phoenix.
OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production.
| name | phoenix-rest-api |
| user-invocable | false |
| description | REST API development for Phoenix. Use when adding, modifying, or reviewing endpoints in src/phoenix/server/api/routers/v1/. |
| metadata | {"internal":true} |
Endpoints: src/phoenix/server/api/routers/v1/. Read the relevant reference.
make openapi — regenerate schema + client types, commit all generated filestests/integration/_helpers.py:
_COMMON_RESOURCE_ENDPOINTS_ADMIN_ONLY_ENDPOINTS_VIEWER_BLOCKED_WRITE_OPERATIONSfake-id-{} for path params, test-tag for tag/name params (these are normalized by _ensure_endpoint_coverage_is_exhaustive)make lint-python — fix any lint errors before committing| Reference | When |
|---|---|
references/endpoint-patterns.md | Adding or modifying an endpoint |
references/openapi-codegen.md | Regenerating schema or client types |
references/testing-patterns.md | Writing integration tests |