jodex-plugins
Claude Code plugin marketplace by Jairosoft — ten plugins spanning QA automation, knowledge management, product management, developer tooling, local skill/prompt creation, administrative automation, IT, HR, education (JIT), and shared conventions.
Plugins
| Plugin | Category | Description |
|---|
| jx-qa | QA | Extract E2E test cases from BRDs, generate Playwright specs, automate browser interactions |
| jx-kb | Knowledge | LLM-maintained wiki: ingest sources, query with citations, lint for health |
| jx-pm | Product | Generate PRDs, sync to Azure Boards |
| jx-dev | Developer | Generate technical specifications and task breakdowns from PRDs |
| jx-core | Core | Shared conventions and executable skill logic (ADO sync, task conversion) consumed by role plugins. No user-facing commands |
| jx-local | Productivity | Create local skills and reusable prompts in the user's own project (.claude/skills/, .agent/prompts/) |
| jx-admin | Productivity | Admin plugin: Jairosoft Admin skill set for administrative automation |
| jx-jit | Productivity | Jairo Institute of Technology plugin |
| jx-it | Productivity | IT-focused plugin |
| jx-hr | Productivity | HR-focused plugin |
jx-qa
/jx-qa:extract <brd_path> Extract test cases from BRD/PRD → xlsx test plan
/jx-qa:generate [xlsx_path] Generate Playwright specs from xlsx via live browser
/jx-qa:browser <subcommand> Manual browser exploration with playwright-cli
/jx-qa:test [ui|headed] Run Playwright tests
jx-kb
/jx-kb:init [wiki_path] Initialize an LLM Wiki
/jx-kb:ingest <source> [wiki] Ingest source document into wiki
/jx-kb:query <question> [wiki] Search wiki and synthesize answer with citations
/jx-kb:lint [wiki_path] Health-check: orphans, broken links, stale claims
/jx-kb:triage [wiki_path] Classify raw ideas: promote, backlog, or archive
jx-pm
/jx-pm:prd [--mode lite|prd|unified] Generate a PRD
/jx-pm:pipeline [--mode ...] Run full PRD generation pipeline
/jx-pm:ado [--dry-run] [--tenant ...] Sync task.json to Azure Boards
/jx-pm:plan-feature [work_item_id] Generate a planning-only feature rollup from child story plans
/jx-pm:impl-feature-plan <work_item_id> Execute a feature rollup by delegating ready stories to impl-story-plan
/jx-pm:plan-story [--id <N>] Create a story implementation plan
jx-dev
/jx-dev:spec [--docs-root <path>] Generate tech spec from PRD
/jx-dev:task [--docs-root <path>] Convert PRD + tech spec → task.json
/jx-dev:sequence [topic] Render plugin command-skill sequence diagram and flow checks
jx-admin
/jx-admin:hi Respond with "Hello" to verify Admin plugin is functional
jx-jit
/jx-jit:hiya Respond with "Hello" to verify JIT plugin is functional
jx-it
/jx-it:howdy Respond with "Hello" to verify IT plugin is functional
jx-hr
/jx-hr:greet Respond with "Hello" to verify HR plugin is functional
Dependencies
jx-pm → jx-core, jx-dev
jx-dev → jx-core
Requirements
- Claude Code CLI or Desktop
- Python 3 +
openpyxl (for jx-qa, jx-kb)
- Node.js 18+ + Playwright (for jx-qa)
- Azure DevOps MCP server (for jx-pm:ado only)
Installation — Antigravity CLI (agy)
For deploying jodex-plugins using the Antigravity CLI (agy), please refer to the detailed INSTALLATION-GUIDE-ANTIGRAVITY-CLI.md.
Installation — Claude Code CLI
# Add marketplace (one-time)
/plugin marketplace add jairosoft-com/jodex-plugins
# Install plugins you need
/plugin install jx-qa@jodex-plugins
/plugin install jx-kb@jodex-plugins
/plugin install jx-pm@jodex-plugins
/plugin install jx-dev@jodex-plugins
/plugin install jx-admin@jodex-plugins
/plugin install jx-jit@jodex-plugins
/plugin install jx-it@jodex-plugins
/plugin install jx-hr@jodex-plugins
# Reload
/reload-plugins
Installing jx-pm or jx-dev will also pull jx-core automatically via dependencies.
Local Development
# Test a single plugin locally
claude --plugin-dir /path/to/jodex-plugins/plugins/jx-qa
# Or register as local marketplace
claude plugin marketplace add /path/to/jodex-plugins --scope project
claude plugin install jx-qa@jodex-plugins
Uninstall
/plugin uninstall jx-qa@jodex-plugins
/plugin uninstall jx-kb@jodex-plugins
/plugin uninstall jx-pm@jodex-plugins
/plugin uninstall jx-dev@jodex-plugins
/plugin uninstall jx-admin@jodex-plugins
/plugin uninstall jx-jit@jodex-plugins
/plugin uninstall jx-it@jodex-plugins
/plugin uninstall jx-hr@jodex-plugins
/plugin marketplace remove jodex-plugins