skill-create
Skill 规范审查(Skill compliance audit)
何时使用
用户给出或未给出具体路径时,对某个技能目录做结构 + 元数据 + 可维护性审查,对照 Cursor 官方「Creating Skills」约定(与内置 create-skill 指南一致)。
默认:若用户用 @ 指向某目录(例如 skills/a-share-stock-picker/),以该目录为审查目标;否则先确认路径再查。
审查步骤
- 列目录:确认存在根级
SKILL.md;记录references/、scripts/、agents/等子目录。 - 读 frontmatter(
SKILL.md顶部---块):name:存在、全小写、仅字母数字与连字符、≤64 字符。description:非空、≤1024 字符、第三人称(避免「我/你可以…」)、同时写清 做什么(WHAT) 与 何时用(WHEN)、含可检索触发词。
- 读正文体量:
SKILL.md主体宜 ≤500 行;过长应拆到references/*.md等(渐进式披露)。 - 链接与引用:从
SKILL.md指向附属文件时,一层深度 即可(如references/foo.md),避免深层嵌套才读得到的关键步骤。 - 脚本:若存在
scripts/,检查SKILL.md是否说明用途、调用方式、是否应执行还是仅作参考;路径用正斜杠。 - 反模式扫描:Windows 反斜杠路径、过多等价工具罗列无默认项、易过期硬编码日期(非示例)、术语前后不一致。
- 仓库扩展项(本仓常见):
agents/openai.yaml等若存在,检查是否与SKILL.md的name/能力描述一致、是否在正文中被提及(未提及则记为「可选元数据,建议在 SKILL 中加一句说明」)。
More from ismxy0934/qing-skills
technical-analysis
对股票K线数据进行技术分析,计算MA/MACD/RSI等指标,判断趋势和买卖信号。触发场景:(1) "分析一下茅台的技术面" (2) "看看这只股票能不能买" (3) "技术分析 600519" (4) 需要判断股票趋势、买卖点时使用。需要先用 data-collect 获取数据
125data-collect
收集股票历史K线、实时行情、筹码分布数据,支持A股/港股/美股/ETF。当用户提及股票代码、获取行情数据、K线、实时报价、筹码分布、或询问茅台/AAPL等股票时使用
13ai-decision
基于技术分析结果生成投资决策仪表盘,包括核心结论、精确价位、检查清单和风险警报。触发场景:(1) "给我投资建议" (2) "这只股票该怎么操作" (3) "生成决策报告" (4) 需要综合决策建议时使用。需要先用 technical-analysis 获取分析结果
9a-share-stock-picker
Analyze mainland A-share candidates across short-, medium-, and long-term horizons using the latest completed session as the price anchor plus recent history, market context, policy/news catalysts, and official disclosures. Use when asked to review, rank, or produce an A-share watchlist or trading plan for the post-close to pre-open window, especially requests such as "推荐股票", "盘前选股", "给我短中长线标的", or "按收盘后信息做观察池/交易计划". Do not use for blind direct buy/sell touting without evidence; prefer evidence-based watchlists and conditional plans.
2release-skills
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
1