Claude Code Skill

trystk

Find the right SaaS, API, or library — before you waste days on integration.

curl -sL trystk.dev/i | sh
Then use /find-solution in Claude Code

What it does

  1. 1. Scans your stack — reads package.json, docker-compose, .env to understand what you already use
  2. 2. Asks the right questions — volume, MVP vs production, hard constraints
  3. 3. Searches and fetches — real pricing pages, docs, SDK availability. Not training data
  4. 4. Compares and scores — SDK fit, free tier, feature match, DX, pricing at your scale
  5. 5. Recommends with evidence — every claim links to a source

Why not just prompt it yourself?

A plain prompt gives you a generic list. This skill:


Example

$ /find-solution email API with templates

I understand you need: an email API with template support
Use case: sending templated emails from your app
Looking for: email API solutions with built-in templates

Is this correct?

> yes, transactional emails like order confirmations

Questions:
1. Expected volume? (emails/month)
2. MVP or production?
3. Hard constraints? (compliance, self-hosted, etc.)

> ~5k/mo, MVP, no constraints

Scanning stack...
Your stack: TypeScript + React + Supabase

Comparison: Email API
Weighted for: MVP (DX prioritized)
ServiceFree TierPriceSDKScore
Resend3,000/mo$20/moJS, Py9/10
Postmark100/mo$15/moJS, Py8/10
SendGrid100/day$15/moJS, Py7/10
Recommendation: Resend
Native TS SDK, generous free tier, excellent docs.
Quick start: npm install resend

Install

curl -sL trystk.dev/i | sh

Or manually:

mkdir -p ~/.claude/skills/find-solution
curl -sL https://raw.githubusercontent.com/get-trystk/find-solution/main/SKILL.md \
  > ~/.claude/skills/find-solution/SKILL.md

Try it