@jahia/agentic 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/claude/.claude/rules/jahia.md +13 -40
- package/dist/claude/.claude/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/claude/.claude/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/claude/.claude/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/claude/.claude/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/claude/.claude/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/claude/.claude/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/claude/.claude/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/claude/.claude/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/claude/.claude/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/claude/.claude/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/claude/.claude/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/claude/.claude/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/claude/CLAUDE.md +14 -41
- package/dist/codex/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/codex/.agents/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/codex/.agents/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/codex/.agents/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/codex/.agents/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/codex/.agents/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/codex/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/codex/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/codex/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/codex/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/codex/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/codex/.agents/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/codex/AGENTS.md +15 -42
- package/dist/copilot/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/copilot/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/copilot/.agents/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/copilot/.agents/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/copilot/.agents/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/copilot/.agents/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/copilot/.agents/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/copilot/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/copilot/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/copilot/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/copilot/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/copilot/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/copilot/.agents/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/copilot/AGENTS.md +15 -42
- package/dist/cursor/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/cursor/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/cursor/.agents/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/cursor/.agents/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/cursor/.agents/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/cursor/.agents/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/cursor/.agents/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/cursor/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/cursor/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/cursor/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/cursor/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/cursor/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/cursor/.agents/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/cursor/.cursor/rules/jahia.mdc +13 -40
- package/dist/gemini/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/gemini/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/gemini/.agents/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/gemini/.agents/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/gemini/.agents/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/gemini/.agents/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/gemini/.agents/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/gemini/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/gemini/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/gemini/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/gemini/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/gemini/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/gemini/.agents/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/gemini/AGENTS.md +15 -42
- package/dist/gemini/GEMINI.md +2 -2
- package/dist/index.js +13 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/opencode/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/opencode/.agents/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/opencode/.agents/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/opencode/.agents/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/opencode/.agents/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/opencode/.agents/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/opencode/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/opencode/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/opencode/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/opencode/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/opencode/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/opencode/.agents/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/opencode/AGENTS.md +15 -42
- package/dist/windsurf/.windsurf/rules/jahia.md +13 -40
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/windsurf/.windsurf/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-accessibility/SKILL.md +5 -265
- package/dist/windsurf/.windsurf/skills/jahia-dev-build-component/SKILL.md +15 -7
- package/dist/windsurf/.windsurf/skills/jahia-dev-create-page-template/SKILL.md +59 -21
- package/dist/windsurf/.windsurf/skills/jahia-dev-create-template-set/SKILL.md +20 -47
- package/dist/windsurf/.windsurf/skills/jahia-dev-create-view/SKILL.md +3 -3
- package/dist/windsurf/.windsurf/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/windsurf/.windsurf/skills/jahia-dev-start-local/SKILL.md +18 -26
- package/dist/windsurf/AGENTS.md +15 -42
- package/package.json +1 -1
- package/dist/claude/.claude/skills/jahia/SKILL.md +0 -144
- package/dist/claude/.claude/skills/jahia-content/SKILL.md +0 -157
- package/dist/claude/.claude/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/claude/.claude/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/claude/.claude/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/claude/.claude/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/claude/.claude/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/claude/.claude/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/claude/.claude/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/claude/.claude/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/claude/.claude/skills/jahia-dev/SKILL.md +0 -124
- package/dist/claude/.claude/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/claude/.claude/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/claude/.claude/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/claude/.claude/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/claude/.claude/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/claude/.claude/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/claude/.claude/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/claude/.claude/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/claude/.claude/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/claude/.claude/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/claude/.claude/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/claude/.claude/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/claude/.claude/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/claude/.claude/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/claude/.claude/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/claude/.claude/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/claude/.claude/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/claude/.claude/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/claude/.claude/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/claude/.claude/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/claude/.claude/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/claude/.claude/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/claude/.claude/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/codex/.agents/skills/jahia/SKILL.md +0 -144
- package/dist/codex/.agents/skills/jahia-content/SKILL.md +0 -157
- package/dist/codex/.agents/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/codex/.agents/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/codex/.agents/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/codex/.agents/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/codex/.agents/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/codex/.agents/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/codex/.agents/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/codex/.agents/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/codex/.agents/skills/jahia-dev/SKILL.md +0 -124
- package/dist/codex/.agents/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/codex/.agents/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/codex/.agents/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/codex/.agents/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/codex/.agents/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/codex/.agents/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/codex/.agents/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/codex/.agents/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/codex/.agents/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/codex/.agents/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/codex/.agents/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/codex/.agents/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/codex/.agents/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/codex/.agents/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/codex/.agents/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/codex/.agents/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/codex/.agents/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/codex/.agents/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/codex/.agents/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/codex/.agents/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/codex/.agents/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/codex/.agents/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/codex/.agents/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/copilot/.agents/skills/jahia/SKILL.md +0 -144
- package/dist/copilot/.agents/skills/jahia-content/SKILL.md +0 -157
- package/dist/copilot/.agents/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/copilot/.agents/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/copilot/.agents/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/copilot/.agents/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/copilot/.agents/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/copilot/.agents/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/copilot/.agents/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/copilot/.agents/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/copilot/.agents/skills/jahia-dev/SKILL.md +0 -124
- package/dist/copilot/.agents/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/copilot/.agents/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/copilot/.agents/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/copilot/.agents/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/copilot/.agents/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/copilot/.agents/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/copilot/.agents/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/copilot/.agents/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/copilot/.agents/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/copilot/.agents/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/copilot/.agents/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/copilot/.agents/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/copilot/.agents/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/copilot/.agents/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/copilot/.agents/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/copilot/.agents/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/copilot/.agents/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/copilot/.agents/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/copilot/.agents/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/copilot/.agents/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/copilot/.agents/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/copilot/.agents/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/copilot/.agents/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/cursor/.agents/skills/jahia/SKILL.md +0 -144
- package/dist/cursor/.agents/skills/jahia-content/SKILL.md +0 -157
- package/dist/cursor/.agents/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/cursor/.agents/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/cursor/.agents/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/cursor/.agents/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/cursor/.agents/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/cursor/.agents/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/cursor/.agents/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/cursor/.agents/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/cursor/.agents/skills/jahia-dev/SKILL.md +0 -124
- package/dist/cursor/.agents/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/cursor/.agents/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/cursor/.agents/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/cursor/.agents/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/cursor/.agents/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/cursor/.agents/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/cursor/.agents/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/cursor/.agents/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/cursor/.agents/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/cursor/.agents/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/cursor/.agents/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/cursor/.agents/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/cursor/.agents/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/cursor/.agents/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/cursor/.agents/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/cursor/.agents/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/cursor/.agents/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/cursor/.agents/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/cursor/.agents/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/cursor/.agents/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/cursor/.agents/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/cursor/.agents/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/cursor/.agents/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/gemini/.agents/skills/jahia/SKILL.md +0 -144
- package/dist/gemini/.agents/skills/jahia-content/SKILL.md +0 -157
- package/dist/gemini/.agents/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/gemini/.agents/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/gemini/.agents/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/gemini/.agents/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/gemini/.agents/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/gemini/.agents/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/gemini/.agents/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/gemini/.agents/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/gemini/.agents/skills/jahia-dev/SKILL.md +0 -124
- package/dist/gemini/.agents/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/gemini/.agents/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/gemini/.agents/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/gemini/.agents/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/gemini/.agents/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/gemini/.agents/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/gemini/.agents/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/gemini/.agents/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/gemini/.agents/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/gemini/.agents/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/gemini/.agents/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/gemini/.agents/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/gemini/.agents/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/gemini/.agents/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/gemini/.agents/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/gemini/.agents/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/gemini/.agents/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/gemini/.agents/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/gemini/.agents/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/gemini/.agents/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/gemini/.agents/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/gemini/.agents/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/gemini/.agents/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/opencode/.agents/skills/jahia/SKILL.md +0 -144
- package/dist/opencode/.agents/skills/jahia-content/SKILL.md +0 -157
- package/dist/opencode/.agents/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/opencode/.agents/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/opencode/.agents/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/opencode/.agents/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/opencode/.agents/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/opencode/.agents/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/opencode/.agents/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/opencode/.agents/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/opencode/.agents/skills/jahia-dev/SKILL.md +0 -124
- package/dist/opencode/.agents/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/opencode/.agents/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/opencode/.agents/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/opencode/.agents/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/opencode/.agents/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/opencode/.agents/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/opencode/.agents/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/opencode/.agents/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/opencode/.agents/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/opencode/.agents/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/opencode/.agents/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/opencode/.agents/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/opencode/.agents/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/opencode/.agents/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/opencode/.agents/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/opencode/.agents/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/opencode/.agents/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/opencode/.agents/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/opencode/.agents/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/opencode/.agents/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/opencode/.agents/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/opencode/.agents/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/opencode/.agents/skills/jahia-review-java/references/code-review-output.md +0 -121
- package/dist/windsurf/.windsurf/skills/jahia/SKILL.md +0 -144
- package/dist/windsurf/.windsurf/skills/jahia-content/SKILL.md +0 -157
- package/dist/windsurf/.windsurf/skills/jahia-content-create-content/SKILL.md +0 -359
- package/dist/windsurf/.windsurf/skills/jahia-content-explore-structure/SKILL.md +0 -255
- package/dist/windsurf/.windsurf/skills/jahia-content-media-upload/SKILL.md +0 -197
- package/dist/windsurf/.windsurf/skills/jahia-content-move-content/SKILL.md +0 -231
- package/dist/windsurf/.windsurf/skills/jahia-content-organize/SKILL.md +0 -209
- package/dist/windsurf/.windsurf/skills/jahia-content-publish/SKILL.md +0 -181
- package/dist/windsurf/.windsurf/skills/jahia-content-query-content/SKILL.md +0 -174
- package/dist/windsurf/.windsurf/skills/jahia-content-translate-content/SKILL.md +0 -226
- package/dist/windsurf/.windsurf/skills/jahia-dev/SKILL.md +0 -124
- package/dist/windsurf/.windsurf/skills/jahia-dev-apis/SKILL.md +0 -52
- package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/authentication.md +0 -484
- package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/graphql.md +0 -657
- package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/jcr-api.md +0 -465
- package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/security.md +0 -541
- package/dist/windsurf/.windsurf/skills/jahia-dev-cypress/SKILL.md +0 -265
- package/dist/windsurf/.windsurf/skills/jahia-dev-define-content-type/SKILL.md +0 -536
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/SKILL.md +0 -110
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/backend.md +0 -331
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/content-types.md +0 -273
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/modules.md +0 -218
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/osgi.md +0 -208
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/rendering.md +0 -191
- package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/ui-extensions.md +0 -344
- package/dist/windsurf/.windsurf/skills/jahia-dev-osgi-module/SKILL.md +0 -297
- package/dist/windsurf/.windsurf/skills/jahia-dev-ui-extension/SKILL.md +0 -559
- package/dist/windsurf/.windsurf/skills/jahia-java-concurrency/SKILL.md +0 -308
- package/dist/windsurf/.windsurf/skills/jahia-java-jcr/SKILL.md +0 -153
- package/dist/windsurf/.windsurf/skills/jahia-java-osgi/SKILL.md +0 -134
- package/dist/windsurf/.windsurf/skills/jahia-java-persistence/SKILL.md +0 -177
- package/dist/windsurf/.windsurf/skills/jahia-java-security/SKILL.md +0 -84
- package/dist/windsurf/.windsurf/skills/jahia-review-java/SKILL.md +0 -131
- package/dist/windsurf/.windsurf/skills/jahia-review-java/references/code-review-output.md +0 -121
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-media-upload
|
|
3
|
-
description: Uploads images, documents, and other files to Jahia via MCP tools. Use when asked to ingest media, organize uploads in site folders, or reference files from content.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-media-upload
|
|
7
|
-
|
|
8
|
-
Uploads media into Jahia using MCP tools via the `jahia` MCP server.
|
|
9
|
-
Uploaded files land under `/sites/<siteKey>/files/` and can then be referenced from content.
|
|
10
|
-
|
|
11
|
-
> **Never call Jahia's GraphQL API directly.** Use only MCP tools. If a capability is missing, report it — do not work around with curl/GraphQL.
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## Upload methods
|
|
16
|
-
|
|
17
|
-
### Method 1 — URL ingestion
|
|
18
|
-
|
|
19
|
-
If the file already exists at an HTTP or HTTPS URL:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
tool: media.upload.url
|
|
23
|
-
args: {
|
|
24
|
-
"siteKey": "SITE_KEY",
|
|
25
|
-
"sourceUrl": "https://example.com/images/hero.jpg",
|
|
26
|
-
"fileName": "hero.jpg"
|
|
27
|
-
}
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
Optional parameters:
|
|
31
|
-
- `folder`
|
|
32
|
-
- `mimeType`
|
|
33
|
-
|
|
34
|
-
Returns the file path, UUID, mime type, and size in bytes.
|
|
35
|
-
|
|
36
|
-
### Method 2 — Two-phase binary upload
|
|
37
|
-
|
|
38
|
-
Use this when the file is local or not publicly reachable.
|
|
39
|
-
|
|
40
|
-
Create the upload ticket:
|
|
41
|
-
|
|
42
|
-
```
|
|
43
|
-
tool: media.upload.create
|
|
44
|
-
args: {
|
|
45
|
-
"siteKey": "SITE_KEY",
|
|
46
|
-
"fileName": "report.pdf",
|
|
47
|
-
"sizeBytes": 2048576,
|
|
48
|
-
"folder": "documents"
|
|
49
|
-
}
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
This returns a `token` and `uploadUrl`.
|
|
53
|
-
|
|
54
|
-
Upload the raw bytes to `uploadUrl`, then finalize:
|
|
55
|
-
|
|
56
|
-
```
|
|
57
|
-
tool: media.upload.finalize
|
|
58
|
-
args: { "token": "UPLOAD_TOKEN" }
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
## Organize uploads in folders
|
|
64
|
-
|
|
65
|
-
```
|
|
66
|
-
tool: media.upload.url
|
|
67
|
-
args: {
|
|
68
|
-
"siteKey": "SITE_KEY",
|
|
69
|
-
"sourceUrl": "https://example.com/team-photo.jpg",
|
|
70
|
-
"fileName": "team-photo.jpg",
|
|
71
|
-
"folder": "images/team"
|
|
72
|
-
}
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
Folders are created automatically under `/sites/<siteKey>/files`.
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## Reference uploaded media from content
|
|
80
|
-
|
|
81
|
-
After upload, use the returned UUID or path in the content type's reference property:
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
tool: content.create
|
|
85
|
-
args: {
|
|
86
|
-
"parentPath": "/sites/SITE_KEY/home/about/main",
|
|
87
|
-
"nodeType": "jdnt:imageBlock",
|
|
88
|
-
"locale": "en",
|
|
89
|
-
"properties": {
|
|
90
|
-
"j:node": "UPLOADED_FILE_UUID",
|
|
91
|
-
"jcr:title": "Team Photo"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
Common reference property names:
|
|
97
|
-
- `j:node`
|
|
98
|
-
- `image`
|
|
99
|
-
|
|
100
|
-
Use `content.list_definitions` or `content.type` to confirm the correct property name for the target type.
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
## Browse existing media
|
|
105
|
-
|
|
106
|
-
Media files are standard JCR nodes:
|
|
107
|
-
|
|
108
|
-
```
|
|
109
|
-
tool: content.list
|
|
110
|
-
args: {
|
|
111
|
-
"parentPath": "/sites/SITE_KEY/files",
|
|
112
|
-
"childNodeType": "jnt:file"
|
|
113
|
-
}
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
Or search for them:
|
|
117
|
-
|
|
118
|
-
```
|
|
119
|
-
tool: content.search
|
|
120
|
-
args: {
|
|
121
|
-
"siteKey": "SITE_KEY",
|
|
122
|
-
"nodeType": "jnt:file",
|
|
123
|
-
"fullText": "hero"
|
|
124
|
-
}
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
---
|
|
128
|
-
|
|
129
|
-
## Common pattern — upload and publish an image for a page
|
|
130
|
-
|
|
131
|
-
```
|
|
132
|
-
# 1. Upload
|
|
133
|
-
tool: media.upload.url
|
|
134
|
-
args: {
|
|
135
|
-
"siteKey": "SITE_KEY",
|
|
136
|
-
"sourceUrl": "https://cdn.example.com/banner.jpg",
|
|
137
|
-
"fileName": "banner.jpg",
|
|
138
|
-
"folder": "images/banners"
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
# 2. Reference it from content
|
|
142
|
-
tool: content.create
|
|
143
|
-
args: {
|
|
144
|
-
"parentPath": "/sites/SITE_KEY/home/landing/main",
|
|
145
|
-
"nodeType": "jdnt:imageBlock",
|
|
146
|
-
"locale": "en",
|
|
147
|
-
"properties": {
|
|
148
|
-
"j:node": "UPLOADED_FILE_UUID",
|
|
149
|
-
"jcr:title": "Hero Banner"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
# 3. Publish both the media file and the page
|
|
154
|
-
tool: publication.publish
|
|
155
|
-
args: {
|
|
156
|
-
"path": "/sites/SITE_KEY/files/images/banners/banner.jpg",
|
|
157
|
-
"languages": ["en"]
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
tool: publication.publish
|
|
161
|
-
args: {
|
|
162
|
-
"path": "/sites/SITE_KEY/home/landing",
|
|
163
|
-
"languages": ["en"]
|
|
164
|
-
}
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
---
|
|
168
|
-
|
|
169
|
-
## Key rules
|
|
170
|
-
|
|
171
|
-
| Rule | Detail |
|
|
172
|
-
|------|--------|
|
|
173
|
-
| Files land in EDIT first | Uploads are not automatically live |
|
|
174
|
-
| Publish uploaded files when needed | Use `publication.publish` if public rendering depends on them |
|
|
175
|
-
| Max size depends on the upload method | Respect tool limits and server configuration |
|
|
176
|
-
| Folder paths are relative | Do not start `folder` with a leading slash |
|
|
177
|
-
| File names are plain file names | No path separators in `fileName` |
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## Common errors
|
|
182
|
-
|
|
183
|
-
| Error | Cause | Fix |
|
|
184
|
-
|-------|-------|-----|
|
|
185
|
-
| `TICKET_NOT_FOUND` | Invalid or expired upload token | Create a new ticket with `media.upload.create` |
|
|
186
|
-
| `FILE_TOO_LARGE` | Payload exceeds the allowed size | Reduce file size or use the correct upload flow |
|
|
187
|
-
| `SOURCE_UNREACHABLE` | Jahia cannot fetch the source URL | Verify the remote URL from the Jahia server |
|
|
188
|
-
| `NODE_EXISTS` | A file with the same name already exists | Use a different `fileName` |
|
|
189
|
-
|
|
190
|
-
---
|
|
191
|
-
|
|
192
|
-
## Related skills
|
|
193
|
-
|
|
194
|
-
- `/jahia-content-create-content` — reference uploaded media from newly created content
|
|
195
|
-
- `/jahia-content-publish` — publish uploaded files and the pages that use them
|
|
196
|
-
- `/jahia-content-organize` — reorganize content after media-backed pages are created
|
|
197
|
-
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-move-content
|
|
3
|
-
description: Focused workflow for moving, copying, renaming, reordering, and deleting Jahia content via MCP tools. Use when asked to restructure an existing content tree safely.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-move-content
|
|
7
|
-
|
|
8
|
-
Reorganizes an existing content tree using MCP tools via the `jahia` MCP server.
|
|
9
|
-
|
|
10
|
-
> **Never call Jahia's GraphQL API directly.** Use only MCP tools. If a capability is missing, report it — do not work around with curl/GraphQL.
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## Prerequisites
|
|
15
|
-
|
|
16
|
-
- MCP server `jahia` connected with a valid API token
|
|
17
|
-
- Know the target `siteKey` (call `site.list` if unsure)
|
|
18
|
-
- Prefer `/jahia-content-explore-structure` first if the tree is unfamiliar
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## Step 1 — Audit the current tree
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
tool: content.list
|
|
26
|
-
args: {
|
|
27
|
-
"parentPath": "/sites/SITE_KEY/home/about/main",
|
|
28
|
-
"limit": 50
|
|
29
|
-
}
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
For a broader view:
|
|
33
|
-
|
|
34
|
-
```
|
|
35
|
-
tool: content.search
|
|
36
|
-
args: {
|
|
37
|
-
"siteKey": "SITE_KEY",
|
|
38
|
-
"nodeType": "jmix:droppableContent",
|
|
39
|
-
"locale": "en",
|
|
40
|
-
"sortBy": "jcr:created",
|
|
41
|
-
"order": "asc",
|
|
42
|
-
"limit": 50
|
|
43
|
-
}
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## Step 2 — Move, copy, rename, or reorder
|
|
49
|
-
|
|
50
|
-
### Move a node
|
|
51
|
-
|
|
52
|
-
```
|
|
53
|
-
tool: content.move
|
|
54
|
-
args: {
|
|
55
|
-
"path": "/sites/SITE_KEY/home/blog/main/old-article",
|
|
56
|
-
"destParentPath": "/sites/SITE_KEY/home/archive/main",
|
|
57
|
-
"newName": "archived-article"
|
|
58
|
-
}
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
### Copy a node
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
tool: content.copy
|
|
65
|
-
args: {
|
|
66
|
-
"path": "/sites/SITE_KEY/home/templates/main/hero-banner",
|
|
67
|
-
"destParentPath": "/sites/SITE_KEY/home/landing/main"
|
|
68
|
-
}
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
### Rename a node
|
|
72
|
-
|
|
73
|
-
```
|
|
74
|
-
tool: content.rename
|
|
75
|
-
args: {
|
|
76
|
-
"path": "/sites/SITE_KEY/home/about/main/old-name",
|
|
77
|
-
"newName": "new-name"
|
|
78
|
-
}
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
### Reorder siblings
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
tool: content.reorder
|
|
85
|
-
args: {
|
|
86
|
-
"parentPath": "/sites/SITE_KEY/home/blog/main",
|
|
87
|
-
"nodeName": "featured-post",
|
|
88
|
-
"position": "FIRST"
|
|
89
|
-
}
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
Or place one node before another:
|
|
93
|
-
|
|
94
|
-
```
|
|
95
|
-
tool: content.reorder
|
|
96
|
-
args: {
|
|
97
|
-
"parentPath": "/sites/SITE_KEY/home/blog/main",
|
|
98
|
-
"nodeName": "featured-post",
|
|
99
|
-
"position": "INPLACE",
|
|
100
|
-
"beforeNodeName": "second-post"
|
|
101
|
-
}
|
|
102
|
-
```
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## Step 3 — Update content properties if needed
|
|
107
|
-
|
|
108
|
-
```
|
|
109
|
-
tool: content.update
|
|
110
|
-
args: {
|
|
111
|
-
"path": "/sites/SITE_KEY/home/about/main/intro-text",
|
|
112
|
-
"locale": "en",
|
|
113
|
-
"properties": {
|
|
114
|
-
"jcr:title": "Updated Title",
|
|
115
|
-
"text": "<p>New content here.</p>"
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
## Step 4 — Delete correctly
|
|
123
|
-
|
|
124
|
-
### Draft-only content: hard delete
|
|
125
|
-
|
|
126
|
-
```
|
|
127
|
-
tool: content.delete
|
|
128
|
-
args: { "path": "/sites/SITE_KEY/home/draft-page/main/temp-node" }
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### Published content: mark for deletion, then publish the deletion
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
tool: content.markForDeletion
|
|
135
|
-
args: { "path": "/sites/SITE_KEY/home/old-page" }
|
|
136
|
-
```
|
|
137
|
-
|
|
138
|
-
Publish the deletion to remove it from LIVE:
|
|
139
|
-
|
|
140
|
-
```
|
|
141
|
-
tool: publication.publish
|
|
142
|
-
args: {
|
|
143
|
-
"path": "/sites/SITE_KEY/home/old-page",
|
|
144
|
-
"languages": ["en"]
|
|
145
|
-
}
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-
Undo the mark if needed:
|
|
149
|
-
|
|
150
|
-
```
|
|
151
|
-
tool: content.unmarkForDeletion
|
|
152
|
-
args: { "path": "/sites/SITE_KEY/home/old-page" }
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
---
|
|
156
|
-
|
|
157
|
-
## Step 5 — Check and publish after changes
|
|
158
|
-
|
|
159
|
-
Inspect publication status:
|
|
160
|
-
|
|
161
|
-
```
|
|
162
|
-
tool: publication.status
|
|
163
|
-
args: {
|
|
164
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
165
|
-
"language": "en",
|
|
166
|
-
"subNodes": true,
|
|
167
|
-
"references": true
|
|
168
|
-
}
|
|
169
|
-
```
|
|
170
|
-
|
|
171
|
-
Publish the affected branch:
|
|
172
|
-
|
|
173
|
-
```
|
|
174
|
-
tool: publication.publish
|
|
175
|
-
args: {
|
|
176
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
177
|
-
"languages": ["en"]
|
|
178
|
-
}
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
Unpublish if the goal is to remove content from LIVE while keeping EDIT:
|
|
182
|
-
|
|
183
|
-
```
|
|
184
|
-
tool: publication.unpublish
|
|
185
|
-
args: {
|
|
186
|
-
"path": "/sites/SITE_KEY/home/about/main/outdated-section",
|
|
187
|
-
"languages": ["en"]
|
|
188
|
-
}
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
---
|
|
192
|
-
|
|
193
|
-
## Step 6 — Verify the result
|
|
194
|
-
|
|
195
|
-
```
|
|
196
|
-
tool: content.list
|
|
197
|
-
args: {
|
|
198
|
-
"parentPath": "/sites/SITE_KEY/home/about/main",
|
|
199
|
-
"limit": 50
|
|
200
|
-
}
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
Or preview the page:
|
|
204
|
-
|
|
205
|
-
```
|
|
206
|
-
tool: page.preview
|
|
207
|
-
args: { "path": "/sites/SITE_KEY/home/about" }
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
---
|
|
211
|
-
|
|
212
|
-
## Workflow summary
|
|
213
|
-
|
|
214
|
-
```
|
|
215
|
-
1. Audit → content.list / content.search
|
|
216
|
-
2. Move/copy → content.move / content.copy
|
|
217
|
-
3. Rename → content.rename
|
|
218
|
-
4. Reorder → content.reorder
|
|
219
|
-
5. Delete → content.delete or content.markForDeletion + publication.publish
|
|
220
|
-
6. Publish → publication.status + publication.publish / publication.unpublish
|
|
221
|
-
7. Verify → content.list / page.preview
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
---
|
|
225
|
-
|
|
226
|
-
## Related skills
|
|
227
|
-
|
|
228
|
-
- `/jahia-content-organize` — fuller reorganization lifecycle and patterns
|
|
229
|
-
- `/jahia-content-explore-structure` — understand the tree before changing it
|
|
230
|
-
- `/jahia-content-publish` — publication readiness, publish, and unpublish flows
|
|
231
|
-
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-organize
|
|
3
|
-
description: Moves, copies, renames, reorders, and deletes Jahia content via MCP tools. Use when asked to reorganize a site structure, duplicate content, or manage the deletion lifecycle.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-organize
|
|
7
|
-
|
|
8
|
-
Covers structural content-tree operations using MCP tools via the `jahia` MCP server.
|
|
9
|
-
|
|
10
|
-
> **Never call Jahia's GraphQL API directly.** Use only MCP tools. If a capability is missing, report it — do not work around with curl/GraphQL.
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## Move content
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
tool: content.move
|
|
18
|
-
args: {
|
|
19
|
-
"path": "/sites/SITE_KEY/home/blog/main/old-article",
|
|
20
|
-
"destParentPath": "/sites/SITE_KEY/home/archive/main",
|
|
21
|
-
"newName": "archived-article"
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
- `newName` is optional
|
|
26
|
-
- the entire subtree moves with the node
|
|
27
|
-
- the move happens in EDIT; publish afterward
|
|
28
|
-
|
|
29
|
-
## Copy content
|
|
30
|
-
|
|
31
|
-
```
|
|
32
|
-
tool: content.copy
|
|
33
|
-
args: {
|
|
34
|
-
"path": "/sites/SITE_KEY/home/templates/main/hero-banner",
|
|
35
|
-
"destParentPath": "/sites/SITE_KEY/home/landing/main"
|
|
36
|
-
}
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
- deep copy, including children and properties
|
|
40
|
-
- the copy gets a new UUID
|
|
41
|
-
- use `excludeChildTypes` when you need to skip specific child node types
|
|
42
|
-
|
|
43
|
-
## Rename content
|
|
44
|
-
|
|
45
|
-
```
|
|
46
|
-
tool: content.rename
|
|
47
|
-
args: {
|
|
48
|
-
"path": "/sites/SITE_KEY/home/about/main/old-name",
|
|
49
|
-
"newName": "new-name"
|
|
50
|
-
}
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
Use `content.update` on `jcr:title` when you need to change the display title rather than the node name.
|
|
54
|
-
|
|
55
|
-
## Reorder siblings
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
tool: content.reorder
|
|
59
|
-
args: {
|
|
60
|
-
"parentPath": "/sites/SITE_KEY/home/blog/main",
|
|
61
|
-
"nodeName": "featured-post",
|
|
62
|
-
"position": "FIRST"
|
|
63
|
-
}
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Place a node before a specific sibling:
|
|
67
|
-
|
|
68
|
-
```
|
|
69
|
-
tool: content.reorder
|
|
70
|
-
args: {
|
|
71
|
-
"parentPath": "/sites/SITE_KEY/home/blog/main",
|
|
72
|
-
"nodeName": "featured-post",
|
|
73
|
-
"position": "INPLACE",
|
|
74
|
-
"beforeNodeName": "second-post"
|
|
75
|
-
}
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
---
|
|
79
|
-
|
|
80
|
-
## Delete content
|
|
81
|
-
|
|
82
|
-
### Draft-only content
|
|
83
|
-
|
|
84
|
-
Hard delete immediately:
|
|
85
|
-
|
|
86
|
-
```
|
|
87
|
-
tool: content.delete
|
|
88
|
-
args: { "path": "/sites/SITE_KEY/home/draft-page/main/temp-node" }
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
### Published content
|
|
92
|
-
|
|
93
|
-
Mark the node for deletion first:
|
|
94
|
-
|
|
95
|
-
```
|
|
96
|
-
tool: content.markForDeletion
|
|
97
|
-
args: { "path": "/sites/SITE_KEY/home/blog/main/old-post" }
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
Publish the deletion to propagate it to LIVE:
|
|
101
|
-
|
|
102
|
-
```
|
|
103
|
-
tool: publication.publish
|
|
104
|
-
args: {
|
|
105
|
-
"path": "/sites/SITE_KEY/home/blog/main/old-post",
|
|
106
|
-
"languages": ["en"]
|
|
107
|
-
}
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
Undo the mark if needed:
|
|
111
|
-
|
|
112
|
-
```
|
|
113
|
-
tool: content.unmarkForDeletion
|
|
114
|
-
args: { "path": "/sites/SITE_KEY/home/blog/main/old-post" }
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
You cannot hard-delete already published content without first going through the deletion lifecycle.
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## Reorganization patterns
|
|
122
|
-
|
|
123
|
-
### Move several items into a new section
|
|
124
|
-
|
|
125
|
-
```
|
|
126
|
-
# 1. Audit the current branch
|
|
127
|
-
tool: content.list
|
|
128
|
-
args: { "parentPath": "/sites/SITE_KEY/home/news/main" }
|
|
129
|
-
|
|
130
|
-
# 2. Move items
|
|
131
|
-
tool: content.move
|
|
132
|
-
args: {
|
|
133
|
-
"path": "/sites/SITE_KEY/home/news/main/item-1",
|
|
134
|
-
"destParentPath": "/sites/SITE_KEY/home/archive/main"
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
tool: content.move
|
|
138
|
-
args: {
|
|
139
|
-
"path": "/sites/SITE_KEY/home/news/main/item-2",
|
|
140
|
-
"destParentPath": "/sites/SITE_KEY/home/archive/main"
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
# 3. Publish the affected branch
|
|
144
|
-
tool: publication.publish
|
|
145
|
-
args: {
|
|
146
|
-
"path": "/sites/SITE_KEY/home/archive",
|
|
147
|
-
"languages": ["en"]
|
|
148
|
-
}
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
### Duplicate a page structure
|
|
152
|
-
|
|
153
|
-
```
|
|
154
|
-
# 1. Copy the page
|
|
155
|
-
tool: content.copy
|
|
156
|
-
args: {
|
|
157
|
-
"path": "/sites/SITE_KEY/home/template-page",
|
|
158
|
-
"destParentPath": "/sites/SITE_KEY/home"
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
# 2. Rename the copy
|
|
162
|
-
tool: content.rename
|
|
163
|
-
args: {
|
|
164
|
-
"path": "/sites/SITE_KEY/home/template-page1",
|
|
165
|
-
"newName": "new-section"
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
# 3. Update the page title
|
|
169
|
-
tool: content.update
|
|
170
|
-
args: {
|
|
171
|
-
"path": "/sites/SITE_KEY/home/new-section",
|
|
172
|
-
"locale": "en",
|
|
173
|
-
"properties": {
|
|
174
|
-
"jcr:title": "New Section"
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## Key rules
|
|
182
|
-
|
|
183
|
-
| Rule | Detail |
|
|
184
|
-
|------|--------|
|
|
185
|
-
| Publish after reorganization | Moves, copies, renames, and reorders affect EDIT first |
|
|
186
|
-
| No hard-delete of published nodes | Use `content.markForDeletion` plus `publication.publish` |
|
|
187
|
-
| Move includes the subtree | Children move with the selected node |
|
|
188
|
-
| Name conflicts fail | Moves and renames validate uniqueness |
|
|
189
|
-
| Reorder stays within one parent | Use `content.move` to change parents, `content.reorder` to change sibling order |
|
|
190
|
-
|
|
191
|
-
---
|
|
192
|
-
|
|
193
|
-
## Common errors
|
|
194
|
-
|
|
195
|
-
| Error | Cause | Fix |
|
|
196
|
-
|-------|-------|-----|
|
|
197
|
-
| `NODE_NOT_FOUND` | Source path does not exist | Verify with `content.get` or `content.list` |
|
|
198
|
-
| `NODE_EXISTS` | Target name already exists | Choose a different `newName` |
|
|
199
|
-
| `CANNOT_DELETE_PUBLISHED` | Attempted hard delete on published content | Use `content.markForDeletion` |
|
|
200
|
-
| `DEST_NOT_FOUND` | Destination parent does not exist | Verify with `content.get` |
|
|
201
|
-
|
|
202
|
-
---
|
|
203
|
-
|
|
204
|
-
## Related skills
|
|
205
|
-
|
|
206
|
-
- `/jahia-content-explore-structure` — inspect the tree before reorganizing it
|
|
207
|
-
- `/jahia-content-publish` — publish after moves, copies, reorders, or deletions
|
|
208
|
-
- `/jahia-content-move-content` — focused move and deletion workflow for an existing branch
|
|
209
|
-
|