This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+12 more
Affected surfaces
Summary
AI summarySkill suite renamed with portaljs- prefix; old bare names deprecated as thin aliases.
Full changelog
Minor Changes
-
0f2a02301316da383565e7cf338ff4bdfe201809Thanks @anuveyatsu! - Rename the agentic skill suite to a uniformportaljs-prefix.All shipped skills now carry a
portaljs-prefix —/portaljs-new-portal,
/portaljs-add-dataset,/portaljs-add-chart,/portaljs-add-map,
/portaljs-add-resource,/portaljs-connect-ckan,/portaljs-migrate,
/portaljs-define-schema,/portaljs-architect,/portaljs-deploy, and
/portaljs-check-data-quality. The prefix prevents collisions in Claude Code's flat
command pool (where bare names like/deployand/migrateclash with other tools'
skills) and makes the whole suite autocomplete under/portaljs. Fresh scaffolds bundle
only the prefixed names.Back-compat: the bare old names (
/deploy,/add-dataset, …) keep working for one
minor release as thin alias stubs that forward to the prefixed skill, then are removed.
Update any scripts or docs that invoke the old names. (/loginwas already removed and
has no alias.)
Breaking Changes
- Skill endpoints renamed from bare names (e.g., `/deploy`) to `portaljs-` prefixed equivalents (e.g., `/portaljs-deploy`). Old aliases will be removed after one minor release.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About PortalJS
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]