webiny-admin-ai-powerups-catalog

Catalogs the GetSettingsFeature abstraction for Webiny admin AI powerups integration.

8.0k|673|Updated Jan 9, 2018
One-click install
npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-ai-powerups-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webiny-admin-ai-powerups-catalog
Source: https://github.com/webiny/webiny-js/tree/main/skills/user-skills/generated/admin/ai-powerups
Command: npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-ai-powerups-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers extending the Webiny admin panel need to locate the correct feature abstraction and its exact import path for AI powerups settings without searching the entire monorepo.

Core Features & Use Cases

  • Abstraction Catalog: Lists the GetSettingsFeature abstraction with its exact import statement and source file location.
  • Source Reference: Points to @webiny/ai-powerups/admin/features/settings/getSettings/feature.ts so developers can read the exact interface and types.
  • Use Case: When building a Webiny admin extension that reads AI powerups settings, use this catalog to import GetSettingsFeature from webiny/admin/ai-powerups and inspect its typed interface.

Quick Start

Ask the assistant to show the GetSettingsFeature abstraction from the Webiny admin AI powerups catalog and read its source file for the exact interface.

Frequently Asked Questions about webiny-admin-ai-powerups-catalog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import GetSettingsFeature in a Webiny admin extension?

Import it with the statement: import { GetSettingsFeature } from "webiny/admin/ai-powerups". Read the source file at @webiny/ai-powerups/admin/features/settings/getSettings/feature.ts first to confirm the exact interface and types.

What abstractions are available in the Webiny admin AI powerups module?

The catalog currently lists one abstraction: GetSettingsFeature, which provides access to AI powerups settings within the Webiny admin application.

Where is the GetSettingsFeature source code located in webiny-js?

The source file is located at @webiny/ai-powerups/admin/features/settings/getSettings/feature.ts in the webiny-js monorepo. Reading it gives you the exact interface and type definitions.

Can I use GetSettingsFeature outside the Webiny admin app?

The abstraction is exported from the webiny/admin/ai-powerups path, which targets the Webiny admin application context. Usage outside that context is not documented in this catalog.