Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub haomingz/skills --plugin finance-skills此技能用于使用 AKShare Python 库获取多市场金融数据,覆盖 A 股、港股、美股、期货、基金、ETF、可转债、期权、宏观指标、行业板块、概念板块、资金流向、涨停池、龙虎榜和实时行情。适用于用户提到 AKShare、akshare、A股实时行情、stock_zh_a_hist、stock_individual_fund_flow、stock_zt_pool_em、龙虎榜、港股、美股、期货、基金净值、ETF、可转债、宏观数据或多市场金融数据脚本的场景。
此技能用于使用 BaoStock Python 库获取中国 A 股行情、财务指标、交易日历、指数成分、行业分类和宏观利率数据。适用于用户提到 BaoStock、baostock、A股K线、前复权、后复权、季度财务指标、交易日历、指数成分股、批量下载A股数据、query_history_k_data_plus,或需要编写 BaoStock Python 数据脚本的场景。
Optimizes Grafana Jsonnet dashboard content for observability and SRE best practices (RED/USE/Golden Signals). Use when auditing dashboard quality, improving monitoring effectiveness, enhancing diagnostic capabilities, or reviewing observability coverage. Focuses on content-level improvements without code structure refactoring.
Converts Grafana dashboard JSON exports to Jsonnet using grafana-code mixin conventions. Use when importing dashboards from Grafana UI exports, migrating to infrastructure-as-code, or integrating JSON dashboards into grafana-code. Produces self-contained Jsonnet files with unified libraries, modernizes legacy panel types, and supports manual import with datasource selection.
Refactors Grafana Jsonnet dashboards to eliminate duplication and align with available unified libraries while preserving behavior. Use when dashboards contain duplicated code, inconsistent patterns, legacy panel types, or need standardization with existing conventions. Produces single self-contained files without dashboard-specific libraries.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Grafana 可观测性、金融数据获取与券商交易 API 的 Claude Code 技能集合。
使用 skills CLI 安装:
# 列出可用技能
npx skills add haomingz/skills --list
# 安装全部技能到 Claude Code
npx skills add haomingz/skills -a claude-code
# 安装特定技能
npx skills add haomingz/skills --skill grafana-json-to-jsonnet -a claude-code
# 全局安装(跨项目生效)
npx skills add haomingz/skills -a claude-code -g -y
/plugin marketplace add https://github.com/haomingz/skills
/plugin install grafana-skills@haoming-skills
| 技能 | 用途 | 触发短语 |
|---|---|---|
| grafana-json-to-jsonnet | Grafana UI 导出 JSON 转 Jsonnet | "convert grafana json", "import grafana dashboard" |
| grafana-jsonnet-refactor | 重构 Jsonnet,消除重复、对齐规范 | "refactor grafana jsonnet", "split dashboard" |
| grafana-report-to-dashboard | Python 报表脚本迁移为 Grafana 仪表板 | "migrate report to grafana", "convert python report" |
| grafana-dashboard-optimize | 仪表板可观测性审计与优化(RED/USE) | "optimize grafana dashboard", "dashboard audit" |
| baostock-data | 使用 BaoStock 获取中国 A 股行情、财务、指数成分与宏观数据 | "baostock", "A股K线", "季度财务指标" |
| akshare-data | 使用 AKShare 获取 A股/港股/美股/期货/基金/宏观等多市场数据 | "akshare", "A股实时行情", "资金流向", "宏观数据" |
| schwab-trader | Charles Schwab API 美股交易:OAuth、行情、下单、账户查询 | "Schwab API", "schwab-py", "美股 API 下单" |
| ibkr-trader | IBKR TWS API 全球多市场交易(ib_async):期货、期权、外汇、实时行情 | "IBKR API", "ib_async", "IB Gateway", "期货下单" |
skills/{name}/
├── SKILL.md # 技能定义(YAML frontmatter + 工作流)
├── scripts/ # 可选:辅助脚本
└── references/ # 参考文档(按需加载)
技能采用渐进式披露加载:frontmatter 常驻上下文,SKILL.md 触发时加载,references/ 按需加载。
cp -r templates/skill-template skills/my-new-skill
# 编辑 SKILL.md,更新 name、description 和工作流
/plugin reload
详见 docs/skill-template.md 和 docs/skills-spec.md。
MIT — 详见 LICENSE