InvestSkill copilot-instructions.md

InvestSkill copilot-instructions.md is an instructions file for GitHub Copilot from yennanliu/InvestSkill. It costs 3,183 tokens per session, scanned A, original, MIT.

A set of instructions for GitHub Copilot inside InvestSkill, a repository containing stock-market research methods for US companies.

In plain words
What is it for?
It is for setting up Copilot and applying the repository’s stock-analysis frameworks, including valuation and other investment research tasks.
Why use it?
It gives Copilot a defined set of analysis methods when working in that repository, instead of requiring the user to explain the methods each time.

Instructions file for GitHub Copilot

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/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/yennanliu/InvestSkill

Made for: GitHub Copilot.

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 copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yennanliu/investskill/copilot-instructions.svg)](https://agentmods.dev/instructions/yennanliu/investskill/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/yennanliu/investskill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/yennanliu/investskill/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,183 This file is loaded in full into every session.
When invoked 3,183 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.03183 $0.03183
Opus 5 $0.01591 $0.01591
Sonnet 5 $0.00637 $0.00637
Haiku 4.5 $0.00318 $0.00318

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

Security

Grade A, and why

InvestSkill copilot-instructions.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 4d 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.

.github/copilot-instructions.md · 436 lines

How it starts

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

InvestSkill — GitHub Copilot Setup & Usage Guide

This repository contains 26 professional investment analysis frameworks for US stock markets. When working in this workspace, Copilot automatically loads these analysis methodologies to provide institutional-quality investment analysis.

Installation & Setup

Automatic Setup

GitHub Copilot automatically loads this file when you work in the InvestSkill repository. No manual installation required.

  1. Clone the repository:

    git clone https://github.com/yennanliu/InvestSkill.git
    cd InvestSkill
    
  2. Open in your editor:

    • VS Code: code .
    • JetBrains IDE (IntelliJ, PyCharm, etc.): Open the folder
    • GitHub.com Web Editor: Click . key in any GitHub repo view
  3. Open Copilot Chat (usually Ctrl+K or Cmd+K)

    • Copilot automatically loads copilot-instructions.md
    • You now have access to all 26 analysis frameworks

Verify Setup

In Copilot Chat, try:

Use the stock-valuation framework to analyze Apple (AAPL)

If Copilot references the frameworks, setup is complete!


Available Analysis Frameworks (26 frameworks + 1 output tool)

Core Stock Analysis (6 frameworks)

Framework File Best For
Stock Evaluation prompts/stock-eval.md Comprehensive stock quality scoring
Stock Valuation prompts/stock-valuation.md Multi-method valuation (DCF + comps + EV)
Fundamental Analysis prompts/fundamental-analysis.md Deep financial statement dive
Technical Analysis prompts/technical-analysis.md Chart patterns and indicators
DCF Valuation prompts/dcf-valuation.md Intrinsic value modeling
Economics Analysis prompts/economics-analysis.md Macro outlook and recession risk

Financial Report Analysis (3 frameworks)

Framework File Best For
Financial Report Analyst prompts/financial-report-analyst.md 10-K/10-Q analysis
10-K Report Digest prompts/10k-digest.md Structured digest doc — abstract, summaries, metrics, refs (EN/繁中)
Earnings Call Analysis prompts/earnings-call-analysis.md Management tone and guidance

Read the full file on GitHub · 436 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. 4d ago First seen · 436 lines · 3,183 tokens per session scan A 2b67d5b85ad3

Subscribe to this mod's changes

InvestSkill copilot-instructions.md is an instructions file published in the GitHub repository yennanliu/InvestSkill (196 stars, last pushed 4d ago), licensed MIT. It adds 3,183 tokens to every session, about $0.0159 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

korean-dart-mcp CLAUDE.md

Claude Code instructions for chrisryugj/korean-dart-mcp, covering korean-dart-mcp 프로젝트 가이드, 구조, 설계 원칙, 1. corpcode 자동 해결 and 2. enum 으로 도구 폭발 방지.

chrisryugj/korean-dart-mcp · 823 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

nhplug-sdk AGENTS.md

Instructions for PLUG-OpenAPI/nhplug-sdk, covering agents.md — nh투자증권 open api 개발 규칙 (ai 에이전트용), 설치 — pip install nhplug (패키지명 nhplug, 저장소명 nhplug-sdk), 저장소 개요, 🗺️ 파일 지도 — 무엇을 알고 싶을 때 어디를 여는가 and 문서 (source of truth) — 도메인이 정본(ssot).

PLUG-OpenAPI/nhplug-sdk · 4,633 tokens

TradingAgents-KR CLAUDE.md

Instructions for malda231125/TradingAgents-KR, covering claude.md, what this is, common commands, setup (editable install into a venv) and run a single analysis (defaults: ticker 005930, today kst).

malda231125/TradingAgents-KR · 1,553 tokens

rodya-caijing-studio AGENTS.md

AGENTS.md instructions for nekopunch11/rodya-caijing-studio, covering rodya-caijing-studio · 给 ai agent 的使用说明, 入口与路由, 不可破的硬约束(合规灵魂,破了整套工具就失效), docx 渲染路由(财经内容台例外) and 在 codex 中安装.

nekopunch11/rodya-caijing-studio · 1,489 tokens