Customizing Express Form
Customize the appearance of Express forms in Concrete CMS
Building Packages
Create and manage Concrete CMS packages. Use this skill when the user asks to create a custom package or manage existing packages.
Building Blocktypes
Create and manage Concrete CMS block types. Use this skill when the user asks to create or modify custom block types.
Building Block Templates
Create custom templates for Concrete CMS block types. Use this skill when you need to change the markup of an existing block type without modifying its core files.
Building Singlepages
This skill provides instructions and best practices for creating and managing single pages in Concrete CMS packages. Use this skill when you need to add custom dashboard pages, specific application logic pages, or any landing pages that don't follow the standard page type/template system.
Concrete Dashboard Crud
This skill provides instructions and best practices for implementing a CRUD (Create, Read, Update, Delete) interface for Doctrine entities within the Concrete CMS Dashboard, following standard core patterns.
Building Themes
This skill provides guidance and standard workflows for developing custom themes for Concrete CMS, including directory structure, page templates, asset management, and v9+ features like containers. Use this when creating or modifying Concrete CMS themes.
Concretecms Mcp Server
A Model Context Protocol (MCP) server that integrates with Concrete CMS's REST API.
Concrete Cms Security
Apply this skill whenever you are writing, reviewing, or modifying PHP code for Concrete CMS (concrete5) — custom blocks, packages, single pages, dashboard or dialog or backend controllers, REST endpoints, Express entities, themes, attribute types, jobs, or anything in concrete/controllers, concrete/blocks, controllers/, blocks/, packages/, src/. Use it even when the user does not say "security"…
Working With Database
Connect to databases, execute queries, and manipulate data in Concrete CMS projects. Use this skill when the user asks to build custom block types or connect with database.