Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

concretecms-skills

يحتوي concretecms-skills على 9 من skills المجمعة من MacareuxDigital، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
9
محدث
2026-06-11
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

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.

2026-06-11
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" — for example, adding a new endpoint, accepting a POST parameter, rendering a user-supplied string, unserializing block config, fetching a URL server-side, or handling a file upload. Concrete CMS shipped 90+ CVEs over the past four years and the failure modes repeat — admin strings rendered raw, missing CSRF tokens on state-changing GETs, unserialize() on stored data, file uploads validated after writing, sequential IDs without per-object authz, type-juggling guard bypasses, OAuth handlers that skip account-state checks. This skill encodes the patterns behind those CVEs so you do not reproduce them.

2026-05-21
building-packages
مطوّرو البرمجيات

Create and manage Concrete CMS packages. Use this skill when the user asks to create a custom package or manage existing packages.

2026-05-06
building-blocktypes
مطوّرو الويب

Create and manage Concrete CMS block types. Use this skill when the user asks to create or modify custom block types.

2026-04-09
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.

2026-03-04
customizing-express-form
مطوّرو الويب

Customize the appearance of Express forms in Concrete CMS

2026-03-03
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.

2026-02-23
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.

2026-02-23
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.

2026-02-08