this is a plugin to create local skills and local prompts in the user's project directory.
Create a reusable prompt specification file under .agent/prompts/ Triggers on: "create prompt spec", "new prompt spec", "add prompt spec", "save prompt spec", /jx-local:create-prompt-spec. Do not trigger for: generic prompts, plugin scaffolding, skill creation, wiki operations, test generation.
Scaffold a local project-level skill in .claude/skills/<name>/. Creates SKILL.md with proper frontmatter and optional extras (evals, scripts, templates, references directories). Triggers on: "create local skill", "scaffold local skill", "new local skill", "add local skill", /jx-local:create-skill, or any request to create a skill in a project's .claude/skills/ directory. Do not trigger for: creating skills inside Jodex plugins (author those manually under plugins/<plugin>/skills/), plugin scaffolding, wiki operations.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
| 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: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: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: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: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:hi Respond with "Hello" to verify Admin plugin is functional
/jx-jit:hiya Respond with "Hello" to verify JIT plugin is functional
/jx-it:howdy Respond with "Hello" to verify IT plugin is functional
/jx-hr:greet Respond with "Hello" to verify HR plugin is functional
jx-pm → jx-core, jx-dev
jx-dev → jx-core
openpyxl (for jx-qa, jx-kb)agy)For deploying jodex-plugins using the Antigravity CLI (agy), please refer to the detailed INSTALLATION-GUIDE-ANTIGRAVITY-CLI.md.
# 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.
# 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
/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
npx claudepluginhub jairosoft-com/jodex-plugins --plugin jx-localAdmin plugin: Jairosoft Admin skill set for administrative automation.
IT-focused plugin
Jairo Institute of Technology plugin
Skill and plugin scaffolding: create skills inside existing Jodex plugins and new plugin skeletons with marketplace registration.
HR-focused plugin
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.