Commit graph

2 commits

Author SHA1 Message Date
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