Skills Plugins MCP Prompt Model 博客 我的中心

wp-block-themes

Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=wordpress-agent-skills-skills-wp-block-themes-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name wp-block-themes description Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching). compatibility Targets WordPress 7.0+ (PHP 7.4.0+). Filesystem-based agent with bash + node. Some workflows require WP-CLI. WP Block Themes When to use Use this skill for block theme work such as: editing theme.json (presets, settings, styles, per-block styles) adding or changing templates ( templates/*.html ) and template parts ( parts/*.html ) adding patterns ( patterns/*.php ) and controlling what appears in the inserter adding style variations ( styles/*.json ) debugging “styles not applying” / “editor doesn’t reflect theme.json” Inputs required Repo root and which theme is targeted (theme directory if multiple exist). Target WordPress version range (theme.json version and features vary by core version). Where the issue manifests: Site Editor, post editor, frontend, or all. Procedure 0) Triage and locate block theme roots Run triage: node skills/wp-project-triage/scripts/detect_wp_project.mjs Detect theme roots + key folders: node skills/wp-block-themes/scripts/detect_block_themes.mjs If multiple themes exist, pick one and scope all changes to that theme root. 1) Create a new block theme (if needed) If you are creating a new block theme from scratch (or converting a classic theme): Prefer starting from a known-good scaffold (or exporting from a WP environment) rather than guessing file layout. Be explicit about the minimum supported WordPress version because theme.json schema versions differ. Read: references/creating-new-block-theme.md After creating the theme root, re-run detect_block_themes and continue below. 2) Confirm theme type and override expectations Block theme indicators: theme.json present templates/ and/or parts/ present Remember the style hierarchy: core defaults → theme.json → child theme → user customizations user customizations can make theme.json edits appear “ignored” Read: references/debugging.md (style hierarchy + fastest checks) 3) Make theme.json changes safely Decide whether you are changing: settings (what the UI allows): presets, typography scale, colors, layout, spacing styles (how it looks by default): CSS-like rules for elements/blocks Read: references/theme-json.md 4) Templates and template parts Templates live under templates/ and are HTML. Template parts live under parts/ and must not be nested in subdirectories. Read: references/templates-and-parts.md 5) Patterns Prefer filesystem patterns under patterns/ when you want theme-owned patterns. Read: references/patterns.md 6) Style variations Style variations are JSON files under styles/ . Note: once a user picks a style variation, that selection is stored in the DB, so changing the file may not “update what the user sees” automatically. Read: references/style-variations.md Verification Site Editor reflects changes where expected (Styles UI, templates, patterns). Frontend renders with expected styles. If styles aren’t changing, confirm whether user customizations override theme defaults. Run the repo’s build/lint scripts if assets are involved (fonts, custom JS/CSS build). Failure modes / debugging Start with: references/debugging.md Common issues: wrong theme root (editing an inactive theme) user customizations override your defaults invalid theme.json shape/typos prevent application templates/parts in wrong folders (or nested parts) Escalation If upstream behavior is unclear, consult canonical docs: Theme Handbook and Block Editor Handbook for theme.json , templates, patterns, and style variations.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_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 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

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

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

验证码 --

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

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