GitHub
Skills harvested from GitHub repositories
14810 skills availableskill-creator
Create, evaluate, and iterate on high-quality agent skills. This skill guides the entire lifecycle: planning what the sk...
yfinance-data
Fetches financial and market data from Yahoo Finance using the yfinance Python library. Important: yfinance is not affil...
stock-liquidity
Analyzes stock liquidity across multiple dimensions — bid-ask spreads, volume patterns, order book depth, estimated mark...
stock-correlation
Finds and analyzes correlated stocks using historical price data from Yahoo Finance via yfinance. Routes to specialized ...
sepa-strategy
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) framework — a complete system for identifying...
saas-valuation-compression
For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then exp...
options-payoff
Generates a fully interactive HTML widget (via visualize:showwidget) showing: Expiry payoff curve (dashed gray line) — i...
etf-premium
Calculates the premium or discount of an ETF's market price relative to its Net Asset Value (NAV) using data from Yahoo ...
estimate-analysis
Deep-dives into analyst estimates and revision trends using Yahoo Finance data via yfinance. Covers EPS and revenue esti...
earnings-preview
Generates a pre-earnings briefing using Yahoo Finance data via yfinance. Pulls together upcoming earnings date, consensu...
company-valuation
Triangulates intrinsic value via three methods, then blends them to an implied share price: DCF — 5-year FCFF projection...
earnings-recap
Generates a post-earnings analysis using Yahoo Finance data via yfinance. Covers the actual vs estimated numbers, surpri...
hormuz-strait
Fetches real-time status of the Strait of Hormuz from the Hormuz Strait Monitor dashboard API. Covers shipping transits,...
funda-data
Query the Funda AI financial data API for stocks, options, fundamentals, alternative data, and more. Base URL: https://a...
finance-sentiment
Fetches structured stock sentiment from the Adanos Finance API. This skill is read-only. It is designed for research que...
tvt-js-plugin-builder
优先遵循 TvT.js 现有约定,不要临时发明新的插件结构。先读取本地代码事实,再按任务类型加载对应 reference。 references/foundation.md references/plugin-workflow.md ref...
stop-slop
Eliminate predictable AI writing patterns from prose. Cut filler phrases. Remove throat-clearing openers, emphasis crutc...
material-3-skill
This skill guides implementation of Google's Material Design 3 (MD3) — a personal, adaptive, expressive design system. M...
evaluate-rag
Do error analysis on end-to-end traces first. Determine whether failures come from retrieval, generation, or both. Build...
generate-synthetic-data
Generate diverse, realistic test inputs that cover the failure space of an LLM pipeline. Before generating synthetic dat...
eval-audit
Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Gather eval artifacts:...
build-review-interface
Build an HTML page that loads traces from a data source (JSON/CSV file), displays one trace at a time with Pass/Fail but...
error-analysis
Guide the user through reading LLM pipeline traces and building a catalog of how the system fails. Collect 100 represent...
validate-evaluator
Calibrate an LLM judge against human judgment. Split human-labeled data into train (10-20%), dev (40-45%), test (40-45%)...