What problem does it solve?
This Skill eliminates the tedious manual work of grepping through source code to find structural facts about the AJ microkernel platform, saving developers significant time when exploring platform architecture, plugin wiring, or endpoint mappings.
Core Features & Use Cases
- Platform Structure Queries: Retrieve details about host modules, domain entities, repositories, and REST endpoints without reading Java or TypeScript source files.
- Plugin & Extension Point Analysis: Get information on registered plugins, their manifests, exposed extension points, declared filters, and data storage strategies.
- Feature Traceability: Trace user-facing features from frontend pages down to backend actions and persistent entities for impact analysis.
For example, you can use this Skill to list all endpoints in the product module, see which plugins extend the product detail page, or identify what storage strategy the warehouse plugin uses.
Quick Start
Ask the AJ knowledge graph query skill to list all REST endpoints exposed by the warehouse plugin.