Skills for authoring Kodexa platform metadata
npx claudepluginhub kodexa-ai/kodexa-metadata-skillsSkills for authoring Kodexa platform metadata: data definitions, project templates, modules, data forms, assistants, task templates, activity plans, and more
A Claude Code plugin providing skills for authoring Kodexa platform metadata. Each skill includes complete reference schemas, interactive wizards, YAML examples, and common mistake guides.
| Skill | Description |
|---|---|
| data-definition | Taxon hierarchies, data types, validation rules, conditional formatting, semantic extraction definitions |
| project-template | Complete project blueprints — stores, assistants, taxonomies, data forms, workspaces, knowledge sets, status workflows |
| module | Model modules (Python ML/AI) and skill modules (file packs) — runtime config, sidecars, inference options, deployment |
| data-form | V2 schema-driven UI forms — UINode component trees, data binding, QuickJS scripting, Bridge API |
| assistant | Event-driven processing pipelines — connections, subscriptions, multi-step orchestration, scheduling |
| task-template | Task workflows — custom fields, assignment rules, document groups, actions, automated planning |
| knowledge-system | Feature types, item types, knowledge sets — rule-based processing customization with DNF expressions |
| service-bridge | External API proxy endpoints — centralized authentication, header management, caching |
| prompt-template | LLM prompt configurations — extraction prompts, system prompts, knowledge-driven overrides |
| kdx-cli | Kodexa CLI — kubectl-style commands, profile management, sync/deploy workflows, resource operations |
Add the marketplace and install the plugin in Claude Code:
claude plugin marketplace add kodexa-ai/kodexa-metadata-skills
claude plugin install kodexa-metadata-skills
After installation, the skills are automatically available in all Claude Code sessions.
For development/testing, you can also load the plugin directly from a local directory:
claude --plugin-dir /path/to/kodexa-metadata-skills
Skills are invoked automatically when Claude Code detects a matching task, or you can invoke them explicitly:
# Ask Claude Code to create metadata
> Create a data definition for extracting purchase order data
# Claude Code will automatically use the data-definition skill
# Or invoke directly via the Skill tool
> /kodexa-metadata-skills:data-definition
Each skill offers a guided wizard mode. When you ask to create metadata from scratch, the skill walks you through:
When editing existing metadata or debugging issues, the skill loads the complete schema reference into context to assist with any modification.
data-definition — Author taxonomy YAML for document extraction. Covers all 12 data types (STRING, NUMBER, CURRENCY, DATE, SELECTION, etc.), value paths, validation formula functions, conditional formatting, repeating groups, and semantic definitions.
project-template — Author complete project blueprint YAML. Covers all 9 component collections (stores, assistants, taxonomies, data forms, workspaces, task templates, scheduled jobs, knowledge sets, status configs), template variables, and project options.
module — Author module YAML for both model (Python) and skill (file pack) types. Covers runtime configuration, sidecar dependencies, inference options, deployment defaults, Python entry point patterns, and magic parameter injection.
data-form — Author V2 schema-driven forms in JSON. Covers UINode component tree, layout/display/data components, Bridge API namespaces (kodexa.data, kodexa.navigation, kodexa.form, kodexa.http, kodexa.log), event handling, and scripting.
assistant — Author assistant pipeline YAML. Covers connection types (STORE, CHANNEL, DOCUMENT_FAMILY, WORKSPACE), subscription expressions, multi-step pipeline chaining, extension pack structure, and Python implementation.
task-template — Author task template YAML. Covers custom fields, assignment rules, document groups, action buttons with status transitions, custom options, and planned activity configuration.
knowledge-system — Author knowledge feature types, item types, and knowledge sets as a coordinated set. Covers DNF expression logic, immutability constraints, common patterns (vendor, document type, language), and feature-to-item wiring.
service-bridge — Author service bridge YAML for external API integration. Covers authentication patterns (API key, Bearer, Basic), endpoint mapping, caching configuration, and usage from modules and forms.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories