.agents/skills/extensions-themes/SKILL.md
Work on Madoc TS theme extension registration, theme API calls, and theme lifecycle management. Use when adding theme extension definitions, plugin overrides, or theme API flows in services/madoc-ts.
npx skillsauth add digirati-co-uk/madoc-platform extensions-themesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Explain how theme extensions are registered and how theme management APIs are called so new themes and overrides are integrated correctly.
services/madoc-ts/src/extensions/themes/extension.tsservices/madoc-ts/src/extensions/registry-extension.tsservices/madoc-ts/src/types/themesThemeExtension is a RegistryExtension with registry name themes./api/madoc/system/themes* endpoints for list, get, install, enable, disable, and uninstall.services/madoc-ts/src/extensions/themes/extension.ts for registry and API methods.services/madoc-ts/src/extensions/registry-extension.ts to understand registry/plugin event handling.services/madoc-ts/src/types/themes.themes)tools
Work on Madoc TS shared utility helpers (JWT, metadata, errors, IIIF helpers, auth helpers). Use when changing core utility functions or shared helpers in services/madoc-ts.
development
Work on Madoc TS shared type definitions and schema contracts. Use when updating TypeScript types, JSON schema shapes, or cross-layer data contracts in services/madoc-ts.
tools
Understand and extend Madoc TS task automation, including bots and task-related extensions. Use when adding task automation, bot behavior, or task metadata resolution in services/madoc-ts.
development
Work on Madoc TS site SSR pipeline, HTML template injection, and site render data wiring. Use when changing site SSR behavior, template tokens, or site SSR data wiring in services/madoc-ts.