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

drupal-workflow

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

수집된 skills
19
Stars
15
업데이트
2026-04-15
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

autopilot-tuner
소프트웨어 개발자

Analyze autopilot effectiveness and tune the drupal-workflow plugin based on real session data. Use when the autopilot feels too noisy, too quiet, or is being ignored. Also use when you want to check if recent changes to the plugin are actually working, review intervention acceptance rates, or improve classifier accuracy. Trigger on: "tune autopilot", "autopilot stats", "self-improve", "is the autopilot working", "too many warnings", "interventions being ignored", "plugin health", or after any conversation about autopilot effectiveness.

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

Core Drupal development rules covering code quality, security, services, and testing verification. ALWAYS consult when writing Drupal code.

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

Docs-first discovery for efficient codebase exploration. Use before Glob/Grep/Explore to get Logic IDs and file paths directly from semantic documentation. Saves tokens by avoiding expensive file searches. Commands include `/discover FEATURE` for feature lookup, `/discover "search terms"` for keyword search, and `/discover --prime` to load the business index.

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

Explore requirements, constraints, and design options before implementing Drupal features. Use BEFORE writing code — when starting a new feature, module, or significant change. Produces a decision record with entity design, service architecture, and hook/event strategy.

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

Cache bins, tags, contexts, invalidation strategies, and external caching for Drupal 10/11. Use when implementing caching, optimizing performance, or configuring cache backends.

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

PHPCS, PHPStan, naming conventions, and code style enforcement for Drupal 10/11. Use when checking coding standards, running static analysis, or enforcing code quality.

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

Configuration management patterns for Drupal 10/11 — config split, config ignore, environments, import/export workflows, config readonly, and the sync/install/optional directory hierarchy. Use when working with config export/import, multi-environment deployments, config split setup, or managing configuration across dev/staging/prod.

2026-04-15
drupal-conventions
웹 개발자

Load Drupal-specific conventions (translations, CSS, error handling) on demand. Use when working on theming, translations, or exception handling.

2026-04-15
drupal-delegation
웹 개발자

Execute implementation plans by dispatching specialized Drupal agents in parallel. Use AFTER planning — when you have a plan with independent tasks to delegate. Dispatches @drupal-builder, @drupal-reviewer, @drupal-verifier with structural awareness.

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

Field type selection, entity CRUD operations, view modes, and content modeling patterns for Drupal 10/11. Use when designing content types, selecting field types, or working with the Entity API.

2026-04-15
drupal-hook-patterns
웹 개발자

OOP hooks (Drupal 11), form alters, entity hooks, and legacy bridges for Drupal 10/11. Use when implementing hooks, form alterations, or event subscribers.

2026-04-15
drupal-security-patterns
정보 보안 분석가

OWASP prevention patterns, access control, input sanitization, and XSS protection for Drupal 10/11. Use when reviewing code for security issues, implementing access control, or hardening Drupal applications.

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

Service definitions, dependency injection patterns, and interface design for Drupal 10/11. Use when creating services, registering dependencies, or implementing the service container pattern.

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

Practical Drupal testing patterns using curl smoke tests, drush eval, and test scripts. Use when verifying Drupal implementations actually work - module enabled, service exists, page renders, config correct.

2026-04-15
semantic-docs
소프트웨어 개발자

Navigate semantic documentation in docs/semantic/ that maps business logic to Drupal code. Use this skill when asking how features work (authentication, content types, views, migrations, access control, workflows, caching, theming, forms, blocks, entities). Search by Logic ID (AUTH-L1), feature code (MIGR), user story (US-001), or entity schema. Answers "where is X implemented?", "how does X work?", "what code handles X?".

2026-04-15
structural-index
소프트웨어 개발자

Generate and query structural indexes for Drupal projects. Parses services.yml, routing.yml, hooks, plugins, and entity types to build an automated dependency graph. Use for blast radius analysis, service dependency mapping, and structural queries. Commands include `/structural-index` to generate, and structural query prefixes via discover (e.g., `discover service:entity_type.manager`, `discover deps:AUTH`).

2026-04-15
twig-templating
웹 개발자

Twig template patterns, filters, theme suggestions, and component architecture for Drupal 10/11. Use when creating or modifying Twig templates, implementing theme hooks, or building front-end components.

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

Gate function ensuring implementations are tested before claiming completion. Prevents rationalization and untested claims. Use at the end of any implementation task to validate work actually functions.

2026-04-15
writing-plans
소프트웨어 개발자

Use when delegating tasks to sub-agents or creating implementation plans. Write comprehensive plans assuming the engineer has zero codebase context. Include exact file paths, complete code, verification commands, and bite-sized tasks.

2026-04-15