Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

orchard-core-theming果园核心主题

Agent Skill

orchard-core-theming 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

225

周安装

9

GitHub Stars

5

下载量

73
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:orchard-core-theming(果园核心主题)
来源仓库:https://github.com/lombiq/orchard-core-agent-skills
仓库路径:skills/orchard-core-theming
安装命令:
npx skills add https://github.com/lombiq/orchard-core-agent-skills --skill orchard-core-theming
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lombiq/orchard-core-agent-skills --skill orchard-core-theming

简介

orchard-core-theming 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于 Orchard Core 主题开发、样式定制或模板匹配场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前建议检查是否会触发联网、命令执行或文件读写等操作。
  • 可结合来源仓库和原始 README 进一步核验具体用法和功能边界。

SKILL.md

Orchard Core Theming

Use this skill for Orchard Core theming and content-definition/recipe work.

How to use

  • Path A (task match): scan the Tasks list; if the request matches, open references/TASK-MAP.md and go directly to the leaf files.
  • Path B (exploration): use the section cues to pick a reference section, open that section's INDEX.md, then choose the leaf file it points to.
  • Determine Razor vs Liquid early using the workflow in references/TASK-MAP.md. If it cannot be decided, fall back to Liquid and confirm with the user.
  • Open only the necessary leaf files; use a section INDEX.md only for orientation and discovery.
  • Prefer examples and ready-to-copy patterns.

Evidence rules

  • Prefer repo evidence over assumptions: active theme, base theme, placement.json, and existing templates.
  • Trace the shape model first when it is unclear; use references/TASK-MAP.md to find shape tracing guidance and ask the user if needed.
  • Confirm unknown part/field properties in ContentDefinition.json (or OrchardCore.db) and the relevant field references.
  • Ask for missing identifiers (content type, part name, field name, display type) instead of inventing them.
  • Do not invent recipe steps or feature IDs; use references/TASK-MAP.md to find the right recipe references.

Scripts

Use these scripts instead of hand-building extracts.

  • scripts/extract-content-definitions.py to extract content types/parts/fields from ContentDefinition.json or OrchardCore.db, with optional related-type expansion and Markdown/JSON output. See references/50-content-model/CONTENT-DEFINITIONS-EXTRACTOR.md.
  • scripts/extract-content-items.py to get content items from OrchardCore.db, filter by type/IDs/text, and optionally emit a recipe content step or a Markdown/JSON extract. See references/50-content-model/CONTENT-ITEMS-EXTRACTOR.md.
  • scripts/generate-orchard-ids.py to generate Orchard Core IDs that match the DefaultIdGenerator alphabet for stable ContentItemId values in recipes. See references/70-recipes/ID-GENERATION.md.
  • scripts/sync-skill.py to refresh the entire skill folder from the Lombiq/Orchard-Core-Agent-Skills repo (references, scripts, SKILL.md, assets). The running script is not overwritten until the next sync.

Sync example:

python skills/orchard-core-theming/scripts/sync-skill.py

Reference section cues

Use these cues to decide which reference section to open.

  • Use references/10-understand-structure/ to confirm solution and theme structure (manifests, base theme), create themes, and locate layouts/zones.
  • Use references/20-shapes-placement/ to find shape names, alternates, placement rules, and override workflow steps.
  • Use references/30-razor/ to implement Razor theme changes with tag helpers, shape rendering, and IOrchardHelper.
  • Use references/40-liquid/ to implement Liquid theme changes with tags, filters, and shape helpers.
  • Use references/50-content-model/ to inspect content definitions/items, parts/fields, settings/containers, and the extractors.
  • Use references/60-assets-resources/ to include scripts/styles and manage resources and static files.
  • Use references/70-recipes/ to author, validate, and reuse recipes for setup, definitions, and content import.
  • Use references/80-debugging-discovery/ to trace shapes, inspect logs, and find evidence in source.
  • Use references/90-glossary/ to resolve terms and acronyms in Orchard Core theming docs.

Tasks

Use this list to decide whether to open references/TASK-MAP.md for the exact leaf files.

  • Determine template language (Razor vs Liquid).
  • Add or update a content type/part/field in ContentDefinition.json.
  • Extract a focused content definition slice (large JSON).
  • Create a setup recipe.
  • Add content types and sample content to a recipe.
  • Create or update workflows in a recipe.
  • Create or override a content item shape template.
  • Implement or override OrchardCore.Forms widgets and Form content.
  • Inspect real content items (SQLite).
  • Update a shape after adding fields.
  • Render BagPart/FlowPart/ListPart items.
  • Add scripts/styles and include them in the layout.
  • Find shape alternates and placement rules.
  • Find evidence in Orchard Core source.
  • Work on theme structure or layout.
  • Understand solution structure.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.61%
按下载量换算25

Claude

31.3%
按下载量换算23

Cursor

16.78%
按下载量换算12

Gemini CLI

8.37%
按下载量换算6

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills