Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

drupal-ai

drupal-ai에는 edutrul에서 수집한 skills 35개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
35
Stars
64
업데이트
2026-04-24
Forks
13
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

drupal-htmx
소프트웨어 개발자

HTMX in Drupal 11.3+ core — the Htmx PHP fluent builder, dynamic forms with swapOob, partial routes with _htmx_route, response headers, and Drupal.behaviors integration. Use when building interactive UI without full-page reloads using Drupal's native HTMX support.

2026-04-24
ddev-expert
소프트웨어 개발자

DDEV local development expertise. Use when working with DDEV projects, containers, configuration, or troubleshooting DDEV environments.

2026-04-15
docker-local
네트워크·컴퓨터 시스템 관리자

Custom Docker Compose local development patterns. Use when working with Docker-based local environments, container configuration, or troubleshooting Docker setups.

2026-04-15
drupal-access
소프트웨어 개발자

Drupal access control — permissions.yml, access callbacks, AccessResult, custom access checkers, and entity access.

2026-04-15
drupal-caching
소프트웨어 개발자

Drupal Cache API — cache tags, contexts, max-age, cache bins, invalidation, and adding cache metadata to render arrays.

2026-04-15
drupal-composer
소프트웨어 개발자

Drupal Composer management — requiring modules, updates, patches via composer-patches, and version constraints.

2026-04-15
drupal-config
소프트웨어 개발자

Drupal configuration management with Drush — import/export config, preview config changes before applying (e.g., seeing what would change without importing), config splits, and environment syncing.

2026-04-15
drupal-contrib-mgmt
소프트웨어 개발자

Drupal contrib module upgrade triage — Drupal.org issue queue research, local patch creation (git diff), composer-patches workflows, Drupal 11 compatibility via core_version_requirement, Drupal Lenient handling, and upgrade_status analysis. Not for generic Composer dependency management.

2026-04-15
drupal-debugging
소프트웨어 개발자

Drupal debugging techniques — Devel module, Drush watchdog, Twig debug, XDebug, error logging, and common troubleshooting patterns.

2026-04-15
drupal-drush
소프트웨어 개발자

Drush commands for Drupal — cache, config, module management, generators, field creation, and non-interactive scaffolding for AI-assisted development.

2026-04-15
drupal-dtt
소프트웨어 품질 보증 분석가·테스터

Drupal Test Traits (DTT) ExistingSite tests — testing against a live Drupal site, creating content, asserting pages, and running tests with DDEV.

2026-04-15
drupal-entity-api
소프트웨어 개발자

Drupal Entity API — loading, creating, updating, and deleting entities using entity_type.manager. Node, User, Term, Media patterns.

2026-04-15
drupal-events
소프트웨어 개발자

Drupal event subscribers — Symfony events (PSR-14), KernelEvents, services.yml tags, and hooks vs events decision guide.

2026-04-15
drupal-fields
소프트웨어 개발자

Drupal fields — field types, widgets, formatters, drush field:create, field storage/config, and accessing single-value and multi-value field values in PHP code.

2026-04-15
drupal-form-ajax
소프트웨어 개발자

Drupal AJAX form callbacks,

2026-04-15
drupal-form-alter
소프트웨어 개발자

Drupal form alter patterns — hook_form_alter, hook_form_FORM_ID_alter, OOP hooks, hiding fields with access, changing required/default values, and adding validate or submit handlers.

2026-04-15
drupal-form-api
소프트웨어 개발자

Drupal Form API — building forms with FormBase/ConfigFormBase, form elements, validate/submit handlers, DI, and generating forms with Drush including routes.

2026-04-15
drupal-form-validation
소프트웨어 개발자

Drupal form validation — validateForm(),

2026-04-15
drupal-hooks
소프트웨어 개발자

Drupal 11 OOP and procedural hooks — hook_form_alter, hook_node_presave, hook_theme,

2026-04-15
drupal-javascript
소프트웨어 개발자

Drupal JavaScript behaviors, libraries.yml, drupalSettings, attach_library(), and custom client-side AJAX commands using Drupal.AjaxCommands.prototype.

2026-04-15
drupal-kernel
소프트웨어 개발자

Drupal Kernel tests with KernelTestBase — testing services, database operations, hooks, and entity operations with minimal Drupal bootstrap.

2026-04-15
drupal-menus
소프트웨어 개발자

Drupal menus — links.menu.yml, links.task.yml, links.action.yml, contextual links, and programmatic menu manipulation.

2026-04-15
drupal-migrations
소프트웨어 개발자

Drupal migration API — D7-to-D11 upgrades, CSV imports, JSON API imports, and custom source/process/destination plugins.

2026-04-15
drupal-paragraphs
소프트웨어 개발자

Drupal Paragraphs module — accessing paragraph entities, rendering, altering paragraph forms, and patterns for custom paragraph behavior.

2026-04-15
drupal-plugins
소프트웨어 개발자

Drupal plugin system — Block, Field, Condition, Filter plugins with PHP attributes and ContainerFactoryPluginInterface.

2026-04-15
drupal-queries
소프트웨어 개발자

Drupal database queries — Select, Insert, Update, Delete using the database abstraction layer. Never concatenate SQL.

2026-04-15
drupal-render
소프트웨어 개발자

Drupal render arrays — structure, cache metadata (tags, contexts, max-age), render elements, and markup safety.

2026-04-15
drupal-routes
소프트웨어 개발자

Drupal routing — routing.yml, admin routes, settings form routes, controllers, route parameters, title callbacks, entity upcasting, permissions, and URL/link generation.

2026-04-15
drupal-search-api
소프트웨어 개발자

Search API — index configuration, boost processors, field types, number field boosting, engagement metrics, and reindexing workflows.

2026-04-15
drupal-security
소프트웨어 개발자

Drupal security for routes, controllers, forms, and queries. Add route permissions, access checks, CSRF protection, XSS prevention, SQL injection prevention, and secure file upload validation.

2026-04-15
drupal-services
소프트웨어 개발자

Drupal services and dependency injection for controllers, forms, and plugins. Inject services into block plugins, custom plugins, and services using ContainerFactoryPluginInterface and services.yml.

2026-04-15
drupal-state
소프트웨어 개발자

Drupal State API — storing and retrieving runtime state that persists across requests but is not configuration.

2026-04-15
drupal-taxonomy
소프트웨어 개발자

Drupal Taxonomy — loading taxonomy terms, vocabularies, term hierarchy, taxonomy term reference fields, and Twig or PHP patterns for taxonomy entities.

2026-04-15
drupal-twig
소프트웨어 개발자

Drupal Twig templates — best practices, auto-escaping, translation, library attaching, debugging, and SDC components.

2026-04-15
drupal-unit
소프트웨어 품질 보증 분석가·테스터

Drupal Unit tests with UnitTestCase — testing isolated PHP logic with no Drupal bootstrap, mocking dependencies.

2026-04-15