Web & Frontendlow risk

create-live-artifact-ops

Create a refreshable live operations artifact for customer success, support, or launch review workflows.

nexu-io/open-design·plugins/spec/examples/create-live-artifact-ops/SKILL.md
61/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a codex -y
匯入個人環境~/.agents/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a codex -g -y
手動放置目錄.agents/skills/create-live-artifact-opsOfficial docs ↗
匯入目前專案.claude/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a claude-code -y
匯入個人環境~/.claude/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a claude-code -g -y
手動放置目錄.claude/skills/create-live-artifact-opsOfficial docs ↗
匯入目前專案.agents/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a github-copilot -y
匯入個人環境~/.copilot/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a github-copilot -g -y
手動放置目錄.agents/skills/create-live-artifact-opsOfficial docs ↗
匯入目前專案.agents/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a cursor -y
匯入個人環境~/.cursor/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a cursor -g -y
手動放置目錄.agents/skills/create-live-artifact-opsOfficial docs ↗
匯入目前專案.agents/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a gemini-cli -y
匯入個人環境~/.gemini/skills/create-live-artifact-ops
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-live-artifact-ops -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/create-live-artifact-ops
手動放置目錄.agents/skills/create-live-artifact-opsOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Example Live Ops Artifact

Use this plugin when the user asks for a live artifact that summarizes changing operational data.

## Workflow

1. Identify the source system or choose a mock source when no connector is available.
2. Define the artifact schema: KPIs, freshness, feed items, and owner actions.
3. Create a self-contained HTML artifact that renders a useful seeded state.
4. Include stale and refresh affordances in the UI copy.
5. Return `index.html` and note which connector can be wired later.

## Quality Checks

- The artifact still works with seeded mock data.
- Freshness and source status are visible.
- The user can tell what action to take next.
- The layout remains useful when values change.