skill-inject 0.9.0

skill-inject: local semantic auto-injection of agent skills
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust build output
/target

# fastembed model cache (downloaded on first --features fastembed run)
/.fastembed_cache
.fastembed_cache/

# opencode adapter deps + local test harness
opencode/node_modules
/.opencode

# Claude Code local, machine-specific settings
.claude/settings.local.json

# editor / OS cruft
*.swp
.DS_Store