CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. webmaxru
  4. /
  5. enonic-agent-skills
  6. /
  7. Enonic Content Type Generator

Enonic Content Type Generator

Editor's Note

If you're building Enonic XP sites and tired of hand-writing XML schema definitions, this skill generates proper content type files from plain English descriptions. It handles the full spec: input types, item sets, option sets, mixins, x-data, and content type inheritance. The workflow is sensible: it auto-detects your Enonic project root, maps your requirements to the correct input types using its reference docs, and scaffolds the XML in the right directory structure. Version 1.5 from webmaxru. Best for scaffolding new content types or adding fields to existing ones. Won't help with controllers, GraphQL, or anything outside Enonic's schema layer.

Install

npx skills add https://github.com/webmaxru/enonic-agent-skills --skill enonic-content-type-generator
Votes
0
Installs146
Categories
DocumentationAI & Agent BuildingAutomation & Workflows
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Documentation Skills

View all →
writing-docs

remotion-dev/remotion

0
34.1k
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
docs-writer-learn

reactjs/react.dev

0
11.7k
Use when writing or editing files in src/content/learn/. Provides Learn page structure and tone.
docs-demo

remotion-dev/remotion

0
34.1k
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
docs-writer-blog

reactjs/react.dev

0
11.7k
Use when writing or editing files in src/content/blog/. Provides blog post structure and conventions.
learned-docs

dagster-io/erk

0
66
This skill should be used when writing, modifying, or reorganizing
docstring

pytorch/pytorch

0
97.1k
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.