AgentHubAgentHub

phoenix-frontend

SkillSkillsMP

io.github.Arize-ai/phoenix/phoenix-frontend · vmain

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.

概览

phoenix-frontend 是一个Agent Skill,收录自 SkillsMP。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

Agent Skill 是带 SKILL.md 的指令包。安装后,AI 会根据 description 在匹配任务时自动加载,无需每次手动粘贴提示词。

安装

选择你的平台查看安装方式

# 通用 CLI(Cursor / Claude Code / Codex 等均支持)
npx skills add Arize-ai/phoenix@phoenix-frontend

使用方式

安装完成后,在对话中直接描述你的任务(或提及技能名称)。Agent 会先读取 SKILL.md 的 description 判断是否启用,再按其中的步骤执行。可用 /skills(Claude Code)或在设置中查看已加载的 Skills。

相关资源

统一 Manifest

{
  "id": "io.github.Arize-ai/phoenix/phoenix-frontend",
  "type": "skill",
  "version": "main",
  "displayName": "phoenix-frontend",
  "description": "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.",
  "author": {
    "name": "Arize-ai",
    "url": "https://github.com/Arize-ai"
  },
  "repository": {
    "url": "https://github.com/Arize-ai/phoenix",
    "source": "github",
    "subfolder": ".agents/skills/phoenix-frontend"
  },
  "homepage": "https://skillsmp.com/skills/arize-ai-phoenix-agents-skills-phoenix-frontend-skill-md",
  "distribution": {
    "packages": [
      {
        "registryType": "source",
        "identifier": "Arize-ai/phoenix@phoenix-frontend",
        "version": "main",
        "runtimeHint": "npx skills add"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "codex",
    "vscode"
  ],
  "keywords": [
    "stars:10074"
  ],
  "provenance": {
    "origin": "skillsmp",
    "originalId": "arize-ai-phoenix-agents-skills-phoenix-frontend-skill-md",
    "originalUrl": "https://skillsmp.com/skills/arize-ai-phoenix-agents-skills-phoenix-frontend-skill-md",
    "isOfficial": false,
    "status": "active"
  }
}
phoenix-frontend — Agent Skill 安装与配置 · AgentHub