Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

9,019 results · page 148 of 301

  • experiential-kolb-teachingSkillAI & models

    Runs a vault learning module as a Kolb experiential cycle (Concrete Experience -> Reflective Observation -> Abstract Conceptualization -> Active Experimentation) instead of a lecture. Opens with an experience, withholds the explanation, draws the claim out of the learner with Socratic question ladde

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • extract-thread-spineSkillAI & models

    Extracts the 5-7 point argument backbone of a published substacker essay into a structured _spine.json working artifact that downstream platform-rewrite skills consume. Pulls verbatim sentences where possible (not paraphrases). Tags each point with evidence anchor (paper, anecdote, formula, analogy)

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • fetch-arxiv-recentSkillAI & models

    Fetches arXiv papers submitted within a given date window matching a keyword set, with optional restriction to one or more arXiv categories (e.g. cs.LG, cs.CL, cs.CV, stat.ML, math.ST, q-bio.QM). Wraps the public `export.arxiv.org/api/query` endpoint, parses Atom XML, handles pagination, and normali

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • fetch-preprint-recentSkillAI & models

    Fetches preprints posted to bioRxiv or medRxiv within a given date window, then keyword-filters the results client-side. Wraps the public `api.biorxiv.org/details/{server}/{from}/{to}/{cursor}` endpoint, handles cursor pagination, normalizes records to a stable shape (doi, title, authors, abstract,

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • fetch-pubmed-recentSkillAI & models

    Fetches PubMed articles posted in a given date window matching a keyword set, returning normalized records (PMID, title, authors, abstract, journal, date, DOI, URL). Uses NCBI E-utilities (`esearch` + `esummary` + `efetch`) via WebFetch for portability, but prefers a PubMed MCP server's `search_arti

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • fetch-watchlist-sourcesSkillAI & models

    Fetches the last 7 days of updates from every entry in the substacker Trend Scout watchlist — blogs, paper aggregators (arXiv, Hugging Face papers), social feeds. Returns normalized {title, url, author, published, excerpt, source_type} tuples. Use at the start of a weekly Trend Scout run. Trigger ke

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • flag-boundary-breakSkillAI & models

    For each simplified-boundary claim, drafts a one-paragraph suggestion for how to acknowledge the boundary inside the post — usually a single sentence or "but" clause — so the break becomes a teaching moment rather than hidden fragility. Runs for exactly the claims classified as simplified-boundary.

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • forecast-premortemSkillAI & models

    Stress-tests predictions by assuming failure and working backward to identify blind spots, tail risks, and overconfidence. Applies Gary Klein's premortem technique to probabilistic forecasting. Use when confidence is high (>80% or <20%), need to identify tail risks and unknown unknowns, want to wide

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • generate-analogy-setSkillAI & models

    Generates exactly 5 distinct intuitive framings for a given technical topic — one everyday analogy, one physical metaphor, one contrarian take, one historical angle, one counterfactual. Each framing is a short scaffold (not prose), paired with its archetype and a one-line framing statement. Use when

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • go-interfacesSkillAI & models

    Use when defining or implementing Go interfaces, designing abstractions, creating mockable boundaries for testing, or composing types through embedding. Also use when deciding whether to accept an interface or return a concrete type, or using type assertions or type switches, even if the user doesn'

    Ready to connect★ 159

    github.com/cxuu/golang-skills159 stars

    View details
  • goal-reset-proposalSkillAI & models

    Drafts a proposed diff to substacker shared-context/goals.md showing which lines to add, remove, or change based on the quarter's review. Never writes to goals.md directly — writer applies manually. Used once per Growth Strategist review. Trigger keywords — goal reset, goals diff, update goals, goal

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • grant-proposal-assistantSkillAI & models

    Guides creation and review of competitive grant proposals (NIH R01/R21/K, NSF, foundations) by applying reviewer-perspective thinking to ensure clear hypotheses, compelling significance, genuine innovation, and feasible approaches. Use when writing or reviewing grant proposals, crafting specific aim

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • hedge-detectorSkillAI & models

    Classifies every hedge in a substacker draft as either a precision hedge (keep — "n=1 may not replicate", "I do not know") or an epistemic-weakness hedge (flag — "I think", "perhaps", "arguably", "it could be argued"). Only flags weakness hedges; suggests either a commit (remove hedge, take position

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • heuristics-and-checklistsSkillAI & models

    Provides practical frameworks for fast decision-making through mental shortcuts (heuristics) and systematic error prevention through structured checklists. Guides through designing effective heuristics, creating checklists for complex procedures, and recognizing when shortcuts lead to biases. Use wh

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • hsa-receipt-vaultSkillAI & models

    Maintains a ledger of HSA-qualified medical expenses paid out of pocket (not reimbursed from the HSA), each with date, amount, provider, description, and a path to the scanned receipt. Tracks the running unreimbursed total — the amount of HSA balance the household can pull tax-free at any future dat

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • hypotheticals-counterfactualsSkillAI & models

    Applies "what if" thinking to explore alternative scenarios, test assumptions, understand causal relationships, and prepare for uncertainty. Guides through counterfactual reasoning, scenario exploration, pre-mortem analysis, and stress testing decisions against alternative futures. Use when explorin

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • identify-kill-listSkillAI & models

    Names what the substacker writer should stop doing — habits with no evidence of use, goals that became theatre, sections with 2 consecutive dormant quarters, and agents in the team whose output the writer ignores. Produces a bulleted list, each item with one sentence of why. Max 4 items. Ordered by

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • kill-criteria-exit-rampsSkillAI & models

    Establishes pre-defined, objective conditions for stopping projects and specific decision points for continue/pivot/kill evaluations. Guides through defining kill criteria, setting go/no-go gates, avoiding sunk cost fallacy, and executing disciplined stopping decisions. Use when defining stopping ru

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • layered-reasoningSkillAI & models

    Structures thinking across multiple abstraction levels (30,000 ft strategic, 3,000 ft tactical, 300 ft operational) while maintaining consistency between layers. Guides through top-down decomposition, bottom-up aggregation, cross-layer translation, and constraint propagation. Use when reasoning acro

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • learning-in-public-voiceSkillAI & models

    House style for learning-in-public essays — a curious practitioner thinking out loud while learning a hard technical subject (here, ML-driven crop genetics / genomic selection). First-person, concrete-first, honest about the edge of understanding, mechanism over vocabulary. Provides the register, th

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • linkedin-post-rewriteSkillAI & models

    Rewrites a published substacker essay as a LinkedIn post with a hook fitting the 210-char fold, practitioner framing (less confessional than Substack), short 2-3 line paragraphs, and 0-2 niche hashtags. 900-2500 characters. Emits linkedin-post.md. Use as the LinkedIn-native arm of the Distribution T

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • map-analogy-to-conceptSkillAI & models

    Produces an explicit component-by-component mapping from the analogy's source domain to the target technical concept. Rejects vague analogies by forcing each source element to map to a specific target element, and flags unmapped elements as voice-breaking ("it's like a brain" is rejected because "br

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mapping-visualization-scaffoldsSkillAI & models

    Creates visual maps that make implicit relationships, dependencies, and structures explicit through diagrams, concept maps, and architectural blueprints. Guides through identifying nodes and relationships, choosing visualization approaches, and validating completeness. Use when complex systems need

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • market-mechanics-bettingSkillAI & models

    Translates beliefs (probabilities) into optimal actions (bet/pass/hedge) using quantitative frameworks including edge calculation, Kelly Criterion bet sizing, forecast extremizing, and Brier score optimization. Use when converting probabilities into decisions, calculating edge against market odds, s

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • matchup-win-probability-simSkillAI & models

    Computes P(we win at least K of N categories) for a head-to-head categorical matchup via Monte-Carlo simulation or Poisson-binomial approximation. Domain-neutral — works for any fantasy sport with H2H Categories scoring (MLB, NBA, NHL) or any zero-sum per-category competition. Use when you need matc

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mlb-beginner-translatorSkillAI & models

    Converts baseball and fantasy-baseball jargon into plain English for a user with zero baseball knowledge. Wraps every user-facing sentence produced by the MLB agent team (morning briefs, trade recommendations, waiver calls, chat summaries). Detects jargon terms, attaches an inline parenthetical plai

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mlb-closer-trackerSkillAI & models

    Tracks the closer role and bullpen pecking order across all 30 MLB teams — who owns the ninth-inning job today, who is next in line if the current closer falters (the handcuff), and who carries DFA or demotion risk. Emits a per-reliever `save_role_certainty` signal (0-100) and flags speculation-wort

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mlb-faab-sizerSkillAI & models

    Computes FAAB (Free Agent Acquisition Budget) recommended and maximum bids for Yahoo fantasy baseball waiver targets. Implements the baseball-specific layering of the faab-bid-framework (positional_need_fit, role_certainty, urgency, season_pace, league-inflation calibration) and DELEGATES the game-t

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mlb-matchup-analyzerSkillAI & models

    Analyzes a single MLB game from a fantasy perspective given home team, away team, and date. Emits structured matchup signals -- opp_sp_quality, park_hitter_factor, park_pitcher_factor, weather_risk, bullpen_state -- and a short narrative of platoon implications (handedness matchup for hitters). Use

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details
  • mlb-opponent-profilerSkillAI & models

    Weekly refresh of per-opponent archetype + behavioral profiles for the 11 opposing teams in the user's Yahoo Fantasy Baseball league (ID 23756). Thin baseball-specific wrapper around the domain-neutral `opponent-archetype-classifier` -- provides the 10-archetype MLB taxonomy (balanced, stars_and_scr

    Ready to connect★ 159

    github.com/lyndonkl/claude151 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

54,764 of the 55,196 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI