hxm
v0.6.0Hexium dev team toolkit for git workflows, documentation, code review, and ticket planning
By HexiumLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 21 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hxm for Codex
codex plugin marketplace add hexium-agency/hxm-claude-plugin
codex plugin marketplace upgrade hexium-tools
codex plugin add hxm@hexium-toolsPaste and run these commands in a terminal with Codex. They add and refresh the hexium-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “hxm-2” remain stable.
- Codex:
hxm-2@agent-plugin-marketplace→hxm@hexium-tools
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hexium-agency/hxm-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/hxm-accessibility-expert/SKILL.md├── skills/hxm-bump/SKILL.md├── skills/hxm-changelog/SKILL.md├── skills/hxm-code-review-expert/SKILL.md├── skills/hxm-commit/SKILL.md├── skills/hxm-commit-atomic/SKILL.md├── skills/hxm-context7-expert/SKILL.md├── skills/hxm-create-pr/SKILL.md├── skills/hxm-document/SKILL.md├── skills/hxm-estimate-ticket/SKILL.md├── skills/hxm-explain/SKILL.md├── skills/hxm-fix-tests/SKILL.md├── skills/hxm-handle-feedback/SKILL.md├── skills/hxm-handoff/SKILL.md├── skills/hxm-performance-expert/SKILL.md├── skills/hxm-plan-ticket/SKILL.md├── skills/hxm-rebase/SKILL.md├── skills/hxm-review/SKILL.md├── skills/hxm-security-expert/SKILL.md├── skills/hxm-spec-ticket/SKILL.md└── skills/hxm-wrap-up/SKILL.md
Included Skills21
Use when the task involves web or mobile accessibility — WCAG audits, ARIA, keyboard navigation, colour contrast, screen-reader behaviour, or making an interface inclusive for every user.
Use when the user asks to bump, release or tag a new version of the current project. Analyses conventional commits since the last tag, proposes a major, minor or patch increment, updates the project manifest and creates the matching git tag once the user has confirmed.
Use when the user asks for a changelog, release notes, or a summary of what shipped since a given tag. Groups conventional commits between two git refs by type and writes the result to stdout or to a file.
Use when reviewing code for security, performance, maintainability, design patterns or technical debt — on a git diff, before a commit, or as a quality gate.
Use when the user asks to commit staged or pending changes. Stages only what the arguments allow, generates a conventional commit message and commits after explicit confirmation.
Use when the user asks to split pending work into several atomic commits, or to commit a large working tree mixing unrelated changes. Groups changes by logical unit and creates one conventional commit per group after explicit confirmation.
Use when working with an external library, framework or package and up-to-date documentation is needed — API usage, version-specific behaviour, configuration or migration.
Use when the user asks to open, create or draft a pull request for the current branch. Detects the base branch, writes an English ticket-based title and body, fills the repository PR template and pushes before creating the PR through the gh CLI.
Use when the user asks to document code, a feature, an API or a system architecture, or to write or refresh a README or technical documentation.
Use when the user asks how long a ticket will take, or for a complexity or effort estimate on a ClickUp ticket. Reads the ticket, maps it onto the codebase and returns a reasoned estimate with its risks.
Use when the user asks to explain, break down or walk through existing code, a pattern, a module or a system architecture, without modifying anything.
Use when a Laravel or Pest test suite fails and the user asks to diagnose or repair it. Classifies every failure as infrastructure noise or as a real regression introduced by the branch, and fixes only the regressions.
Use when the user brings a ClickUp comment or a GitHub review comment and asks to handle, address or answer it. Checks the feedback against the current branch, implements it when founded, and drafts a reply for the user to post themselves.
Use when the user asks for a handoff, for a prompt aimed at another repository, or wants to pass the current work to an agent working in a different codebase. Produces a copy-paste-ready briefing.
Use when the task involves performance — slow pages, Core Web Vitals, database query optimisation, bundle size, server response time or scalability.
Use when the user asks to plan, prepare or scope a ticket before implementing it. Reads the ticket, explores the codebase, resolves ambiguities with the user and produces a step-by-step implementation plan.
Use when the user asks to rebase the current branch, bring it up to date with its base, or resolve rebase conflicts. Auto-resolves trivial conflicts, stops on business-logic ones and force-pushes only with --force-with-lease.
Use when the user asks for a code review of staged changes, of a specific file, or of a diff against a base branch. Reports findings by severity without modifying the code.
Use when the task involves defensive security — vulnerability assessment, OWASP Top 10 compliance, dependency scanning, secret detection or security architecture review.
Use when the user asks for the full specification of a ticket, or to check what a ticket really requires against the codebase. Extracts the requirements, checks the Figma design when one is referenced and lists the gaps.
Use when the user asks to wrap up, summarise or review the work done on the current branch before opening a pull request. Retrieves the linked ClickUp ticket, analyses every change and reports on completeness and quality.
Plugin manifests1
{
"author": {
"name": "Hexium"
},
"description": "Hexium dev team toolkit for git workflows, documentation, code review, and ticket planning",
"homepage": "https://github.com/hexium-agency/hxm-claude-plugin",
"interface": {
"capabilities": [
"Interactive",
"Write"
],
"category": "Developer Tools",
"defaultPrompt": [
"Commit my staged changes",
"Rebase this branch onto its base",
"Plan this ClickUp ticket"
],
"developerName": "Hexium",
"displayName": "Hexium Toolkit",
"longDescription": "Shared Hexium dev workflows: conventional commits, atomic commits, version bumps, changelogs, pull requests, rebases, code review, documentation, and ClickUp ticket planning, specification and estimation.",
"shortDescription": "Git workflows, code review and ticket planning for the Hexium team"
},
"keywords": [
"git",
"commit",
"documentation",
"code-review",
"clickup",
"workflow"
],
"license": "MIT",
"name": "hxm",
"repository": "https://github.com/hexium-agency/hxm-claude-plugin",
"skills": "./skills/",
"version": "0.6.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hxm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hxm-2)