Oracle apex echarts
Skill andre-simplifica/oracle-apex-echarts/skills/oracle-apex-echarts
Build, install, integrate, review, secure, validate, and maintain self-contained Apache ECharts visualizations for Oracle APEX through the COM.SIMPLIFICA.APEX.ECHARTS region plug-in, PK_APEX_ECHARTS, Dynamic Content, or mixed pages. Use for ChartSpec, normalized SQL, OPTION_JSON, AJAX, project profiles, Oracle APEX Brand Report Kit interoperability, linked-repository skill updates, lifecycle bugs, accessibility, performance limits, installation compatibility, or Apache ECharts upstream upgrades.From its SKILL.md
npx -y skills add andre-simplifica/oracle-apex-echarts --skill oracle-apex-echartsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
7.3 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it
Oracle APEX ECharts
Use one neutral core and keep project identity, business SQL, filters, metrics, authorization, page items, and domain packages in the consumer repository.
Establish the contract
- Read the consumer's
AGENTS.md, local Oracle APEX/PLSQL standards, and environment rules. - Read
.oracle-apex-echarts/profile.yaml; validate it withscripts/validate_profile.pywhen available. - Detect
.agents/skills/build-apex-brand-reports,.apex-brand-report-kit/brand-profile.json,.apex-brand-report-kit/report-kit.yaml, and.apex-brand-report-kit/project-standards.md. - Confirm repository, branch, environment, APEX version, database version, application, page, region Static ID, parsing schema, authorization, items to submit, and domain package before changing code.
- Inspect real objects and metadata. Never invent a table, column, item, package, process, permission, metric, or business rule.
- Separate inspection, repository edits, database compilation, plug-in import, APEX page changes, and publication as authorization boundaries.
Read architecture.md before designing a new integration.
Detect installation state
- Compatible and installed: confirm package, plug-in, runtime, ECharts, ChartSpec, profile, and
FILES_VERSIONagainst repositorycompatibility.jsonor packagedassets/apex-distribution/compatibility.json; then use them. - Absent: list each missing component and provide the tagged artifacts and instructions. Install only with explicit authority and a confirmed non-production environment or approved target.
- Incompatible: stop. Show the installed and required versions, then propose a complete upgrade or rollback. Never mix components from different compatibility rows.
Read installation-upgrade.md for SQLcl, App Builder, linked skill installation, team onboarding, and guarded updates.
Select the integration mode
- Use a plug-in region when SQL, authorization, refresh, loading, error, drill-down, or volume needs an independent lifecycle. Use
INLINEfor small stable payloads andAJAXfor independent or larger refreshes. - Use Dynamic Content when the chart belongs to the same narrative and snapshot as KPIs, cards, text, or tables. Call
PK_APEX_ECHARTS.FUNC_CHART_INLINEorFUNC_CHART_AJAXfrom the domain package. - Use mixed mode when both are justified. Add one approved plug-in region in
RUNTIME_ONLYmode so assets load once; never emit a manual<script src>.
Read apex-plugin.md for plug-in work. Read dynamic-content.md for Dynamic Content or mixed pages.
Build the chart
- State the managerial question, grain, dimensions, measures, filters, volume, refresh behavior, and required fallback.
- Select the chart type using chart-selection.md. Honor an explicit task request before the profile, but do not silently use a misleading type.
- Keep SQL and authorization in the domain package. Use binds and return normalized columns or one
OPTION_JSONrow. - Build ChartSpec 1.0 through
PK_APEX_ECHARTS; provide an accessible description, empty message, safe error, and textual or tabular fallback when the chart is essential. - Apply precedence in this order: mandatory security/project rules, explicit current request, local profile, Brand Report Kit tokens, neutral profile.
- Keep the browser runtime offline and self-contained. Use only plug-in files; never add CDN, npm, GitHub, remote JavaScript, iframe, or network fallback.
Read project-profile.md before resolving defaults or visual tokens. Read chart-spec.md before producing ChartSpec, normalized SQL, or OPTION_JSON.
Integrate with Brand Report Kit
Let Brand Report Kit own the document, header, filters, cards, tables, print, and CLOB composition. Let Oracle APEX ECharts own the chart. Compile only chart tokens from the brand profile; do not copy logos or business identity into the core. Keep essential content usable when the chart fails.
Read brand-report-kit-integration.md whenever both skills or profiles are present. If the request uses the Brand Report Kit document, also read its linked SKILL.md and preserve its instructions.
Enforce guardrails
- Reject
eval, functions from data, free callbacks,renderItem, raw HTML, free URLs,dataView, arbitrary formatter strings, prototype keys, and unknown option keys. - Keep tooltip
renderModeasrichText; use only registered formatter names. - Authorize server-side; use binds; sanitize download names; dispatch fixed APEX events for drill-down.
- Escape HTML, attributes, and JSON embedded in
<script type="application/json">. - Cap depth, keys, payload, points, and submitted items. Treat warning and hard limits separately.
- Dispose charts, observers, requests, region interfaces, and handlers on refresh/removal. Abort and ignore stale AJAX responses.
- Preserve keyboard focus, ARIA, contrast, empty/error fallback, responsive sizing, and reduced motion.
Read security-performance.md for every implementation or review.
Validate before closing
- Validate the profile and schemas; compile the profile deterministically.
- Run lint, unit tests, build, checksums, ZIP integrity, plug-in export checks, license checks, and sensitive-data scan.
- Exercise inline, AJAX, Dynamic Content, mixed mode, multiple charts, ten refreshes, dispose, hidden regions, tabs, dialogs, fullscreen, resize, slow/stale AJAX, empty/error, large payload, keyboard, and reduced motion.
- Validate desktop, tablet, mobile, and narrow mobile. Confirm ECharts, runtime, and CSS each load once in Network.
- Compile or import only when authorized. After installation, query
USER_ERRORS,USER_OBJECTS,APEX_APPL_PLUGINS, andAPEX_APPL_PLUGIN_FILES. - Report exactly what ran, what remained repository-only, and which APEX/database/browser combinations were not tested.
Read validation.md for the evidence matrix.
Maintain upstream safely
Run npm run upstream:check only to detect a stable release. Run npm run upstream:update -- --version X.Y.Z --dry-run before --apply. Require official npm SRI, matching Apache archive/checksum names, OpenPGP verification when a signature exists, official KEYS, bundle SHA-256, licenses, notices, source metadata, version synchronization, rebuilt artifacts, and all tests. Never commit, push, release, or import APEX from the updater.
Treat a new ECharts major as a separate branch and PR with breaking-change, allowlist, ChartSpec, formatter, security, lifecycle, POC, and rollback review. Read upstream-maintenance.md.
What ships with it: 62 files
3032.0 KB alongside SKILL.md, 4 of them executable
agents/
- openai.yaml245 B
assets/
- apex-distribution/audit-installation.sql4.0 KB
- apex-distribution/compatibility.json653 B
- apex-distribution/docs/installation/manual.md949 B
- apex-distribution/docs/installation/page-designer.md749 B
- apex-distribution/docs/installation/rollback.md762 B
- apex-distribution/docs/installation/sqlcl.md877 B
- apex-distribution/docs/installation/upgrade.md471 B
- apex-distribution/install.sql6.0 KB
- apex-distribution/LICENSE11.1 KB
- apex-distribution/NOTICE607 B
- apex-distribution/packages/pk_apex_echarts.pkb48.8 KB
- apex-distribution/packages/pk_apex_echarts.pks2.0 KB
- apex-distribution/plugin.sql2848.8 KB
- apex-distribution/README.md841 B
- apex-distribution/schemas/chart-spec.schema.json5.8 KB
- apex-distribution/schemas/compatibility.schema.json1.9 KB
- apex-distribution/schemas/project-profile.schema.json5.2 KB
- apex-distribution/SHA256SUMS1.6 KB
- apex-distribution/validate-installation.sql2.2 KB
- consumer/manage_oracle_apex_echarts.pyruns13.0 KB
- consumer/ONBOARDING-EQUIPE.md1.1 KB
- examples/brand-report-kit/brand-profile.json4.1 KB
- examples/brand-report-kit/profile.yaml897 B
- examples/chart-types/area.json503 B
- examples/chart-types/bar.json498 B
- examples/chart-types/combo.json583 B
- examples/chart-types/donut.json487 B
- examples/chart-types/gauge.json431 B
- examples/chart-types/line.json507 B
- examples/chart-types/pie.json499 B
- examples/chart-types/scatter.json502 B
- examples/dynamic-content/ajax-process.sql266 B
- examples/dynamic-content/pk_oae_synthetic_demo.pkb1.4 KB
- examples/dynamic-content/pk_oae_synthetic_demo.pks174 B
- examples/dynamic-content/region-source.sql101 B
- examples/mixed/page-designer.md552 B
- examples/neutral-profile/profile.yaml901 B
- examples/plugin-region/normalized-sql.sql465 B
- examples/plugin-region/option-json.sql357 B
22 more files not listed here. See all 62 in the repository.