Skills Plugins MCP Prompt Model 博客 我的中心

artifact-designer

Create, validate, preview, and publish self-contained HTML artifacts. Use for dashboards, reports, timelines, prototypes, diff walkthroughs, benchmark viewers, decision docs, and existing HTML files that need previewing or publishing. Use direct file commands for user-provided HTML; scaffold only when creating a new artifact.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=latitude-dev-latitude-llm-agents-skills-artifact-designer-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name artifact-designer description Create, validate, preview, and publish self-contained HTML artifacts. Use for dashboards, reports, timelines, prototypes, diff walkthroughs, benchmark viewers, decision docs, and existing HTML files that need previewing or publishing. Use direct file commands for user-provided HTML; scaffold only when creating a new artifact. Artifact Designer Use this skill for HTML artifacts and HTML publishing. Core rule If the user points to an existing .html or .htm file, operate on that file directly. Do not: create a new artifact copy it into .artifacts/ wrap it in the template enforce Artifact UI design classes Use the helper's --file commands. Existing HTML file Validate: node <skill-dir>/scripts/artifact.mjs validate --file path/to/file.html --strict Preview: node <skill-dir>/scripts/artifact.mjs preview --file path/to/file.html --open Publish: node <skill-dir>/scripts/artifact.mjs publish --file path/to/file.html --target temporary Add --name <worker-name> only when the user asks for a stable Worker name. File validation checks publish safety and platform limits. It does not check for .artifact-* classes or bundled design tokens. New artifact Use this path only when the user asks you to create or redesign an artifact. If artifact tools are available, use them: artifact_create({ title, instructions, kind, id? }) artifact_validate({ id, strict: true }) artifact_preview({ id, open: true }) artifact_publish({ id, target: "cloudflare-temporary", confirmPublic: true }) Otherwise use the helper: node <skill-dir>/scripts/artifact.mjs create --title "Title" --instructions "..." --kind report node <skill-dir>/scripts/artifact.mjs validate -- id < id > --strict node <skill-dir>/scripts/artifact.mjs preview -- id < id > --open node <skill-dir>/scripts/artifact.mjs publish -- id < id > --target temporary Generated artifacts live in: .artifacts/<id>/source/index.html Edit source/index.html ; rebuild/validate before previewing or publishing. Design rules for new artifacts Design priority: .artifacts/DESIGN.md ~/.artifact-designer/DESIGN.md references/design-system.md and references/artifact-theme.css Requirements for new artifacts: single index.html unless Markdown is requested semantic HTML inside <main class="artifact-shell"> use bundled .artifact-* classes before custom CSS no external scripts, stylesheets, fonts, images, or APIs no fetch , XMLHttpRequest , or WebSocket inline only small local-interaction JavaScript prefer HTML/CSS/SVG visuals keep each file under 5 MiB use restrained UI: whitespace, clear hierarchy, crisp borders use mono text for code, IDs, metrics, timestamps, and table numbers add copy/export controls for interactive decision surfaces Publishing Do not publish unless the user asks. Publishing creates a public URL. Do not publish secrets, credentials, customer data, or proprietary data unless the user confirms it is safe. Before publishing, the helper checks wrangler whoami . If Wrangler is installed and authenticated, publish to that existing Cloudflare account, including when the requested target is temporary . This creates a normal account-owned Worker and does not emit a claim URL. If no authenticated Wrangler session is available, temporary publishing uses isolated Cloudflare auth and may expire unless claimed. Permanent publishing still requires Cloudflare authentication. Helper commands node scripts/artifact.mjs create --title "Title" [--instructions "..." ] [--kind report] [-- id slug] [--format html|md] node scripts/artifact.mjs validate -- id slug [--strict] node scripts/artifact.mjs validate --file path/to/file.html [--strict] node scripts/artifact.mjs preview -- id slug [--open] node scripts/artifact.mjs preview --file path/to/file.html [--open] node scripts/artifact.mjs publish -- id slug [--target temporary|permanent] [--domain example.com] node scripts/artifact.mjs publish --file path/to/file.html [--target temporary|permanent] [--domain example.com] [--name worker-name] node scripts/artifact.mjs list node scripts/artifact.mjs import-url --url https://... [--title "Title" ] [-- id slug]
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。