abderrahimghazali/cursor-rules
Cursor rule Cursor
Standards for PHP and Drupal development.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Standards for PHP and Drupal development.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Template for defining project context.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Guidelines for creating consistent pull request changelists in markdown format with proper code block formatting.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent identification and authentication failures in Python applications as defined in OWASP Top 10:2021-A07.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent broken access control vulnerabilities in Python applications as defined in OWASP Top 10:2021-A01.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent cryptographic failures in Python applications as defined in OWASP Top 10:2021-A02.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent injection vulnerabilities in Python applications as defined in OWASP Top 10:2021-A03.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent insecure design patterns in Python applications as defined in OWASP Top 10:2021-A04.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent software and data integrity failures in Python applications as defined in OWASP Top 10:2021-A08.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent security logging and monitoring failures in Python applications as defined in OWASP Top 10:2021-A09.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent security misconfigurations in Python applications as defined in OWASP Top 10:2021-A05.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent Server-Side Request Forgery (SSRF) vulnerabilities in Python applications as defined in OWASP Top 10:2021-A10.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Detect and prevent vulnerabilities related to outdated dependencies and components in Python applications as defined in OWASP Top 10:2021-A06.
abderrahimghazali/cursor-rules
Cursor rule Cursor
React component patterns and hooks usage guidelines.
abderrahimghazali/cursor-rules
Cursor rule Cursor
Standards for maintaining README.md documentation.
abderrahimghazali/cursor-rules
Cursor rule Cursor
This rule helps identify potential secrets, credentials, and sensitive data in code files to prevent accidental exposure or leakage. It provides warnings when secrets are detected and suggests best practices for secure secret management.
abderrahimghazali/drupal-boost
Plugin Claude Code
Comprehensive Drupal 11 development toolkit: module scaffolding, theme development, configuration management, migration, security auditing, testing, deployment, and more. Supports DDEV and Lando.
abderrahimghazali/drupal-boost
Agent
Designs Drupal 11 module and feature architectures. Proposes service structure, plugin choices, entity design, and API patterns with implementation blueprints. Use when designing a new feature, choosing between implementation approaches, or planning module architecture. Design a custom content entity for tracking user…
abderrahimghazali/drupal-boost
Agent
Deep Drupal codebase analysis agent. Traces service definitions, plugin discovery, routing, hook implementations, entity relationships, and module dependencies. Use when exploring how a Drupal feature works, understanding service wiring, or tracing execution paths through Drupal core or contrib modules. Analyze how…
abderrahimghazali/drupal-boost
Agent
Analyzes source data and designs Drupal migration strategies. Maps source schemas to Drupal entities, identifies required process plugins, and creates migration YAML configurations. Use when planning a data migration into Drupal. Plan a migration from a legacy MySQL database to Drupal content types Analyze CSV files…
abderrahimghazali/drupal-boost
Agent
Reviews Drupal code for coding standards compliance, Drupal API best practices, deprecated API usage, and Drupal-specific anti-patterns. Use after writing Drupal code to ensure it follows conventions and avoids common pitfalls. Review the custom module I just created for coding standards issues Check my entity access…
abderrahimghazali/drupal-boost
Agent
Performs deep security audits of Drupal code checking for XSS vulnerabilities, SQL injection, access bypass, CSRF issues, insecure file handling, and permission misconfigurations. Use when reviewing security or before deploying to production. Run a security audit on all custom modules before production deployment…
abderrahimghazali/drupal-boost
Agent
Runs and analyzes Drupal tests, identifies failures, and suggests fixes. Handles PHPUnit (unit, kernel, functional, browser), PHPStan, PHPCS, and Drupal Check. Use when running tests, debugging test failures, or setting up test infrastructure. Run PHPUnit tests for my custom module and fix any failures Set up PHPStan…
abderrahimghazali/drupal-boost
Command
Full 7-phase feature development workflow for Drupal 11 with parallel agents for exploration, architecture, and review. The flagship command for building features the right way.