返回 Skill 列表
金融投资金融
基金定投策略 Skill
按夏普比率、卡玛比率、最大回撤等指标筛选基金,自动推荐定投策略。
📋 SKILL.md 完整代码
--- name: fund-skill description: >- 按夏普比率、卡玛比率、最大回撤等指标筛选基金,自动推荐定投策略。 Use when working on fund skill tasks. allowed-tools: Read,Write,Bash --- # 基金定投策略 Skill ## Quick Start 1. Save as `~/.claude/skills/fund-skill/SKILL.md` 2. Restart Claude Code 3. Type `/fund-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/fund-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /fund-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
筛选标准
成立年限>3年、规模>2亿、近3年收益排名同类前30%、最大回撤<25%、夏普比率>1、卡玛比率>1.2、基金经理任职>5年。七维筛选,严进宽出。
定投策略对比
普通定投(固定时间固定金额)→智能定投(低位多投高位少投)→价值平均定投(每月资产增长固定金额)。附止盈策略:目标收益率法和分批止盈法。给出每种策略的适用场景和历史回测表现。