webiny-api-ai-powerups-catalog

Catalogs the CmsGenerateEntryContentUseCase abstraction for AI-powered CMS content generation in Webiny.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers building on Webiny need to locate the correct abstraction and import path for AI-powered CMS entry content generation without searching the entire monorepo source tree.

Core Features & Use Cases

  • Abstraction Catalog: Lists the CmsGenerateEntryContentUseCase abstraction with its exact import path from webiny/api/ai-powerups.
  • Source Reference: Points to the source file @webiny/ai-powerups/api/features/CmsGenerateEntryContent/abstractions.ts so you can read exact interfaces and types.
  • Use Case: When implementing a feature that generates CMS entry content with AI in a Webiny project, look up the use case abstraction here, read its source for the contract, and wire it into your code following the referenced use case or event handler patterns.

Quick Start

Ask the AI to show the CmsGenerateEntryContentUseCase abstraction from webiny/api/ai-powerups and read its source file to get the exact interface.

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

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

FAQPage Schema
How do I generate CMS entry content with AI in Webiny?

Import CmsGenerateEntryContentUseCase from webiny/api/ai-powerups and read its source at @webiny/ai-powerups/api/features/CmsGenerateEntryContent/abstractions.ts to get the exact interface. Then implement it following the webiny-use-case-pattern or webiny-event-handler-pattern skills.

What is the import path for CmsGenerateEntryContentUseCase?

Import it with: import { CmsGenerateEntryContentUseCase } from "webiny/api/ai-powerups". The underlying source lives in the @webiny/ai-powerups package under api/features/CmsGenerateEntryContent/abstractions.ts.

Where is the CmsGenerateEntryContentUseCase source code located?

The source is at @webiny/ai-powerups/api/features/CmsGenerateEntryContent/abstractions.ts in the webiny-js repository. You must read this file to get the exact interface and types before using the abstraction.

Does this catalog include implementation patterns for Webiny use cases?

No, it only catalogs the abstraction and its import path. For implementation guidance, it directs you to the separate webiny-use-case-pattern or webiny-event-handler-pattern skills.

What are the limitations of this abstraction catalog?

It covers only one abstraction, CmsGenerateEntryContentUseCase, from the api/ai-powerups package. It does not provide the interface details inline, so you must read the referenced source file for exact types.