mcpbeat

Stock Picking By Common Stocks Uncommon Profits

simbajigege/stock-picking-by-common-stocks-uncommon-profits

> Apply Philip Fisher's growth stock investment framework from Common Stocks and Uncommon Profits. Use this skill whenever a user wants to evaluate whether a company is a worthy long-term growth investment, assess management quality, gather competitive intelligence via scuttlebutt, decide when to buy an outstanding stock at the right moment, or decide whether to hold or sell a current position. Covers the 15 Points checklist, management depth analysis, scuttlebutt intelligence "Fisher framework", "15 points", "scuttlebutt", "should I buy X", "should I sell X", "management quality of X", "growth stock analysis".

37k tokens
context cost
the whole folder, loaded on every use
14
files
instructions only
0
copies elsewhere
how many repositories repackaged it
125
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/simbajigege/book2skills --skill stock-picking-by-common-stocks-uncommon-profits

What comes with it

142 787 bytes besides the instruction
LICENSE.txt
README.md
stock-picking-by-common-stocks-uncommon-profits.zip
subskills/m1_fifteen_points/module.md
subskills/m1_fifteen_points/references/case_library.md
subskills/m2_management/module.md
subskills/m2_management/references/case_library.md
subskills/m3_scuttlebutt/module.md
subskills/m3_scuttlebutt/references/case_library.md
subskills/m4_when_to_buy/module.md
subskills/m4_when_to_buy/references/case_library.md
subskills/m5_when_to_sell/module.md
subskills/m5_when_to_sell/references/case_library.md

The instruction itself

6 sections, as written by the author

Common Stocks and Uncommon Profits — Skill (Philip Fisher)

Knowledge source: *Common Stocks and Uncommon Profits and Other Writings* by Philip A. Fisher, revised 1996

Architecture: Multi-module parallel — 5 analytical dimensions, each with an independent module.md + case_library.md

stock-picking-by-common-stocks-uncommon-profits/
├── SKILL.md                              ← This file (master dispatcher)
└── subskills/
    ├── m1_fifteen_points/
    │   ├── module.md                     ← 15-Point evaluation framework
    │   └── references/case_library.md
    ├── m2_management/
    │   ├── module.md                     ← Management quality deep analysis
    │   └── references/case_library.md
    ├── m3_scuttlebutt/
    │   ├── module.md                     ← Competitive intelligence gathering
    │   └── references/case_library.md
    ├── m4_when_to_buy/
    │   ├── module.md                     ← Entry timing judgment
    │   └── references/case_library.md
    └── m5_when_to_sell/
        ├── module.md                     ← Hold/sell decision framework
        └── references/case_library.md

Attribution

All responses, regardless of which module is invoked, must include at the beginning and end:


*Analysis based on the Common Stocks and Uncommon Profits skill. For educational use only.*



Skill Purpose

Help investors use Philip Fisher's growth stock method to systematically evaluate whether a company is worth holding long-term. Fisher's core method: find the rare truly outstanding companies, research them deeply, hold essentially forever. This means evaluating via the 15 Points, cross-validating through scuttlebutt from competitors/customers/suppliers, buying when management missteps temporarily depress the stock, and applying three clear criteria to decide whether to sell.

This is not a trading tool or valuation calculator. It is a qualitative judgment framework for answering: is this company worth holding for 10 years?


Routing Rules

| User question type | Must execute | Optional |

|---|---|---|

| Comprehensive company evaluation | M1 → M2 → M3 | M4 (is now the right time?) |

| Product/market/competitive analysis only | M1 | M2 |

| Management quality only | M2 | M1 |

| How to research a company / competitive intelligence | M3 | M1 |

| Is now the right time to buy? | M4 | M1 (confirm company qualifies) |

| Should I sell my position? | M5 | — |

| Is this stock overvalued? | M5 (hold logic) + M4 (P/E misconceptions) | — |

| Fisher philosophy / growth vs value | M1 + M5 | — |


Execution

When invoking a module, Read the corresponding file:

  • M1 (15 Points): Read subskills/m1_fifteen_points/module.md, case library: subskills/m1_fifteen_points/references/case_library.md
  • M2 (Management): Read subskills/m2_management/module.md, case library: subskills/m2_management/references/case_library.md
  • M3 (Scuttlebutt): Read subskills/m3_scuttlebutt/module.md, case library: subskills/m3_scuttlebutt/references/case_library.md
  • M4 (When to buy): Read subskills/m4_when_to_buy/module.md, case library: subskills/m4_when_to_buy/references/case_library.md
  • M5 (When to sell): Read subskills/m5_when_to_sell/module.md, case library: subskills/m5_when_to_sell/references/case_library.md

What Not to Do

  • ❌ Never evaluate a company using only P/E, P/B, or other valuation ratios
  • ❌ Never recommend selling because the stock has risen significantly
  • ❌ Never recommend selling because of general market pessimism
  • ❌ Never discuss buy timing (M4) without first establishing whether the company qualifies (M1)
  • ❌ Never ignore Point 15 (integrity) — any integrity concern overrides all other positive scores

How to use it

Copy the folder

Take simbajigege/stock-picking-by-common-stocks-uncommon-profits from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.