@jahia/agentic 0.4.0 → 0.5.0
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 +10 -0
- package/dist/antigravity/.agents/rules/jahia.md +51 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/{opencode/.opencode/agents → antigravity/.agents/skills/jahia-cnd-author/references}/cnd-numbers-dates.md +32 -1
- package/dist/{opencode/.opencode/agents → antigravity/.agents/skills/jahia-cnd-author/references}/cnd-string-selectors.md +49 -10
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/antigravity/.agents/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/antigravity/.agents/skills/jahia-dev-accessibility/SKILL.md +11 -0
- package/dist/antigravity/.agents/skills/jahia-dev-build-component/SKILL.md +133 -0
- package/dist/antigravity/.agents/skills/jahia-dev-create-page-template/SKILL.md +341 -0
- package/dist/antigravity/.agents/skills/jahia-dev-create-template-set/SKILL.md +205 -0
- package/dist/antigravity/.agents/skills/jahia-dev-create-view/SKILL.md +896 -0
- package/dist/antigravity/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
- package/dist/antigravity/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
- package/dist/antigravity/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
- package/dist/antigravity/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
- package/dist/antigravity/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
- package/dist/antigravity/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
- package/dist/antigravity/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
- package/dist/antigravity/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
- package/dist/antigravity/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
- package/dist/antigravity/.agents/skills/jahia-dev-query-content/SKILL.md +204 -0
- package/dist/antigravity/.agents/skills/jahia-dev-review/SKILL.md +228 -0
- package/dist/antigravity/.agents/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/antigravity/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/antigravity/.agents/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/antigravity/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
- package/dist/antigravity/.agents/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/antigravity/.agents/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/antigravity/.agents/skills/jahia-dev-start-local/SKILL.md +121 -0
- package/dist/antigravity/.agents/skills/jahia-jcr-sql2/SKILL.md +258 -0
- package/dist/antigravity/AGENTS.md +62 -0
- package/dist/claude/.claude/rules/jahia.md +1 -37
- 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-jahia-mixins.md +510 -0
- package/dist/claude/.claude/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/claude/.claude/{agents → skills/jahia-cnd-author/references}/cnd-numbers-dates.md +32 -1
- package/dist/{cursor/.cursor/agents → claude/.claude/skills/jahia-cnd-author/references}/cnd-string-selectors.md +49 -10
- 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 +13 -8
- package/dist/claude/.mcp.json +11 -0
- package/dist/claude/CLAUDE.md +2 -38
- 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-jahia-mixins.md +510 -0
- package/dist/codex/.agents/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/{cursor/.cursor/agents → codex/.agents/skills/jahia-cnd-author/references}/cnd-numbers-dates.md +32 -1
- package/dist/{claude/.claude/agents → codex/.agents/skills/jahia-cnd-author/references}/cnd-string-selectors.md +49 -10
- 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 +13 -8
- package/dist/codex/AGENTS.md +2 -38
- 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 +13 -8
- package/dist/copilot/AGENTS.md +2 -38
- 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 +13 -8
- package/dist/cursor/.cursor/mcp.json +11 -0
- package/dist/cursor/.cursor/rules/jahia.mdc +1 -37
- 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 +13 -8
- package/dist/gemini/.gemini/settings.json +10 -0
- package/dist/gemini/AGENTS.md +2 -38
- package/dist/index.js +12 -0
- package/dist/kiro/.kiro/settings/mcp.json +10 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/SKILL.md +94 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-area-types.md +55 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-authoring-experience.md +92 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-child-nodes.md +74 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-jahia-mixins.md +510 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-modeling-decisions.md +87 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-numbers-dates.md +92 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-string-selectors.md +133 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/cnd-syntax.md +119 -0
- package/dist/kiro/.kiro/skills/jahia-cnd-author/references/types-ts-mapping.md +73 -0
- package/dist/kiro/.kiro/skills/jahia-dev-accessibility/SKILL.md +11 -0
- package/dist/kiro/.kiro/skills/jahia-dev-build-component/SKILL.md +133 -0
- package/dist/kiro/.kiro/skills/jahia-dev-create-page-template/SKILL.md +341 -0
- package/dist/kiro/.kiro/skills/jahia-dev-create-template-set/SKILL.md +205 -0
- package/dist/kiro/.kiro/skills/jahia-dev-create-view/SKILL.md +896 -0
- package/dist/kiro/.kiro/skills/jahia-dev-debug/SKILL.md +176 -0
- package/dist/kiro/.kiro/skills/jahia-dev-import-from/SKILL.md +244 -0
- package/dist/kiro/.kiro/skills/jahia-dev-jexperience/SKILL.md +269 -0
- package/dist/kiro/.kiro/skills/jahia-dev-ops/SKILL.md +50 -0
- package/dist/kiro/.kiro/skills/jahia-dev-ops/references/docker.md +151 -0
- package/dist/kiro/.kiro/skills/jahia-dev-ops/references/monitoring.md +195 -0
- package/dist/kiro/.kiro/skills/jahia-dev-ops/references/provisioning.md +269 -0
- package/dist/kiro/.kiro/skills/jahia-dev-properties/SKILL.md +147 -0
- package/dist/kiro/.kiro/skills/jahia-dev-properties/references/all-properties.md +231 -0
- package/dist/kiro/.kiro/skills/jahia-dev-query-content/SKILL.md +204 -0
- package/dist/kiro/.kiro/skills/jahia-dev-review/SKILL.md +228 -0
- package/dist/kiro/.kiro/skills/jahia-dev-review-cnd/SKILL.md +79 -0
- package/dist/kiro/.kiro/skills/jahia-dev-review-cnd/scripts/check-cnd.d.mts +13 -0
- package/dist/kiro/.kiro/skills/jahia-dev-review-cnd/scripts/check-cnd.mjs +198 -0
- package/dist/kiro/.kiro/skills/jahia-dev-screenshot/SKILL.md +177 -0
- package/dist/kiro/.kiro/skills/jahia-dev-site-review/SKILL.md +70 -0
- package/dist/kiro/.kiro/skills/jahia-dev-site-review/scripts/review-pages.mjs +85 -0
- package/dist/kiro/.kiro/skills/jahia-dev-start-local/SKILL.md +121 -0
- package/dist/kiro/.kiro/skills/jahia-jcr-sql2/SKILL.md +258 -0
- package/dist/kiro/.kiro/steering/jahia.md +55 -0
- package/dist/kiro/AGENTS.md +62 -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 +13 -8
- package/dist/opencode/AGENTS.md +2 -38
- package/dist/opencode/opencode.json +12 -0
- package/dist/windsurf/.windsurf/rules/jahia.md +1 -37
- 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 +13 -8
- package/dist/windsurf/AGENTS.md +2 -38
- package/package.json +1 -1
- package/dist/claude/.claude/agents/cnd-jahia-mixins.md +0 -113
- package/dist/claude/.claude/agents/jahia-cnd-author.md +0 -130
- package/dist/claude/.claude/agents/jahia-dev-worker.md +0 -264
- package/dist/claude/.claude/agents/jahia-reviewer.md +0 -105
- package/dist/claude/.claude/skills/jahia/SKILL.md +0 -148
- 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 -93
- package/dist/claude/.claude/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/claude/.claude/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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 -148
- 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 -93
- package/dist/codex/.agents/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/codex/.agents/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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/codex/.codex/agents/cnd-child-nodes.toml +0 -3
- package/dist/codex/.codex/agents/cnd-jahia-mixins.toml +0 -3
- package/dist/codex/.codex/agents/cnd-numbers-dates.toml +0 -3
- package/dist/codex/.codex/agents/cnd-string-selectors.toml +0 -3
- package/dist/codex/.codex/agents/jahia-cnd-author.toml +0 -3
- package/dist/codex/.codex/agents/jahia-dev-worker.toml +0 -3
- package/dist/codex/.codex/agents/jahia-reviewer.toml +0 -3
- package/dist/copilot/.agents/skills/jahia/SKILL.md +0 -148
- 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 -93
- package/dist/copilot/.agents/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/copilot/.agents/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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 -148
- 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 -93
- package/dist/cursor/.agents/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/cursor/.agents/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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/cursor/.cursor/agents/cnd-jahia-mixins.md +0 -113
- package/dist/cursor/.cursor/agents/jahia-cnd-author.md +0 -130
- package/dist/cursor/.cursor/agents/jahia-dev-worker.md +0 -264
- package/dist/cursor/.cursor/agents/jahia-reviewer.md +0 -105
- package/dist/gemini/.agents/skills/jahia/SKILL.md +0 -148
- 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 -93
- package/dist/gemini/.agents/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/gemini/.agents/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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 -148
- 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 -93
- package/dist/opencode/.agents/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/opencode/.agents/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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/opencode/.opencode/agents/cnd-jahia-mixins.md +0 -113
- package/dist/opencode/.opencode/agents/jahia-cnd-author.md +0 -130
- package/dist/opencode/.opencode/agents/jahia-dev-worker.md +0 -264
- package/dist/opencode/.opencode/agents/jahia-reviewer.md +0 -105
- package/dist/windsurf/.windsurf/skills/jahia/SKILL.md +0 -148
- 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 -93
- package/dist/windsurf/.windsurf/skills/jahia-dev-define-content-type/references/modeling-decisions.md +0 -52
- 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-orchestrate/SKILL.md +0 -148
- package/dist/windsurf/.windsurf/skills/jahia-orchestrate/scripts/verify-pages.mjs +0 -59
- 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
- /package/dist/{claude/.claude/agents → antigravity/.agents/skills/jahia-cnd-author/references}/cnd-child-nodes.md +0 -0
- /package/dist/{cursor/.cursor/agents → claude/.claude/skills/jahia-cnd-author/references}/cnd-child-nodes.md +0 -0
- /package/dist/{opencode/.opencode/agents → codex/.agents/skills/jahia-cnd-author/references}/cnd-child-nodes.md +0 -0
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-publish
|
|
3
|
-
description: Publishes and unpublishes Jahia content via MCP tools. Use when asked to make edits live, remove content from live, or check whether a page or subtree is ready for publication.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-publish
|
|
7
|
-
|
|
8
|
-
Handles publication workflows 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
|
-
## Core concepts
|
|
15
|
-
|
|
16
|
-
- **EDIT workspace** — where authors create and modify draft content
|
|
17
|
-
- **LIVE workspace** — what public visitors see
|
|
18
|
-
- **Publication is language-scoped** — you publish specific language versions
|
|
19
|
-
- **Publishing a parent can include its subtree**
|
|
20
|
-
- **Workflow may apply** — `publication.publish` may start approval instead of publishing directly
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## Step 1 — Check publication status
|
|
25
|
-
|
|
26
|
-
```
|
|
27
|
-
tool: publication.status
|
|
28
|
-
args: {
|
|
29
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
30
|
-
"language": "en",
|
|
31
|
-
"subNodes": true,
|
|
32
|
-
"references": true
|
|
33
|
-
}
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
This tells you:
|
|
37
|
-
- whether the node or subtree is already published
|
|
38
|
-
- whether descendants are modified or unpublished
|
|
39
|
-
- whether references may block publication
|
|
40
|
-
- whether the current user can publish
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## Step 2 — Publish
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
tool: publication.publish
|
|
48
|
-
args: {
|
|
49
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
50
|
-
"languages": ["en", "fr"]
|
|
51
|
-
}
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
Possible outcomes:
|
|
55
|
-
- direct publish to LIVE
|
|
56
|
-
- workflow started for approval
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## Step 3 — If approval workflow starts, complete it
|
|
61
|
-
|
|
62
|
-
List pending tasks:
|
|
63
|
-
|
|
64
|
-
```
|
|
65
|
-
tool: workflow.tasks
|
|
66
|
-
args: {}
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Approve:
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
tool: workflow.complete
|
|
73
|
-
args: {
|
|
74
|
-
"taskId": "TASK_ID",
|
|
75
|
-
"outcome": "accept",
|
|
76
|
-
"comment": "Approved — reviewed and ready"
|
|
77
|
-
}
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
Reject:
|
|
81
|
-
|
|
82
|
-
```
|
|
83
|
-
tool: workflow.complete
|
|
84
|
-
args: {
|
|
85
|
-
"taskId": "TASK_ID",
|
|
86
|
-
"outcome": "reject",
|
|
87
|
-
"comment": "Needs revision"
|
|
88
|
-
}
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
## Step 4 — Unpublish
|
|
94
|
-
|
|
95
|
-
Remove content from LIVE while keeping EDIT:
|
|
96
|
-
|
|
97
|
-
```
|
|
98
|
-
tool: publication.unpublish
|
|
99
|
-
args: {
|
|
100
|
-
"path": "/sites/SITE_KEY/home/about/main/outdated-section",
|
|
101
|
-
"languages": ["en"]
|
|
102
|
-
}
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
---
|
|
106
|
-
|
|
107
|
-
## Common publication patterns
|
|
108
|
-
|
|
109
|
-
### Publish a newly created page and its content
|
|
110
|
-
|
|
111
|
-
```
|
|
112
|
-
tool: publication.publish
|
|
113
|
-
args: {
|
|
114
|
-
"path": "/sites/SITE_KEY/home/new-page",
|
|
115
|
-
"languages": ["en"]
|
|
116
|
-
}
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
### Publish translated content
|
|
120
|
-
|
|
121
|
-
```
|
|
122
|
-
tool: publication.publish
|
|
123
|
-
args: {
|
|
124
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
125
|
-
"languages": ["fr"]
|
|
126
|
-
}
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Publish a deletion after `content.markForDeletion`
|
|
130
|
-
|
|
131
|
-
```
|
|
132
|
-
tool: publication.publish
|
|
133
|
-
args: {
|
|
134
|
-
"path": "/sites/SITE_KEY/home/old-page",
|
|
135
|
-
"languages": ["en"]
|
|
136
|
-
}
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
### Check whether a subtree is ready
|
|
140
|
-
|
|
141
|
-
```
|
|
142
|
-
tool: publication.status
|
|
143
|
-
args: {
|
|
144
|
-
"path": "/sites/SITE_KEY/home",
|
|
145
|
-
"language": "en",
|
|
146
|
-
"subNodes": true,
|
|
147
|
-
"references": true
|
|
148
|
-
}
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## Key rules
|
|
154
|
-
|
|
155
|
-
| Rule | Detail |
|
|
156
|
-
|------|--------|
|
|
157
|
-
| Always specify languages | Publication is language-scoped |
|
|
158
|
-
| Publish is subtree-aware | Publishing a page includes its content areas and descendants |
|
|
159
|
-
| Workflow is automatic | `publication.publish` decides whether it can publish directly |
|
|
160
|
-
| References matter | Use `references: true` in status checks when media or linked content is involved |
|
|
161
|
-
| Mark-for-deletion needs publish | The deletion becomes live only after publication |
|
|
162
|
-
|
|
163
|
-
---
|
|
164
|
-
|
|
165
|
-
## Common errors
|
|
166
|
-
|
|
167
|
-
| Error | Cause | Fix |
|
|
168
|
-
|-------|-------|-----|
|
|
169
|
-
| `NODE_NOT_FOUND` | The path does not exist in EDIT | Verify with `content.get` |
|
|
170
|
-
| `NO_PUBLISH_PERMISSION` | User lacks publishing rights | Check the user's roles |
|
|
171
|
-
| Workflow started but content is still not live | Approval is still pending | Complete the task via `workflow.tasks` and `workflow.complete` |
|
|
172
|
-
| `MANDATORY_LANGUAGE_UNPUBLISHABLE` | Required language content is missing | Add the missing translation first |
|
|
173
|
-
|
|
174
|
-
---
|
|
175
|
-
|
|
176
|
-
## Related skills
|
|
177
|
-
|
|
178
|
-
- `/jahia-content-create-content` — create pages and content before publishing them
|
|
179
|
-
- `/jahia-content-translate-content` — translate content before publishing new locales
|
|
180
|
-
- `/jahia-content-organize` — publish after moves, copies, reorders, or deletions
|
|
181
|
-
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-query-content
|
|
3
|
-
description: Queries JCR content from a running Jahia instance via MCP tools. Use when asked to list, inspect, or retrieve content nodes, check what content exists, or audit a site's content.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-query-content
|
|
7
|
-
|
|
8
|
-
Retrieves JCR content from a running Jahia instance 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
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## Query patterns
|
|
22
|
-
|
|
23
|
-
### 1 — Get a node by path
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
tool: content.get
|
|
27
|
-
args: { "path": "/sites/mySite/home/about/main/intro-text" }
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
Returns all readable properties, mixins, and metadata. Also accepts `uuid`.
|
|
31
|
-
|
|
32
|
-
### 2 — List children of a node
|
|
33
|
-
|
|
34
|
-
```
|
|
35
|
-
tool: content.list
|
|
36
|
-
args: {
|
|
37
|
-
"parentPath": "/sites/mySite/home/about/main",
|
|
38
|
-
"limit": 50
|
|
39
|
-
}
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
Optional: `childNodeType` to filter, `projectProperties` to include specific properties.
|
|
43
|
-
|
|
44
|
-
### 3 — Search by node type
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
tool: content.search
|
|
48
|
-
args: {
|
|
49
|
-
"siteKey": "mySite",
|
|
50
|
-
"nodeType": "mymodule:article",
|
|
51
|
-
"locale": "en",
|
|
52
|
-
"sortBy": "jcr:created",
|
|
53
|
-
"order": "desc",
|
|
54
|
-
"limit": 10
|
|
55
|
-
}
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
### 4 — Full-text search
|
|
59
|
-
|
|
60
|
-
```
|
|
61
|
-
tool: content.search
|
|
62
|
-
args: {
|
|
63
|
-
"siteKey": "mySite",
|
|
64
|
-
"nodeType": "jmix:droppableContent",
|
|
65
|
-
"locale": "en",
|
|
66
|
-
"fullText": "insurance",
|
|
67
|
-
"sortBy": "_score",
|
|
68
|
-
"order": "desc"
|
|
69
|
-
}
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
### 5 — Filter by property value
|
|
73
|
-
|
|
74
|
-
```
|
|
75
|
-
tool: content.search
|
|
76
|
-
args: {
|
|
77
|
-
"siteKey": "mySite",
|
|
78
|
-
"nodeType": "mymodule:article",
|
|
79
|
-
"locale": "en",
|
|
80
|
-
"properties": [
|
|
81
|
-
{ "name": "jcr:createdBy", "op": "eq", "value": "root" }
|
|
82
|
-
]
|
|
83
|
-
}
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
Operators: `eq`, `like`, `gt`, `gte`, `lt`, `lte`, `isNull`, `isNotNull`
|
|
87
|
-
|
|
88
|
-
### 6 — List all sites
|
|
89
|
-
|
|
90
|
-
```
|
|
91
|
-
tool: site.list
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
### 7 — List all pages
|
|
95
|
-
|
|
96
|
-
```
|
|
97
|
-
tool: page.list
|
|
98
|
-
args: { "siteKey": "mySite" }
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
Supports: `templateName`, `titleContains`, `createdAfter`, `modifiedAfter`, `sortBy`, `order`.
|
|
102
|
-
|
|
103
|
-
### 8 — Check publication status
|
|
104
|
-
|
|
105
|
-
```
|
|
106
|
-
tool: publication.status
|
|
107
|
-
args: {
|
|
108
|
-
"path": "/sites/mySite/home/about",
|
|
109
|
-
"language": "en",
|
|
110
|
-
"subNodes": true
|
|
111
|
-
}
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
Returns publication status, lock/WIP flags, and permission info.
|
|
115
|
-
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
## content.search parameter reference
|
|
119
|
-
|
|
120
|
-
**Required:**
|
|
121
|
-
- `siteKey` — scopes search under `/sites/<siteKey>`
|
|
122
|
-
- `nodeType` — JCR type (e.g. `jnt:page`, `jnt:file`, `jmix:droppableContent`)
|
|
123
|
-
|
|
124
|
-
**Optional:**
|
|
125
|
-
- `locale` — locale for i18n property resolution (e.g. `"en"`)
|
|
126
|
-
- `fullText` — full-text expression (phrase `"..."`, OR, exclusion `-term`)
|
|
127
|
-
- `fullTextField` — scope full-text to one property
|
|
128
|
-
- `basePath` — restrict to a subtree
|
|
129
|
-
- `properties` — array of property filters (AND-combined)
|
|
130
|
-
- `projectProperties` — properties to include in results
|
|
131
|
-
- `sortBy` — property name (default: `"jcr:lastModified"`) or `"_score"` with fullText
|
|
132
|
-
- `order` — `"asc"` or `"desc"` (default: `"desc"`)
|
|
133
|
-
- `offset` — skip N results (default: 0)
|
|
134
|
-
- `limit` — max results 1–100 (default: 20)
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## Common search patterns
|
|
139
|
-
|
|
140
|
-
Last 5 created contents:
|
|
141
|
-
```
|
|
142
|
-
tool: content.search
|
|
143
|
-
args: {
|
|
144
|
-
"siteKey": "mySite",
|
|
145
|
-
"nodeType": "jmix:droppableContent",
|
|
146
|
-
"locale": "en",
|
|
147
|
-
"sortBy": "jcr:created",
|
|
148
|
-
"order": "desc",
|
|
149
|
-
"limit": 5
|
|
150
|
-
}
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
Recently modified pages:
|
|
154
|
-
```
|
|
155
|
-
tool: content.search
|
|
156
|
-
args: {
|
|
157
|
-
"siteKey": "mySite",
|
|
158
|
-
"nodeType": "jnt:page",
|
|
159
|
-
"locale": "en",
|
|
160
|
-
"sortBy": "jcr:lastModified",
|
|
161
|
-
"order": "desc",
|
|
162
|
-
"limit": 10
|
|
163
|
-
}
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
---
|
|
167
|
-
|
|
168
|
-
## Common errors
|
|
169
|
-
|
|
170
|
-
| Error | Cause | Fix |
|
|
171
|
-
|-------|-------|-----|
|
|
172
|
-
| `PATH_NOT_FOUND` | Node doesn't exist at given path | Verify path with `content.list` on parent |
|
|
173
|
-
| No results returned | Wrong `nodeType` or `siteKey` | Check available types with `site.types` |
|
|
174
|
-
| Missing i18n properties | `locale` not passed | Always include `locale` for i18n content |
|
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-content-translate-content
|
|
3
|
-
description: Adds site languages and translates existing Jahia content using MCP tools. Use when asked to enable a locale, fill in missing translations, or publish translated pages and content.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skill: jahia-content-translate-content
|
|
7
|
-
|
|
8
|
-
Translates existing content and manages multi-language support 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
|
-
- Content already exists in a source locale
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## Step 1 — Check site languages
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
tool: site.get
|
|
26
|
-
args: { "siteKey": "SITE_KEY" }
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Check `languages` and `defaultLanguage`.
|
|
30
|
-
|
|
31
|
-
- If the target locale is already present, continue.
|
|
32
|
-
- If the target locale is missing, add it to the site first before writing translations.
|
|
33
|
-
|
|
34
|
-
---
|
|
35
|
-
|
|
36
|
-
## Step 2 — Read the source content
|
|
37
|
-
|
|
38
|
-
```
|
|
39
|
-
tool: content.get
|
|
40
|
-
args: {
|
|
41
|
-
"path": "/sites/SITE_KEY/home/about/main/intro-text",
|
|
42
|
-
"locale": "en"
|
|
43
|
-
}
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
Note the properties that actually contain human-readable text.
|
|
47
|
-
|
|
48
|
-
To find a batch of nodes to translate:
|
|
49
|
-
|
|
50
|
-
```
|
|
51
|
-
tool: content.search
|
|
52
|
-
args: {
|
|
53
|
-
"siteKey": "SITE_KEY",
|
|
54
|
-
"nodeType": "jmix:droppableContent",
|
|
55
|
-
"locale": "en",
|
|
56
|
-
"limit": 50
|
|
57
|
-
}
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Step 3 — Identify which properties are i18n
|
|
63
|
-
|
|
64
|
-
```
|
|
65
|
-
tool: content.type
|
|
66
|
-
args: { "name": "jnt:bigText" }
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Translate only properties marked as internationalized.
|
|
70
|
-
|
|
71
|
-
Common i18n properties:
|
|
72
|
-
- `jcr:title`
|
|
73
|
-
- `text`
|
|
74
|
-
- `body`
|
|
75
|
-
- `description`
|
|
76
|
-
- `subtitle`
|
|
77
|
-
|
|
78
|
-
Common non-i18n properties:
|
|
79
|
-
- `j:view`
|
|
80
|
-
- `j:templateName`
|
|
81
|
-
- `jcr:primaryType`
|
|
82
|
-
- references such as `j:node`
|
|
83
|
-
- numeric or technical settings
|
|
84
|
-
|
|
85
|
-
---
|
|
86
|
-
|
|
87
|
-
## Step 4 — Write translated properties
|
|
88
|
-
|
|
89
|
-
Use `content.update` with the target locale:
|
|
90
|
-
|
|
91
|
-
```
|
|
92
|
-
tool: content.update
|
|
93
|
-
args: {
|
|
94
|
-
"path": "/sites/SITE_KEY/home/about/main/intro-text",
|
|
95
|
-
"locale": "fr",
|
|
96
|
-
"properties": {
|
|
97
|
-
"jcr:title": "À propos",
|
|
98
|
-
"text": "<p>Bienvenue sur notre site.</p>"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
Key rules:
|
|
104
|
-
- Set all mandatory i18n properties in the same call.
|
|
105
|
-
- Translate only i18n properties.
|
|
106
|
-
- Preserve the HTML structure for rich text.
|
|
107
|
-
- Do not translate technical choicelist values.
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
|
|
111
|
-
## Step 5 — Translate page titles
|
|
112
|
-
|
|
113
|
-
Page titles are also i18n:
|
|
114
|
-
|
|
115
|
-
```
|
|
116
|
-
tool: content.update
|
|
117
|
-
args: {
|
|
118
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
119
|
-
"locale": "fr",
|
|
120
|
-
"properties": {
|
|
121
|
-
"jcr:title": "À propos"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Step 6 — Verify translations
|
|
129
|
-
|
|
130
|
-
Check the translated locale directly:
|
|
131
|
-
|
|
132
|
-
```
|
|
133
|
-
tool: content.get
|
|
134
|
-
args: {
|
|
135
|
-
"path": "/sites/SITE_KEY/home/about/main/intro-text",
|
|
136
|
-
"locale": "fr"
|
|
137
|
-
}
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
Or search in the target locale:
|
|
141
|
-
|
|
142
|
-
```
|
|
143
|
-
tool: content.search
|
|
144
|
-
args: {
|
|
145
|
-
"siteKey": "SITE_KEY",
|
|
146
|
-
"nodeType": "jmix:droppableContent",
|
|
147
|
-
"locale": "fr",
|
|
148
|
-
"limit": 20,
|
|
149
|
-
"projectProperties": ["jcr:title"]
|
|
150
|
-
}
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
---
|
|
154
|
-
|
|
155
|
-
## Step 7 — Publish the translated locale
|
|
156
|
-
|
|
157
|
-
Publish the page or subtree in the target language:
|
|
158
|
-
|
|
159
|
-
```
|
|
160
|
-
tool: publication.publish
|
|
161
|
-
args: {
|
|
162
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
163
|
-
"languages": ["fr"]
|
|
164
|
-
}
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
If the translation touches both a page and child content, publish the page path so the subtree is included.
|
|
168
|
-
|
|
169
|
-
---
|
|
170
|
-
|
|
171
|
-
## Common patterns
|
|
172
|
-
|
|
173
|
-
### Translate all content under a page
|
|
174
|
-
|
|
175
|
-
1. Discover the page structure:
|
|
176
|
-
```
|
|
177
|
-
tool: page.structure
|
|
178
|
-
args: { "path": "/sites/SITE_KEY/home/about" }
|
|
179
|
-
```
|
|
180
|
-
2. Read each child node in the source locale:
|
|
181
|
-
```
|
|
182
|
-
tool: content.get
|
|
183
|
-
args: { "path": "CHILD_PATH", "locale": "en" }
|
|
184
|
-
```
|
|
185
|
-
3. Write translated values to the target locale:
|
|
186
|
-
```
|
|
187
|
-
tool: content.update
|
|
188
|
-
args: {
|
|
189
|
-
"path": "CHILD_PATH",
|
|
190
|
-
"locale": "fr",
|
|
191
|
-
"properties": { "jcr:title": "...", "text": "..." }
|
|
192
|
-
}
|
|
193
|
-
```
|
|
194
|
-
4. Publish the page in the new language.
|
|
195
|
-
|
|
196
|
-
### Audit whether a page is publish-ready in the new locale
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
tool: publication.status
|
|
200
|
-
args: {
|
|
201
|
-
"path": "/sites/SITE_KEY/home/about",
|
|
202
|
-
"language": "fr",
|
|
203
|
-
"subNodes": true,
|
|
204
|
-
"references": true
|
|
205
|
-
}
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
---
|
|
209
|
-
|
|
210
|
-
## Common errors
|
|
211
|
-
|
|
212
|
-
| Error | Cause | Fix |
|
|
213
|
-
|-------|-------|-----|
|
|
214
|
-
| `MANDATORY_PROPERTY_MISSING` | Not all required i18n properties were set | Set all mandatory translated properties in one `content.update` call |
|
|
215
|
-
| Language not available | Locale not enabled on the site | Add the locale to the site first |
|
|
216
|
-
| Properties appear empty | Wrong locale was used | Verify configured locales with `site.get` |
|
|
217
|
-
| Translation not visible on the public site | It is still only in EDIT | Publish with `publication.publish` |
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## Related skills
|
|
222
|
-
|
|
223
|
-
- `/jahia-content-explore-structure` — find the right pages, nodes, and types first
|
|
224
|
-
- `/jahia-content-publish` — publish translated content and inspect language-scoped status
|
|
225
|
-
- `/jahia-content-create-content` — create new pages or content that will later need translation
|
|
226
|
-
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: jahia-dev
|
|
3
|
-
description: Entry point for Jahia JavaScript module development. Detects your project state and tells you what to do next. Start here if you are new to the project or unsure what skill to use.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Jahia Dev — Project GPS
|
|
7
|
-
|
|
8
|
-
You are the entry point for Jahia JavaScript module development. Your job is to assess the current project state and guide the user to the right next skill.
|
|
9
|
-
|
|
10
|
-
## Step 1 — Detect project state
|
|
11
|
-
|
|
12
|
-
Run all checks in parallel.
|
|
13
|
-
|
|
14
|
-
### 1. Module exists?
|
|
15
|
-
|
|
16
|
-
Search for a `package.json` that references `@jahia/javascript-modules-library` in the current directory or subdirectories:
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
find . -name "package.json" -not -path "*/node_modules/*" | xargs grep -l "@jahia/javascript-modules-library" 2>/dev/null | head -5
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
- Found → record the module name (from the `name` field in that `package.json`)
|
|
23
|
-
- Not found → module does not exist yet
|
|
24
|
-
|
|
25
|
-
### 2. Jahia running?
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
curl -s -o /dev/null -w "%{http_code}" http://localhost:8080/cms/login
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
- `200` → Jahia is running at `http://localhost:8080`
|
|
32
|
-
- Anything else → Jahia is not running
|
|
33
|
-
|
|
34
|
-
### 3. Content types defined?
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
find src/components -name "definition.cnd" 2>/dev/null | wc -l
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Record the count of `.cnd` files found under `src/components`.
|
|
41
|
-
|
|
42
|
-
### 4. Views defined?
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
find src/components -name "*.server.tsx" -o -name "*.client.tsx" 2>/dev/null | wc -l
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
Record the count of view files found.
|
|
49
|
-
|
|
50
|
-
### 5. Page templates defined?
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
find src/templates/Page -type f 2>/dev/null | wc -l
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
Record the count of files in `src/templates/Page/`. More than 1 means custom templates exist (the default `index.server.tsx` is always present).
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## Step 2 — Report project state to user
|
|
61
|
-
|
|
62
|
-
Print a clear, scannable status summary:
|
|
63
|
-
|
|
64
|
-
```
|
|
65
|
-
📦 Module: ✅ <module-name> (found) OR ❌ not found
|
|
66
|
-
🐳 Jahia: ✅ running at http://localhost:8080 OR ❌ not running
|
|
67
|
-
📋 Content types: <N> defined
|
|
68
|
-
🖼 Views: <N> defined
|
|
69
|
-
📄 Page templates: <N> defined
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
## Step 3 — Recommend next action
|
|
75
|
-
|
|
76
|
-
Use the matrix below to pick exactly one recommendation to highlight:
|
|
77
|
-
|
|
78
|
-
| Condition | Recommendation |
|
|
79
|
-
|-----------|---------------|
|
|
80
|
-
| No module found | 🚀 **Start here:** invoke `/jahia-dev-create-template-set` to scaffold a new Jahia JavaScript module. |
|
|
81
|
-
| Module found, Jahia not running | 🐳 Your module is ready. Invoke `/jahia-dev-start-local` to start Jahia locally (Docker recommended). |
|
|
82
|
-
| Module + Jahia running, 0 content types | 🎯 Jahia is running! Time to build your first component. Invoke `/jahia-dev-build-component` to create a content type + view. |
|
|
83
|
-
| Module + Jahia running, content types exist, ≤1 page template | 📐 You have components. Invoke `/jahia-dev-create-page-template` to create a page template and start assembling pages. |
|
|
84
|
-
| Module + Jahia running, templates exist (>1) | 🏗 Your module is taking shape! Choose what to do next (see options below). |
|
|
85
|
-
|
|
86
|
-
When the last condition applies, present all options:
|
|
87
|
-
|
|
88
|
-
```
|
|
89
|
-
🏗 Your module is taking shape! What would you like to do next?
|
|
90
|
-
- Add a new component → /jahia-dev-build-component
|
|
91
|
-
- Create a content listing → /jahia-dev-query-content
|
|
92
|
-
- Review your code for issues → /jahia-dev-review
|
|
93
|
-
- Screenshot a reference site → /jahia-dev-screenshot
|
|
94
|
-
- Create a new page template → /jahia-dev-create-page-template
|
|
95
|
-
- Clean up boilerplate → run /jahia-dev-review and look for S10
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
## Step 4 — Print the full skill map
|
|
101
|
-
|
|
102
|
-
Always print this at the end so the user can navigate anywhere:
|
|
103
|
-
|
|
104
|
-
```
|
|
105
|
-
## Jahia Development Skills
|
|
106
|
-
|
|
107
|
-
### Setup
|
|
108
|
-
/jahia-dev-create-template-set Scaffold a new JS/React module
|
|
109
|
-
/jahia-dev-start-local Start Jahia locally (Docker or bare metal)
|
|
110
|
-
|
|
111
|
-
### Building
|
|
112
|
-
/jahia-dev-build-component Build a complete component (content type + view) ← start here
|
|
113
|
-
/jahia-dev-define-content-type Define a CND content type and types.ts
|
|
114
|
-
/jahia-dev-create-view Implement a React view (.server.tsx or .client.tsx Island)
|
|
115
|
-
/jahia-dev-create-page-template Create a page template with Areas
|
|
116
|
-
|
|
117
|
-
### Content
|
|
118
|
-
/jahia-dev-query-content Query JCR content with JCR-SQL2 or useJCRQuery
|
|
119
|
-
|
|
120
|
-
### Quality
|
|
121
|
-
/jahia-dev-review Review code for Jahia and generic best practices
|
|
122
|
-
/jahia-dev-screenshot Screenshot reference URL + Jahia render for visual comparison
|
|
123
|
-
/jahia-dev-debug Debug build/deploy/runtime errors end-to-end
|
|
124
|
-
```
|