Agents, skills and anything else to use with claude
npx skills add https://github.com/lyndonkl/claude --skill strategy-and-competitive-analysisInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A production-ready library of 188 skills and 27 orchestrating agents for Claude Code — covering thinking frameworks, research, writing, design, data/ML, corporate finance, game theory, fantasy baseball, and a 9-agent team for growing a Substack publication.
Install in 30 seconds:
/plugin marketplace add lyndonkl/claude
/plugin install thinking-frameworks-skills
Pick the fastest entry point for what you're trying to do. Most users start with an agent (which orchestrates many skills); power users invoke skills directly.
| I want to… | Start here |
|---|---|
| Value a company / analyze an M&A target / plan an IPO | company-analyst, acquisition-analyst, ipo-strategist, special-situations-analyst |
| Decide how to allocate capital (debt / dividends / projects) | capital-allocation-strategist |
| Manage my Yahoo Fantasy Baseball team | mlb-fantasy-coach + 6 MLB specialists |
| Write a paper / grant / recommendation letter | scientific-writing-editor |
| Improve any piece of writing (blog, memo, essay) | writing-assistant |
| Make a calibrated forecast or probability estimate | superforecaster |
| Design a dashboard, viz, or UI grounded in cognition | cognitive-design-architect |
| Build a GraphRAG / knowledge-graph retrieval system | graphrag-specialist |
| Design equivariant / symmetry-aware neural networks | geometric-deep-learning-architect |
| Grow my Substack / publish intuition-first ML & systems essays | librarian, intuition-builder, editor + 6 more (see ~/Documents/Thinking/substacker/) |
| Use just one tool (no agent) | Browse the Skills Index below |
flowchart LR
U([What do you need?]) --> D{Task}
D -->|Analyze a company| CA[company-analyst<br/>acquisition-analyst<br/>ipo-strategist]
D -->|Write something| WA[writing-assistant<br/>scientific-writing-editor]
D -->|Forecast / decide| SF[superforecaster]
D -->|Design / visualize| CD[cognitive-design-architect]
D -->|Fantasy baseball| MLB[mlb-fantasy-coach<br/>+ 6 specialists]
D -->|Knowledge retrieval| GR[graphrag-specialist]
D -->|Symmetry-aware ML| GDL[geometric-deep-<br/>learning-architect]
D -->|One-off tool| SK[Skills Index ▾]
CA & WA & SF & CD & MLB & GR & GDL --> S[(120 skills)]
SK --> S
Agents detect your need and route to the right skills. Each agent's page documents the skills it orchestrates and the workflow it runs.
| Agent | Domain |
|---|---|
| writing-assistant | Any writing task — structure, revision, stickiness, pre-publish gate |
| scientific-writing-editor | Manuscripts, grants, letters, reviewer responses, career docs |
| superforecaster | Forecasting and probability via 5-phase calibrated pipeline |
| cognitive-design-architect | Cognitive design, information architecture, D3 viz, fallacy check |
| geometric-deep-learning-architect | Symmetry discovery → group ID → equivariant architecture |
| graphrag-specialist | Knowledge graph construction, embedding fusion, retrieval orchestration |
| company-analyst | End-to-end company valuation → buy/sell/hold recommendation |
| special-situations-analyst | Distressed / private / high-growth / financial-firm valuation |
| capital-allocation-strategist | Financing mix, dividends/buybacks, project investment |
| acquisition-analyst | M&A standalone + synergy + max bid |
| ipo-strategist | Pre-IPO → post-IPO valuation and pricing range |
| mlb-fantasy-coach | Primary Yahoo Fantasy Baseball orchestrator; morning briefs |
| mlb-lineup-optimizer | Daily start/sit with advocate + critic variants |
| mlb-waiver-analyst | Weekly add/drop and FAAB bid sizing |
| mlb-streaming-strategist | Weekly pitching plan, two-start SPs, spot starts |
| mlb-trade-analyzer | On-demand trade offer evaluation with always-counter ladder |
| mlb-category-strategist | Weekly push/punt plan across the 10 H2H categories |
| mlb-playoff-planner | July-onward positioning for weeks 21–23 playoff window |
| librarian | Ingest + tag + index a Substack writer's corpus; topic ledger maintenance |
| intuition-builder | 5 distinct framings (everyday / physical / contrarian / historical / counterfactual) per technical topic |
| editor | Two-pass voice + structural review of drafts; voice gate before publish |
| distribution-translator | Turn published essays into Substack Note / X thread / LinkedIn post / cross-post blurb |
| growth-analyst | Weekly Substack CSV → rolling baseline → attribution → per-section report |
| trend-scout | Weekly ML/systems signal digest from ~35 curated intuition-first sources |
| technical-reviewer | Pre-publish claim check — simplified / wrong / contested / overclaim classification with primary sources |
| curator | Every 4-6 weeks: section map maintenance; active + reactive; handles per-section voice overlays |
| growth-strategist | Quarterly (rolling 13-week) strategic zoomout with uncomfortable questions and kill list |
188 skills across 7 super-categories. Every skill's full methodology, templates, and evaluation rubric live in its SKILL.md — click any entry to drill in.
Based on Damodaran's valuation curriculum.
Domain-neutral primitives — portable across fantasy sports, poker, auctions, M&A.
Baseball-specific skills for a H2H Categories league. Pairs with the companion runtime at ~/Documents/Projects/yahoo-mlb/.
Pairs with the working folder at ~/Documents/Thinking/substacker/ (inbox, corpus, shared-context, ops). Voice-profile, section-map, per-section visual identities, analogy catalog, topic ledger all live there.
/plugin marketplace add lyndonkl/claude
/plugin install thinking-frameworks-skills
All 188 skills become available immediately. Claude invokes them automatically based on your request and each skill's trigger description.
Clone and copy into your Claude Code skills directory:
git clone https://github.com/lyndonkl/claude.git
cd claude
# macOS / Linux
cp -r skills/* ~/.claude/skills/
# Windows
xcopy skills\* %USERPROFILE%\.claude\skills\ /E /I
Skills activate automatically when you use matching trigger phrases — no manual invocation needed.
"Help me decide between three options..." → decision-matrix
"I need to run user interviews..." → discovery-interviews-surveys
"Value this company for acquisition..." → acquisition-analyst (agent)
"What should I stream at pitcher this week?" → mlb-streaming-strategist (agent)
"My chicken keeps coming out dry..." → chef-assistant
skill-name/
├── SKILL.md # Entry point (< 300 lines)
│ ├── YAML metadata with triggers
│ ├── When to use + guardrails
│ ├── Workflow checklist
│ └── Common patterns
└── resources/
├── template.md # Ready-to-use templates (< 400 lines)
├── methodology.md # Advanced techniques (< 500 lines)
└── evaluators/
└── rubric_[skill].json # 10-criterion quality rubric
Progressive depth: SKILL.md for the skim, template.md for the copy-paste, methodology.md for the edge cases, rubric for self-evaluation. Every skill ships with all four.
Fork, branch, and PR. Follow the skill structure above — SKILL.md under 300 lines, self-assess against the rubric (target ≥ 3.5), and include trigger phrases in the YAML description so Claude can auto-invoke.
Open source; use freely with Claude Code. Individual skills carry their own attributions.
Skills draw on established frameworks and practitioners: