Defi yield strategy designer
Skill auralshin/agent-skills/skills/defi-yield-strategy-designer
DEFI-focused skill pack for agentic assistants
npx -y skills add auralshin/agent-skills --skill defi-yield-strategy-designerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill to design risk-aware DeFi yield strategies and allocation plans based on user constraints, target returns, and downside tolerance.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.2 KB, 471 tokens by cl100k_base, as published. Nobody here has run it
DeFi Yield Strategy Designer
Purpose
Design diversified yield strategies that balance return targets with liquidity, drawdown tolerance, and protocol risk.
Use this skill when
- The user asks for strategy ideas across staking, lending, LPs, and vaults.
- The user wants allocation weights under explicit risk constraints.
- The user wants rebalance triggers and downside playbooks.
Workflow
- Capture constraints:
- Capital size and base currency
- Acceptable drawdown
- Liquidity needs
- Chain/protocol restrictions
- Choose candidate archetypes from
references/strategy-archetypes.md. - For each candidate, score risk/return and run stress scenarios from
references/stress-framework.md. - Build allocation proposal with rebalancing and risk limits.
- Return a decision-ready plan with explicit assumptions.
Rules
- Distinguish base yield from token incentive yield.
- Penalize strategies with high mercenary-capital dependency.
- Include a no-incentive yield floor estimate.
- Reference
defi-risk-evaluatoroutput if protocol-level risk scoring is needed.
Required output format
{
"constraints": {
"capital_usd": 0,
"target_apy": 0,
"max_drawdown_pct": 0,
"liquidity_needs": "daily|weekly|monthly",
"chain_constraints": ["string"]
},
"candidate_strategies": [
{
"name": "string",
"allocation_pct": 0,
"expected_apy_base": 0,
"expected_apy_incentives": 0,
"yield_floor_apy": 0,
"key_risks": ["string"],
"stress_case_apy": 0
}
],
"portfolio_expected_apy": 0,
"portfolio_yield_floor_apy": 0,
"rebalance_triggers": ["string"],
"risk_controls": ["string"],
"summary": "2-4 sentence summary"
}
Bundled resources
references/strategy-archetypes.mdreferences/stress-framework.md
No default script is required for this skill; strategy design is scenario-specific and benefits from flexible reasoning.
Gives 0 of the 12 instructions most design frontend skills give in 471 tokens
Counted across 1,169 of the 1,878 authors here whose files we hold, read 2026-08-07
- use css variables for color consistencyin 72 of 1169, across 23 files
- commit to one bold aesthetic direction before codingin 72 of 1169, across 27 files
- match implementation complexity to the aesthetic visionin 70 of 1169, across 20 files
- add atmospheric background effects and texturesin 57 of 1169, across 9 files
- use unexpected spatial compositions and layoutsin 56 of 1169, across 8 files
- implement real working codein 55 of 1169, across 7 files
- vary themes and aesthetics across different designsin 48 of 1169, across 7 files
- launch chromium in headless modein 47 of 1169, across 4 files
- close the browser when donein 47 of 1169, across 4 files
- run provided scripts with help flag firstin 47 of 1169, across 4 files
- wait for network idle statein 47 of 1169, across 4 files
- use descriptive selectors for elementsin 47 of 1169, across 4 files
Said here and by no other author read
- capture capital size and base currency
- capture acceptable drawdown and liquidity needs
- capture chain and protocol restrictions
- choose candidate archetypes
- score risk and return for each candidate
- run stress scenarios for each candidate
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.