Plugin Claude Code
Plugin marketplace listing 1 plugin: xwiki.
Plugin Claude Code
Plugin marketplace listing 1 plugin: xwiki.
Instructions file
Claude Code instructions for xwiki/xwiki-dev-llm, covering claude.md, what this repo is, validate, architecture and conventions when editing this repo.
Plugin Claude Code
Org-wide XWiki conventions, MCP servers and dev skills for all xwiki / xwiki-contrib GitHub org repos.
MCP server Claude CodeCodexCursor
MCP server "discourse" as configured in xwiki/xwiki-dev-llm. Runs ${CLAUDE_PLUGIN_ROOT}/scripts/start-discourse-mcp.mjs with node. Needs 4 environment variables to run.
MCP server Claude CodeCodexCursor
MCP server "sonarqube" as configured in xwiki/xwiki-dev-llm. Runs in Docker (${PWD}:/app/mcp-workspace:rw). Needs 6 environment variables to run.
Hook
Runs when a session starts, executing inject-org-instructions.mjs via node. From xwiki/xwiki-dev-llm.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing check-line-endings.mjs via node. From xwiki/xwiki-dev-llm.
Skill Claude CodeCodex
Backport the automated test of one JIRA issue labelled testneeded to the currently-supported stable branches, adjust its @since tags across all branches, and open the PRs. Use when asked to backport the test of a given testneeded issue, or to catch a stable branch up with a recently-added test. (For several issues at…
Skill Claude CodeCodex
Backport any change (bug fix, feature, refactor, or test) to an older branch of an XWiki repo (xwiki-platform / xwiki-commons / xwiki-rendering / xwiki-contrib). Cherry-pick -x the source commit(s) into a worktree, ADAPT the result to the older branch (module pom versions, Java level, @since tags, style/API…
Skill Claude CodeCodex
Build and test XWiki Maven modules. Use when building XWiki, running its tests, or when the user mentions mvn, a build, a failing test, or a specific XWiki module.
Skill Claude CodeCodex
Announce an xwiki-contrib extension release by creating the " Extension Released" blog post on the xwiki.org Blog, following the contrib release-documentation convention (page name, title, content/summary templates, categories, publish date). Use after releasing an xwiki-contrib extension (groupId org.xwiki.contrib)…
Skill Claude CodeCodex
Convert XWiki functional IT tests from the JUnit4 legacy framework (xwiki-platform-test-ui) to the JUnit5 Docker-based framework (@UITest). Covers module setup, @UITest configuration, WAR composition, repository setup, and common pitfalls.
Skill Claude CodeCodex
Convert XWiki unit tests to JUnit5/Mockito and normalize style. Handles JUnit4, JMock, MockitoComponentMockingRule, and style cleanup of existing JUnit5 tests. For converting functional IT tests to the Docker framework, use the xwiki-convert-tests-docker skill.
Skill Claude CodeCodex
Deploy an XWiki extension (XAR or JAR) to a running XWiki instance via the REST job API. Use when the user wants to install, deploy, or hot-reload a built extension into a local XWiki.
Skill Claude CodeCodex
Convert OLD XWiki documentation into the new xwiki.org documentation tree. Old documentation = pages under https://www.xwiki.org/xwiki/bin/view/Documentation/ and all extension pages under https://extensions.xwiki.org/xwiki/bin/view/Extension/ (the Extensions wiki). New documentation =…
Skill Claude CodeCodex
Write, update or review a page of XWiki documentation on xwiki.org, following the XWiki Documentation Guide (Diataxis type & audience, titles/page-names, page-structure fields, style, location, versioning). Use when authoring a NEW documentation page, updating an existing one, or reviewing a page for quality. Also use…
Skill Claude CodeCodex
Guide for fixing a flickering Docker-based functional test for an XWiki module.
Skill Claude CodeCodex
Find and fix open SonarCloud (SonarQube) issues in the current XWiki repo and open a PR. Use when asked to fix/clear/triage a SonarQube issue, reduce SonarCloud findings, or run a "fix one Sonar issue" pass. Per-rule fix correctness and drop conditions live in the OKF under okf/sonarqube/ — load the family file for…
Skill Claude CodeCodex
Increase (and lock in) the unit-test coverage of an XWiki module. Run this automatically whenever unit tests are added or changed in a module — as part of that same change — as well as when explicitly asked to raise coverage. It recomputes the module's achieved JaCoCo instruction ratio and raises the module pom's…
Skill Claude CodeCodex
Write clear, genuinely useful Javadoc for XWiki Java code, following the XWiki Java Code Style and the Oracle "How to Write Doc Comments" conventions. Use when adding or improving Javadoc on classes, interfaces, methods, fields or parameters in an XWiki repo — especially public/protected APIs, REST resources…
Skill Claude CodeCodex
Interact with XWiki's self-hosted JIRA (jira.xwiki.org) — view, search, create, update, comment on and transition issues. Use when the user mentions a JIRA issue key (e.g. XWIKI-12345, XCOMMONS-123, XRENDERING-45), asks to file/triage/update a bug or task, or wants issue/sprint status. Uses jira-cli when installed…
Skill Claude CodeCodex
Find and extend XWiki declarative knowledge held in the OKF knowledge base under this plugin's okf/ directory — conventions (code style, comments, commit format, versioning, backward compatibility), architecture (the component system), the dev-server ecosystem (JIRA, CI, Nexus, SonarCloud, forum), and release process.…
Skill Claude CodeCodex
Move a deprecated public XWiki API out of a main module into its backward-compatibility -legacy module, so the main artifact drops the dead API while the legacy artifact re-adds it for existing extensions. Use when asked to remove/retire a deprecated class, interface, method or field, to "move an API to legacy", to…
Skill Claude CodeCodex
Create a GitHub pull request for an XWiki repo (xwiki-platform, xwiki-commons, xwiki-rendering, xwiki-contrib). Use when opening a PR, writing a PR description, or preparing commits for a PR in an XWiki project.