webiny-skill-generator — aws-lambda webiny-skill-generator, webiny-js, community, aws-lambda, ide skills, graphql, headless, headless-cms, javascript, lambda, Claude Code

v1.0.0
GitHub

About this Skill

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

# Core Topics

webiny webiny
[8.0k]
[657]
Updated: 3/22/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

webiny-skill-generator

Install webiny-skill-generator, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Webiny Skill Generator

Generates per-category catalog JSON files from the webiny npm package's public API. Each catalog lists all UseCase and EventHandler abstractions in a category with their resolved source file paths. LLMs read source files on demand for exact, up-to-date types — no enrichment phase needed.

How It Works

bash
1yarn generate-skills

The script:

  1. Discovers all EventHandler and UseCase exports from packages/webiny
  2. Resolves the actual source file path for each export via ts-morph
  3. Writes one catalog JSON per category to skills/catalogs/

That's it. No skeletons, no enrichment, no templates.

Output

skills/
├── catalogs/
│   ├── api-cms.json           # 82 entries
│   ├── api-security.json      # 37 entries
│   ├── api-website-builder.json
│   ├── api-tenancy.json
│   ├── api-file-manager.json
│   ├── api-aco.json
│   ├── api-scheduler.json
│   └── api-system.json
└── patterns/
    ├── use-case.md            # Generic UseCase pattern doc
    └── event-handler.md       # Generic EventHandler pattern doc

Each catalog entry looks like:

json
1{ 2 "className": "CreateTenantUseCase", 3 "importPath": "webiny/api/tenancy", 4 "type": "use-case", 5 "typeLabel": "UseCase", 6 "humanName": "Create Tenant", 7 "entity": "Tenant", 8 "operation": "create", 9 "sourceFilePath": "packages/api-core/src/features/tenancy/CreateTenant/index.ts", 10 "description": "Programmatically create tenant." 11}

How LLMs Use Catalogs

  1. Find the right abstraction: Read the catalog JSON for the relevant category
  2. Read the pattern doc: skills/patterns/use-case.md or skills/patterns/event-handler.md
  3. Resolve types on demand: Read the sourceFilePath from the catalog entry to get exact interfaces, payloads, and error types
  4. Generate code: Use the pattern + resolved types to write the extension

This ensures types are always current — no stale snapshots.

CLI Options

bash
1# Full regeneration 2yarn generate-skills 3 4# Verbose output 5yarn generate-skills --verbose 6 7# Check discovered exports without writing files 8yarn generate-skills --check 9 10# Only process a specific category 11yarn generate-skills --category api/cms 12 13# Only process a specific plugin type 14yarn generate-skills --plugin event-handler

Release Workflow

  1. Run yarn generate-skills after a platform release
  2. Commit the updated catalog files
  3. That's it — no enrichment step needed

Adding a New Abstraction Type

To support a new pattern (e.g., classes ending in Middleware):

  1. Create a new plugin in scripts/generateSkills/src/plugins/ implementing the AbstractionPlugin interface
  2. Register it in scripts/generateSkills/src/plugins/index.ts
  3. Run the pipeline — new entries appear in catalogs automatically

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is webiny-skill-generator?

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

How do I install webiny-skill-generator?

Run the command: npx killer-skills add webiny/webiny-js/webiny-skill-generator. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with webiny-skill-generator?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add webiny/webiny-js/webiny-skill-generator. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use webiny-skill-generator immediately in the current project.

Related Skills

Looking for an alternative to webiny-skill-generator or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI