skills/.system/jwebmp-fullcalendar-pro/SKILL.md
FullCalendar Premium integration for JWebMP with advanced calendar features. Extends jwebmp-fullcalendar with resource scheduling, timeline views, vertical resource view, premium plugins, and enterprise features. Requires FullCalendar Premium license. Use when working with FullCalendar Premium features, resource scheduling, timeline views, or advanced calendar capabilities.
npx skillsauth add guicedee/ai-rules jwebmp-fullcalendar-proInstall 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.
FullCalendar Premium integration for JWebMP with advanced calendar features.
options.setResources(List.of(
new Resource()
.setId("room-a")
.setTitle("Conference Room A")
.setEventColor("blue"),
new Resource()
.setId("room-b")
.setTitle("Conference Room B")
.setEventColor("green")
));
options
.setInitialView("resourceTimelineDay")
.setResourceAreaHeaderContent("Rooms")
.setResourceAreaWidth("20%")
.setSlotDuration("00:15:00");
options.setInitialView("resourceTimeGridDay");
new Event()
.setTitle("Meeting")
.setStart("2025-03-15T10:00:00")
.setEnd("2025-03-15T11:00:00")
.setResourceId("room-a");
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>full-calendar-pro</artifactId>
</dependency>
Note: Requires valid FullCalendar Premium license.
com.jwebmp.plugins.fullcalendarprodevelopment
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
development
WebAwesome icon integration for JWebMP — modern, open-source icon library. Provides 1,500+ icons with solid/regular styles, sizing, rotation, animation, and CSS utilities. Drop-in FontAwesome alternative with fresh designs. Use when working with WebAwesome icons, modern icon designs, or as FontAwesome alternative in JWebMP applications.
development
WebAwesome Pro integration for JWebMP with premium icons and features. Extends jwebmp-webawesome with additional styles, premium icons, and advanced features. Use when working with WebAwesome Pro icons or premium WebAwesome features in JWebMP applications.