- CLI tool with check/enable/approve/reject/status commands - Stop hook integration for Claude Code blocking - Adversarial reviewer prompt template - Dual-publish structure (SKILL.md + .claude-plugin) - Session ID auto-detection from env vars or git state Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
258 B
Plaintext
32 lines
258 B
Plaintext
# Skills repository .gitignore
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Review gate state (transient)
|
|
.review-state/
|