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:
0
.claude/commands/.gitkeep
Normal file
0
.claude/commands/.gitkeep
Normal file
3
.claude/settings.json
Normal file
3
.claude/settings.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://claude.ai/claude-code/settings.schema.json"
|
||||
}
|
||||
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Secrets
|
||||
secrets/
|
||||
*.pem
|
||||
*.key
|
||||
15
CLAUDE.md
Normal file
15
CLAUDE.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Claude Code AI Workflow
|
||||
|
||||
This repository contains configurations, prompts, and tools to improve the Claude Code AI workflow.
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `.claude/` - Claude Code configuration
|
||||
- `commands/` - Custom slash commands (skills)
|
||||
- `prompts/` - Reusable prompt templates
|
||||
- `scripts/` - Automation scripts
|
||||
- `hooks/` - Claude Code hooks (pre/post tool execution)
|
||||
|
||||
## Usage
|
||||
|
||||
This project is meant to be used alongside Claude Code to enhance productivity and maintain consistent workflows.
|
||||
0
hooks/.gitkeep
Normal file
0
hooks/.gitkeep
Normal file
0
prompts/.gitkeep
Normal file
0
prompts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
Reference in New Issue
Block a user