This repository contains reusable skills for CartSnitch agents. Skills extend Claude Code's capabilities with domain-specific knowledge and tooling.
A skill is a self-contained module that provides:
- Documentation on when and how to use it
- Optional bash scripts for implementation
- Reference materials for context
| Skill | Description |
|---|---|
deal-lookup |
Looks up grocery deals and promotions |
- Create a directory:
<skill-name>/ - Add
SKILL.mdwith YAML frontmatter:--- name: <skill-name> description: One-line description of what the skill does ---
- Follow with usage documentation.
- Optionally add
scripts/for bash implementation orreferences/for supporting docs.
Submit skills via pull request following the CartSnitch SDLC workflow. Once merged, authorized managers can import skills into the company skill library via the Paperclip API.