Yao Kelly Skill logo

Yao Kelly Skill

CommunityPopular
yaojingang
yao-kelly-skill

Turn uncertain resource-allocation requests into practical action plans using Kelly sizing as a conservative allocation engine. Use when a user needs to decide whether an opportunity is suitable for Kelly, what minimum action package to run, how much resource to cap, when to add or stop, and how to review results. Do not use for pure formula tutoring, guaranteed-return claims, martingale escalation, or final licensed investment, legal, or tax advice.

Overview

Publisheryaojingang
Repositoryyao-open-skills
Skill nameyao-kelly-skill
Stars
1.3K
Forks
149
Bundled files
25
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 25 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by yaojingang on GitHub. Read the source before you install it.

Installation

Install the Yao Kelly Skill AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/yaojingang/yao-open-skills.git /tmp/yao-open-skills
mkdir -p .claude/skills
cp -r /tmp/yao-open-skills/skills/yao-kelly-skill .claude/skills/yao-kelly-skill
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Yao Kelly Skill in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Yao Kelly Skill on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Yao Kelly Skill is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Yao Kelly Skill

Use This Skill For

  • turn "should I invest, bet, or allocate, and how much?" into a practical resource allocation plan
  • decide whether the user's problem is actually suitable for Kelly-style sizing
  • translate a percentage into a minimum action package with owner, metric, review window, add condition, and stop condition
  • start with incomplete input, give a provisional view early, then ask only the minimum high-impact follow-up questions
  • size a single bet or opportunity, or conservatively split a pool across several opportunities
  • keep a round-by-round log for the current case and an append-only change log for future edits to this skill

Do Not Route Here

  • pure formula tutoring, homework solving, or generic finance education
  • requests for guaranteed returns, sure-win systems, or martingale-style escalation
  • final licensed investment, legal, or tax advice
  • leverage sizing with no bounded downside model

Default Workflow

  1. Use references/intake-contract.md to identify the user's real resource pool, decision question, minimum action unit, review window, and opportunity candidates.
  2. If the input is incomplete, read references/multi-turn-kelly-loop.md:
    • ask only 1-3 questions that can materially change the result
    • recalculate decision_readiness after every round
    • stop asking when the threshold is met or the action class is already stable
  3. Decide whether Kelly is suitable:
    • use it when downside is bounded, the opportunity can be tested or repeated, and probabilities can be approximated
    • switch to a test-first or risk-review answer when the decision is irreversible, one-off, or has unbounded downside
  4. Use references/kelly-sizing-playbook.md to choose the formula path:
    • binary opportunity: standard Kelly closed form
    • scenario-based opportunity: maximize E[log(1 + f * r)]
    • multiple opportunities: compute standalone Kelly first, then apply fractional Kelly, dependence haircuts, and total exposure scaling
  5. Run scripts/kelly_allocation_report.py for canonical JSON sizing output.
  6. Run scripts/generate_html_report.py when the user wants a polished standalone HTML report or PDF-ready artifact.
  7. Use references/output-contract.md to produce a practical allocation report:
    • resource snapshot
    • fit assessment
    • minimum action packages
    • Kelly sizing cap
    • add, stop, and review conditions
  8. Use references/logging-contract.md to maintain:
    • the case round log for the current user request
    • the append-only iteration log in history/CHANGELOG.md whenever this skill package changes
  9. Apply references/safety-and-scope.md before finalizing.

Core Rules

  • default to fractional Kelly, not full Kelly
  • never make the formula the main product; the main product is a resource allocation action plan
  • mark each key number as observed, estimated, or assumed
  • if correlation across opportunities is unknown, shrink exposure instead of assuming independence
  • if the edge is negative, fragile, or mostly assumption-driven, recommend no allocation, observe, or run a cheap test first
  • always translate the final fraction into the smallest next action the user can actually do
  • include add, stop, and review conditions so the allocation can improve after real feedback
  • stop asking once more questions are unlikely to change the action class
  • every future edit to this skill must append a dated note to history/CHANGELOG.md

Output Contract

  • deliver a Kelly application report, not just a formula
  • prefer HTML + JSON when the user wants a report artifact; use JSON as the audit source and HTML as the readable hand-back
  • the report must include:
    • recommendation summary and action class
    • Kelly fit assessment
    • current capital or resource base, protected reserve, risk budget, and translated amount
    • minimum action package per opportunity
    • full Kelly fraction and conservative Kelly execution cap
    • add, stop, and review conditions
    • formula path and key assumptions
    • why the questioning stopped
    • round log

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Yao Kelly Skill AI skill do?

Turn uncertain resource-allocation requests into practical action plans using Kelly sizing as a conservative allocation engine. Use when a user needs to decide whether an opportunity is suitable for Kelly, what minimum action package to run, how much resource to cap, when to add or stop, and how to review results. Do not use for pure formula tutoring, guaranteed-return claims, martingale escalation, or final licensed investment, legal, or tax advice.

Why use Yao Kelly Skill on TypingMind?

Because you install it once and use it with any model. Yao Kelly Skill is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Yao Kelly Skill in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-kelly-skill. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Yao Kelly Skill?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Yao Kelly Skill?

As many as you like. As long as a model supports skills, you can use Yao Kelly Skill with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Yao Kelly Skill AI skill free?

Yes. It is published on GitHub by yaojingang under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇