- This repository is originally a Claude Code investment research skill collection.
- For Codex work in this repository, read
codex/PROJECT_GUIDE.mdfor project structure, report naming rules, and financial verification rules. - Keep
CLAUDE.mdas the original upstream Chinese reference. Do not rely on it as the primary Codex operating guide. - Respond to the user in Korean by default. Use English or Chinese only when the user asks for it.
- For investment-related work, separate confirmed facts, estimates, and opinions. Do not present conclusions as personalized financial advice.
- Repository root:
/Users/kangmingyu/dev/ai-berkshire - Original upstream Claude Code skills:
/Users/kangmingyu/dev/ai-berkshire/skills - English Codex operational skill instructions:
/Users/kangmingyu/dev/ai-berkshire/codex/skills-en - Helper tools:
/Users/kangmingyu/dev/ai-berkshire/tools - Reports:
/Users/kangmingyu/dev/ai-berkshire/reports
- User-scope Codex skill wrappers are installed in
~/.agents/skills. - Invoke them with names such as
$investment-research,$investment-team,$earnings-review, and$portfolio-review. - For the Korean user-facing usage guide, see
docs/CODEX_USAGE.md. - For the English Codex project guide, see
codex/PROJECT_GUIDE.md. - When a skill runs, read the matching English operational instruction from
codex/skills-en/*.mdfirst. - Keep
skills/*.mdas the original upstream Chinese reference. Do not edit or overwrite those files merely to translate them. - Interpret
~/ai-berkshirein upstream instructions as/Users/kangmingyu/dev/ai-berkshire. - Interpret upstream
WebSearchreferences as the currently available web search tools. - If the upstream workflow assumes Claude Code Team/Task tools and equivalent Codex subagents are unavailable, perform the roles sequentially in the same conversation and label each role clearly.
- Use
python3 tools/financial_rigor.pywhen financial calculations need precision. - Use
python3 tools/report_audit.pywhen report data needs an audit pass. - Always verify current prices, financials, news, policies, and product information with web sources.