Initial companion-offload skill for Claude Code

This commit is contained in:
Harivansh Rathi 2026-03-09 23:14:32 -07:00
commit ec7919c4ba
4 changed files with 352 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
node_modules/
.env
.companion_env
__pycache__/
*.pyc
.venv/
.DS_Store