A collection of skills for AI agents (Claude Code compatible). Each skill gives an agent deep, domain-specific knowledge and a structured workflow for a particular problem space.
| Skill | Description |
|---|---|
amazon-sp-api |
Expert guidance for building with the Amazon Selling Partner API — orders, inventory, listings, fulfillment, reports, finances, and all 51+ SP-API domains |
amazon-ads-api |
Expert guidance for building with the Amazon ADS API |
effect-ts-v4 |
Expert guidance for building with Effect-TS v4 — typed errors, dependency injection with layers, Schema, Stream, and the new consolidated package structure |
Copy a skill directory into your project's .claude/skills/ folder (or wherever
your agent loads skills from), then reference it in your agent configuration.
Each skill is self-contained:
SKILL.md— the skill prompt loaded by the agentreferences/— supporting reference docs the skill reads at runtime
To add a new skill:
- Create a directory named after the domain (e.g.,
stripe-api/) - Add a
SKILL.mdwith a YAML frontmatternameanddescription, followed by the skill instructions - Add any reference files under
references/