Initial project setup for Claude Code workflow

- Add .claude/ directory for Claude Code configuration
- Add prompts/ for reusable prompt templates
- Add scripts/ for automation scripts
- Add hooks/ for Claude Code hooks
- Add CLAUDE.md with project documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Hugo Nijhuis
2025-12-28 17:16:59 +01:00
committed by Hugo Nijhuis
commit 85ba27b039
7 changed files with 36 additions and 0 deletions

3
.claude/settings.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://claude.ai/claude-code/settings.schema.json"
}