UNPKG

claude-git-hooks

Version:

Git hooks with Claude CLI for code analysis and automatic commit messages

38 lines (33 loc) 1.05 kB
{ "name": "ai", "displayName": "AI/CLI (Node.js + Claude)", "description": "Node.js CLI tools with Claude API integration", "version": "1.0.0", "techStack": [ "Node.js", "ES Modules", "Claude API", "CLI tools", "Git hooks", "Bash scripting", "Markdown templates" ], "fileExtensions": [".js", ".json", ".md", ".sh"], "focusAreas": [ "Claude API usage and best practices", "Prompt engineering quality", "CLI user experience", "Error handling and logging", "Git operations safety", "Cross-platform compatibility", "Token usage optimization", "Security (API keys, secrets)" ], "templates": { "analysis": "ANALYSIS_PROMPT.md", "guidelines": "PRE_COMMIT_GUIDELINES.md", "commitMessage": "../shared/COMMIT_MESSAGE.md", "analyzeDiff": "../shared/ANALYZE_DIFF.md", "resolution": "../shared/RESOLUTION_PROMPT.md" } }