fangyi-chen
- 12 skills
- 0 followers
- 15 hours ago last updated
- ▌ Paper Reading · fangyi-chenRead a robotics/AI paper, blog post, or tech report from a URL (or local PDF) and write a structured deep-dive note into papers/notes/, then update the global categorized index at papers/INDEX.md. Use whenever the user posts a paper URL, says "read this paper", "add this paper", "记录这篇论文", or asks to re-index / re-categorize the paper library.
- ▌ Tax Fill · fangyi-chen bundleFill official IRS Form 1040 PDF with calculated tax data and export a mail-ready PDF. Use when the user wants to generate, fill, or export their tax return.
- ▌ Tax Start · fangyi-chenStart the interactive tax filing process. Use when the user wants to begin filing taxes, start a tax return, or says "do my taxes".
- ▌ Tax Evolve · fangyi-chenAnalyze comparison diffs, classify discrepancies, and generate fixes to skill files and references. Logs patterns to evolution-log.json and invokes tax-publish when fixes are ready. Use after running tax-compare.
- ▌ Tax Import · fangyi-chenImport tax documents like W2 PDFs, 1099s, or brokerage statements. Use when the user wants to import, upload, or parse a tax document.
- ▌ Tax Compare · fangyi-chenDiff two tax return PDFs (ours vs TurboTax or other reference). Extracts field values from both PDFs, compares them line by line against Form 1040 field mapping, and saves a structured diff to data/comparison-{year}.json. Use when the user wants to verify accuracy or contribute improvements.
- ▌ Tax Publish · fangyi-chenCreate a git branch, stage only skill and reference files, commit, push, and open a GitHub PR with anonymized evidence. Use after tax-evolve applies fixes, or when contributing manual improvements.
- ▌ Tax Calculate · fangyi-chen bundleCalculate federal tax return based on collected data. Use when the user wants to calculate taxes, see their refund, or compute what they owe.
- ▌ Tax Domain Rsu · fangyi-chen bundleRSU and ESPP income tax rules. Invoked by core skills when W2 box 14 contains RSU codes, 1099-B contains ESPP/RSU lots, or user mentions stock compensation during interview.
- ▌ Tax Domain Crypto · fangyi-chen bundleDigital asset and cryptocurrency tax rules. Invoked by core skills when a 1099-DA is detected during document import or when the user reports cryptocurrency transactions.
- ▌ Tax Domain Rental · fangyi-chen bundleRental property and Schedule E tax rules. Invoked by core skills when the user reports rental income or ownership of income-producing real property.
- ▌ Tax Domain Harvest · fangyi-chen bundleTax-loss harvesting and wash sale tax rules. Invoked by core skills when 1099-B contains wash sale adjustments or when unrealized losses are detected in the portfolio.