InvestSkill GEMINI.md

InvestSkill GEMINI.md is an instructions file for Gemini CLI from yennanliu/InvestSkill. It costs 3,074 tokens per session, scanned A, original, MIT.

A setup and usage guide for InvestSkill, a collection of 26 written frameworks for analysing US stocks with Gemini CLI. Gemini CLI is a command-line chat tool that automatically loads the project’s GEMINI.md instructions.

In plain words
What is it for?
Use it to run stock evaluation, valuation, and fundamental-analysis prompts, or to check that Gemini CLI has loaded the project context.
Why use it?
It explains how to install, start, verify, and invoke the analysis frameworks instead of leaving users to discover the workflow themselves.

Instructions file for Gemini CLI

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/yennanliu/investskill/gemini-md
Clone the repo
git clone --depth 1 https://github.com/yennanliu/InvestSkill

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for InvestSkill GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yennanliu/investskill/gemini-md.svg)](https://agentmods.dev/instructions/yennanliu/investskill/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/yennanliu/investskill/gemini-md"><img src="https://agentmods.dev/badge/instructions/yennanliu/investskill/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,074 This file is loaded in full into every session.
When invoked 3,074 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.03074 $0.03074
Opus 5 $0.01537 $0.01537
Sonnet 5 $0.00615 $0.00615
Haiku 4.5 $0.00307 $0.00307

Measured 5d ago against content hash 9bd05a01e7f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

InvestSkill GEMINI.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

GEMINI.md · 388 lines

How it starts

The opening of the file, as written. The whole thing — 388 lines — stays where its author put it; the contents beside it link to each section on GitHub.

InvestSkill — Gemini CLI Setup & Usage Guide

This project contains professional investment analysis prompt frameworks for US stock markets. When you run Gemini CLI in this directory, all 26 analysis frameworks are automatically available.

Installation & Setup

Quick Start

# Navigate to the InvestSkill directory
cd /path/to/InvestSkill

# Start Gemini CLI (loads GEMINI.md automatically)
gemini

That's it! Gemini CLI automatically loads GEMINI.md and gives you access to all 26 analysis frameworks in the prompts/ directory.

Verify Setup

When you first run gemini, you should see context about InvestSkill loaded. Then in the chat:

> @prompts/stock-valuation.md AAPL

# This should invoke the stock valuation framework

Available Analysis Prompts (26 frameworks + 1 output tool)

Core Stock Analysis (6 skills)

Analysis Type Prompt File Usage Example
Stock Evaluation @prompts/stock-eval.md Evaluate AAPL using this framework
Stock Valuation (DCF+) @prompts/stock-valuation.md Analyze MSFT using all valuation methods
Fundamental Analysis @prompts/fundamental-analysis.md Deep dive on NVDA fundamentals
Technical Analysis @prompts/technical-analysis.md Analyze TSLA chart patterns
DCF Valuation @prompts/dcf-valuation.md Build DCF model for GOOGL
Economics Analysis @prompts/economics-analysis.md What's the current economic outlook?

Financial Report Analysis (3 skills)

Analysis Type Prompt File Usage Example
Financial Report Analyst @prompts/financial-report-analyst.md [paste 10-K] Analyze this filing
10-K Report Digest @prompts/10k-digest.md NVDA FY2024 --lang zh-TW (EN or 繁中)
Earnings Call Analysis @prompts/earnings-call-analysis.md [paste transcript] Analyze sentiment

Read the full file on GitHub · 388 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 388 lines · 3,074 tokens per session scan A 9bd05a01e7f5

Subscribe to this mod's changes

InvestSkill GEMINI.md is an instructions file published in the GitHub repository yennanliu/InvestSkill (199 stars, last pushed today), licensed MIT. It adds 3,074 tokens to every session, about $0.0154 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

LangAlpha AGENTS.md

AGENTS.md instructions for ginlix-ai/LangAlpha, covering langalpha, common commands, architecture, backend (src/) and frontend (web/src/).

ginlix-ai/LangAlpha · 2,596 tokens

LangAlpha CLAUDE.md

Claude Code instructions for ginlix-ai/LangAlpha: Agent context for this repo lives in AGENTS.md — the vendor-neutral single source of truth, read directly by Codex/Cursor/Copilot/etc. Claude Code reads THIS file and expands the @import below, so every toolchain gets identical context. Edit AGENTS.md, not this file.…

ginlix-ai/LangAlpha · 83 tokens

metatrader-mcp-server CLAUDE.md

Instructions for ariadng/metatrader-mcp-server, covering claude development guide - metatrader mcp server, project overview, architecture (3 packages), 1. metatraderclient - core mt5 library and 2. metatradermcp - mcp server.

ariadng/metatrader-mcp-server · 1,867 tokens

opentrade CLAUDE.md

Claude Code instructions for brandononchain/opentrade, covering opentrade agent — decision guide, which skill to apply, tool decision tree, reading the chart and multi-timeframe analysis.

brandononchain/opentrade · 3,911 tokens

AionUi AGENTS.md

AGENTS.md instructions for iOfficeAI/AionUi, covering aionui - project guide, code conventions, file & directory structure, naming and ui library & icons.

iOfficeAI/AionUi · 1,663 tokens

ClawRouter CLAUDE.md

Claude Code instructions for BlockRunAI/ClawRouter, covering clawrouter, commands, project structure, key dependencies and conventions.

BlockRunAI/ClawRouter · 686 tokens