module-writer
Create or update a journal entry module (database, model, actions, views, controllers, API, docs, tests). Use when adding a new journal module or changing an existing module such as mood, health, or obligations.
Create or update a journal entry module (database, model, actions, views, controllers, API, docs, tests). Use when adding a new journal module or changing an existing module such as mood, health, or obligations.
Understand and use notifications in Umbraco backoffice (foundational concept)
Understand and use conditions in Umbraco backoffice (foundational concept)
Use umb-input-manifest to pick registered extensions in Umbraco backoffice
Claude Code Plugin 開發、發布、安裝、更新與 Marketplace 管理完整指南
Plan and execute CivicTheme upgrades in Drupal projects. Use when working with Drupal sites using CivicTheme that need version upgrades (e.g., 1.10→1.11, 1.11→1.12). Handles SDC migration, Twig syntax updates, build tooling changes, and customisation preservation. Triggers include "upgrade civictheme", "civictheme migration", "update civictheme version", or any CivicTheme-related Drupal theme upgrade work.
Implement property editor schemas in Umbraco backoffice using official docs
Dynamic Page Cache and BigPipe module behavior in Drupal. Use when asked about authenticated user caching, auto-placeholdering, lazy builders, BigPipe streaming, X-Drupal-Dynamic-Cache header, or why content shows UNCACHEABLE status. Covers interaction between caching layers.
Best practices for TYPO3 local development with DDEV, including configuration, database management, multi-version testing, and common workflows for v13/v14.
Use when writing ERB templates, partials, view helpers, or Turbo Stream responses - covers partial organization, optional locals, CSS class patterns, collection rendering
Create and manage Laravel configuration files with proper structure and type safety. Use when creating config files, managing application settings, defining configuration, or when user mentions config files, configuration, settings, or app config.
Create PHP trait mixins for reusable model behavior and request extensions. Use when creating mixins, adding traits to models, extending request behavior, or when user mentions mixins, traits, reusable behavior, or model extensions.
Install and customize shadcn/ui components with Tailwind CSS theming, variants, and styling. Use when adding UI components or customizing the design system.
Implement property actions in Umbraco backoffice using official docs
cm-template 프로젝트의 아키텍처, 개발 패턴, 워크플로우 컨텍스트를 제공합니다. Use when (1) 새 도메인/기능 구현 시, (2) 아키텍처 결정 필요 시, (3) 코드 패턴 확인 시, (4) DDD 구조 이해 필요 시.
Apply when handling file uploads, downloads, and storage management in Supabase.
Orchestrator for 5-phase blog article creation workflow
Drupal lazy builders and placeholder implementation. Use when asked about
Implement entry points in Umbraco backoffice using official docs
Django management command patterns for the World of Darkness application. Use when creating custom management commands for data validation, monitoring, batch processing, or maintenance tasks. Triggers on command creation, validation tools, data integrity checks, or scheduled tasks.