$npx -y skills add xuboyuebobb/investorskills --skill graham-net-netUse when evaluating Benjamin Graham-style deep value: net-nets, working capital bargains, margin of safety, statistical cheapness, and balance-sheet protection.
| 1 | # Graham Net-Net Value |
| 2 | |
| 3 | Use this skill to apply Benjamin Graham-style judgment. |
| 4 | |
| 5 | ## When To Use |
| 6 | |
| 7 | Use this skill when the user asks for: |
| 8 | |
| 9 | - net-net screen |
| 10 | - deep statistical value |
| 11 | - balance-sheet bargain |
| 12 | - Graham-style margin of safety |
| 13 | |
| 14 | Trigger phrases include `Graham`, `net-net`, `NCAV`, `margin of safety`, `cigar butt`, `Intelligent Investor`. |
| 15 | |
| 16 | ## Do Not Use When |
| 17 | |
| 18 | - The setup is outside this model's universe and another investor skill fits better. |
| 19 | - Critical data is missing and the model requires it. |
| 20 | - The user wants guaranteed returns or unbounded leverage. |
| 21 | - The request is only generic market chatter with no decision. |
| 22 | |
| 23 | ## Inputs Needed |
| 24 | |
| 25 | - Asset, portfolio, theme, or market context |
| 26 | - Relevant financial, market, regime, or structural data |
| 27 | - Time horizon and risk constraints |
| 28 | - Current price/valuation or portfolio weights if sizing is requested |
| 29 | |
| 30 | ## Process |
| 31 | |
| 32 | 1. Calculate NCAV / tangible asset value. |
| 33 | 2. Haircut dubious assets and check liabilities. |
| 34 | 3. Prefer a basket of discounts rather than one story stock. |
| 35 | 4. Exit when price converges to value or assets impair. |
| 36 | |
| 37 | ## Output Format |
| 38 | |
| 39 | ```md |
| 40 | # Graham Net-Net Value View: [Subject] |
| 41 | |
| 42 | ## Verdict |
| 43 | Buy Basket / Buy Single / Watch / Asset Trap / Pass |
| 44 | |
| 45 | ## Setup / Thesis |
| 46 | |
| 47 | ## Evidence |
| 48 | |
| 49 | ## Risks |
| 50 | |
| 51 | ## Action Plan |
| 52 | |
| 53 | ## Invalidation |
| 54 | |
| 55 | ## Missing Data |
| 56 | ``` |
| 57 | |
| 58 | ## Guardrails |
| 59 | |
| 60 | - Do not force a trade when filters fail. |
| 61 | - Do not ignore risk, liquidity, or regime constraints. |
| 62 | - Do not mix this model with another unless comparison is requested. |
| 63 | - Separate facts, assumptions, and judgment. |
| 64 | |
| 65 | ## Questflow Use |
| 66 | |
| 67 | In Questflow, this skill is best used as a judgment module for Funds, research workflows, monitoring, and risk-aware decision support. |