
Ito Basket Compare
- 1.4k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/everything-claude-code
ito-basket-compare is a Claude Code skill that runs a read-only comparison of an Itô prediction-market basket against a user's notes, portfolio, or thesis to surface fit, exposure, and missing context.
About
ito-basket-compare is a Claude Code skill that compares an Itô prediction-market basket, theme, or market set against a user's knowledge base, portfolio notes, or research thesis. It is read-only: it maps each underlier to claims, sources, uncertainties, and stale assumptions, flags concentration and correlation, and returns matches, conflicts, and missing context. A developer uses it to inspect fit and exposure before deciding, without any investment advice or order execution.
- Read-only comparison of an Itô prediction-market basket against a user's notes, portfolio, or thesis
- Maps each underlier to claims, sources, uncertainties, and stale assumptions; flags concentration and correlation
- Explicitly non-advisory: no buy/sell/hold/hedge/size guidance and no order execution
Ito Basket Compare by the numbers
- 1,369 all-time installs (skills.sh)
- +243 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #107 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
ito-basket-compare capabilities & compatibility
Read-only Itô market data requires an ITO_API_KEY; public comparison works without it.
- Capabilities
- basket comparison · exposure analysis · gap analysis
- Use cases
- research · trading · data analysis
- Pricing
- Bring your own API key
What ito-basket-compare says it does
This skill is read-only. It does not recommend trades.
Do not provide investment advice or tell the user to buy, sell, hold, hedge, lever, or size a trade.
npx skills add https://github.com/affaan-m/everything-claude-code --skill ito-basket-compareAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.4k |
|---|---|
| repo stars | ★ 238k |
| Last updated | August 5, 2026 |
| Repository | affaan-m/everything-claude-code ↗ |
What it does
Compare a prediction-market basket against your notes or portfolio to inspect fit, exposure, and gaps before deciding.
Who is it for?
Read-only comparison and gap analysis of a prediction-market basket against a user's own research or holdings.
Skip if: Getting investment advice or placing, preparing, or submitting orders.
When should I use this skill?
A user wants to compare a basket or market set against their knowledge base, portfolio notes, or thesis.
What you get
A structured comparison of matches, conflicts, stale assumptions, missing context, and a user-action checklist.
- Basket summary
- matches, conflicts and stale assumptions
- missing context and user-action checklist
By the numbers
- 6-part output contract
- 3 comparison modes
Files
Itô Basket Compare
Use this skill to compare a basket, theme, or market set against a user's knowledge base, portfolio notes, research memo, CRM context, or stated thesis.
This skill is read-only. It does not recommend trades. It helps a user inspect fit, exposure, assumptions, and missing context before they decide what to do.
Guardrails
- Do not provide investment advice or tell the user to buy, sell, hold, hedge,
lever, or size a trade.
- Do not execute, prepare, or submit orders.
- Do not use private documents unless the user explicitly points to them.
- Use
ITO_API_KEYonly for read-only Itô basket/market data after explicit
user request.
- If comparing against financials, preserve privacy and summarize only the
fields needed for the comparison.
Comparison Modes
Basket vs Knowledge Base
1. Identify the basket theme and underliers. 2. Retrieve the user's relevant notes, docs, or memory snippets. 3. Map each underlier to claims, sources, uncertainties, and stale assumptions. 4. Return aligned signals, conflicting signals, and missing research.
Basket vs Portfolio Notes
1. Parse the user's watchlist, holdings summary, or exposure notes. 2. Compare themes, geographies, time horizons, and event outcomes. 3. Flag concentration, correlation, and duplicated narrative exposure. 4. Avoid recommendations; phrase output as inspection and questions.
Basket vs Financial Context
1. Accept only user-provided or explicitly selected financial context. 2. Identify liquidity, drawdown, time-horizon, and constraint mismatches. 3. Ask for missing constraints instead of guessing.
Output Contract
Use this structure:
1. Basket summary 2. Comparison target 3. Matches 4. Conflicts or stale assumptions 5. Missing context 6. User-action checklist
End with:
This comparison is informational and not investment or trading advice.Related skills
FAQ
Does it recommend trades?
No. It is read-only and does not recommend trades, provide investment advice, or execute orders.
Does it need an API key?
It uses ITO_API_KEY only for read-only Itô basket/market data and only after an explicit user request.