Initial structure: add CLAUDE.md, LICENSE, README.md, and deal-lookup skill

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip
2026-04-14 14:10:50 +00:00
commit 4fc8c0014d
4 changed files with 109 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
name: deal-lookup
description: Look up grocery deals and promotions from the CartSnitch deal database
---
# Deal Lookup Skill
This skill provides agents with the ability to search for grocery deals and promotions.
## Usage
When asked to find deals, discounts, or promotions for grocery items, use this skill to query the deal database.
## Placeholder
This is a stub implementation. Real integration requires:
- Connection to the CartSnitch deal data source
- Query interface for searching current promotions
- Response formatting for deal results