$npx -y skills add xuboyuebobb/investorskills --skill oneil-canslimUse when evaluating growth stocks through O'Neil CAN SLIM: earnings acceleration, relative strength, institutional demand, market direction, base quality, and breakout discipline.
| 1 | # O'Neil CAN SLIM |
| 2 | |
| 3 | Use this skill to apply William O'Neil-style growth stock selection: find companies with accelerating earnings and sales, strong relative strength, constructive bases, institutional sponsorship, and a favorable general market. |
| 4 | |
| 5 | ## When To Use |
| 6 | |
| 7 | Use this skill when the user asks for: |
| 8 | |
| 9 | - CAN SLIM analysis |
| 10 | - Growth stock screening |
| 11 | - Relative strength and earnings acceleration checks |
| 12 | - Cup-with-handle, flat base, or base breakout review |
| 13 | - A 7-8% stop-loss plan for a growth stock trade |
| 14 | |
| 15 | Trigger phrases include `CAN SLIM`, `O'Neil`, `relative strength`, `base breakout`, `cup with handle`, `IBD`, `earnings acceleration`, and `7% stop`. |
| 16 | |
| 17 | ## Do Not Use When |
| 18 | |
| 19 | - The company has weak or decelerating fundamentals. |
| 20 | - The market is in a confirmed downtrend. |
| 21 | - The stock is thinly traded or extended far above a proper buy point. |
| 22 | - The user wants deep value or long-term moat analysis only. |
| 23 | |
| 24 | ## Inputs Needed |
| 25 | |
| 26 | - Ticker and exchange |
| 27 | - Quarterly EPS and sales growth |
| 28 | - Annual EPS trend |
| 29 | - Relative strength vs. market and peers |
| 30 | - Base pattern, pivot price, volume, and current price |
| 31 | - General market trend |
| 32 | |
| 33 | ## Process |
| 34 | |
| 35 | 1. Check CAN SLIM fundamentals first: current and annual earnings, sales, new product/catalyst. |
| 36 | 2. Confirm leadership: relative strength, industry group strength, and price near new highs. |
| 37 | 3. Evaluate supply and demand: float, volume dry-up, accumulation, institutional sponsorship. |
| 38 | 4. Confirm market direction. |
| 39 | 5. Judge base quality and pivot validity. |
| 40 | 6. Define buy point, stop, add rules, and sell rules. |
| 41 | |
| 42 | ## Output Format |
| 43 | |
| 44 | ```md |
| 45 | # CAN SLIM View: [Stock] |
| 46 | |
| 47 | ## Verdict |
| 48 | Buy Point / Watchlist / Extended / Pass / Market Stand Down |
| 49 | |
| 50 | ## CAN SLIM Checklist |
| 51 | | Letter | Status | Evidence | |
| 52 | |--------|--------|----------| |
| 53 | |
| 54 | ## Base And Pivot |
| 55 | |
| 56 | ## Buy / Stop Plan |
| 57 | |
| 58 | ## Sell Rules |
| 59 | |
| 60 | ## Missing Data |
| 61 | ``` |
| 62 | |
| 63 | ## Guardrails |
| 64 | |
| 65 | - Do not buy cheap-looking laggards. |
| 66 | - Do not buy extended breakouts. |
| 67 | - Do not ignore the general market trend. |
| 68 | - Cut losses quickly, usually around 7-8% from the proper buy point. |
| 69 | - Do not average down. |
| 70 | |
| 71 | ## Questflow Use |
| 72 | |
| 73 | In Questflow, this skill is best used as a growth-stock opportunity scanner and breakout monitor that connects fundamentals, relative strength, price/volume, and execution rules. |