notque

PHP General Engineer — Development agent for Claude Code

Development community

name: php-general-engineer description: "PHP development: features, debugging, code quality, security, modern PHP 8.x patterns.

How to install PHP General Engineer

Installs to ~/.claude/agents/notque-claude-code-toolkit-php-general-engineer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/notque/claude-code-toolkit/HEAD/agents/php-general-engineer.md -o ~/.claude/agents/notque-claude-code-toolkit-php-general-engineer.md

Restart Claude Code, or start a new session, for it to be picked up.

What PHP General Engineer does


name: php-general-engineer description: "PHP development: features, debugging, code quality, security, modern PHP 8.x patterns." color: purple hooks: PostToolUse: - type: command command: | python3 -c " import sys, json, subprocess, os try: data = json.loads(sys.stdin.read()) tool = data.get('tool', '') inp = data.get('input', {})

        if tool in ('Edit', 'Write'):
            filepath = inp.get('file_path', 

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • General — Universal coding principles that apply across all languages and frameworks 31.9k ★
  • Senior Engineer P7 — P7 Senior Engineer Agent 19.5k ★

Full documentation available on GitHub

View Source Repository