Commit graph

5 commits

Author SHA1 Message Date
Mirko Janssen
0f7fbf5029
Merge 215564868f into 50d6611e37 2025-11-04 22:51:54 +01:00
Claude
215564868f
Update Claude.md to reference skills with brief overviews
Replace detailed instructions with skill references and 2-3 sentence overviews for:
- Docker Environment → /docker-setup
- Testing → /run-tests
- Code Quality → /static-analysis
- Adding New Modules → /create-module
- Database Operations → /database-operations
- Debugging → /debug-setup
- Troubleshooting Docker → /troubleshoot-docker

This reduces duplication and keeps Claude.md concise while maintaining comprehensive guidance through skills.
2025-11-04 21:49:56 +00:00
Claude
5ae612227e
Add Claude.md and Foundation skills
- Created Claude.md with comprehensive project context for AI assistant
- Added 7 skills for common development workflows:
  - docker-setup: Initialize Docker development environment
  - create-module: Scaffold new DDD modules following framework architecture
  - run-tests: Execute PHPUnit test suites with coverage
  - static-analysis: Run PHPStan and Deptrac for code quality
  - database-operations: Database import, export, and management
  - troubleshoot-docker: Diagnostic steps for Docker issues
  - debug-setup: Configure Xdebug for PHPStorm and VS Code

Each skill includes step-by-step instructions, verification steps, troubleshooting guides, and quick reference commands.
2025-11-04 21:41:27 +00:00
Mirko Janssen
50d6611e37 use native "docker compose" command 2025-10-13 13:55:11 +02:00
Mirko Janssen
5cac1183fc initial commit 2025-06-13 18:29:55 +02:00