Initial commit: Bring Shopping List Skill

- CLI tool for managing Bring! shopping lists
- Environment variable-based configuration
- Commands: add, list, remove, recent
- Complete English documentation
- Security: credentials via env vars, not hardcoded

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Carson (Claude Assistant)
2026-03-08 22:27:43 +01:00
co-authored by Claude Sonnet 4.5
commit df53e2f1ed
5 changed files with 300 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "bring-shopping-skill",
"version": "1.0.0",
"description": "Bring! Shopping List Skill for Carson",
"dependencies": {
"bring-shopping": "^2.0.1"
}
}