搜索结果
全部能力
找到 1895 个相关结果 / 数据分析
软件工程 / 部署发布
code-refactoring-refactor-clean
code-refactoring-refactor-clean
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and…
软件工程 / 诊断修复
docker
docker
Docker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and…
软件工程 / 诊断修复
relational-database-web-cloudbase
relational-database-web-cloudbase
Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use…
软件工程 / 部署发布
matplotlib
matplotlib
Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and…
软件工程 / 诊断修复
演示文稿创建器
presentation-creator
使用 React、Vite 和 Recharts 创建带有 Sentry 品牌风格的数据驱动演示幻灯片。当被要求“创建演示文稿”、“制作幻灯片”、“制作一个…
软件工程 / 诊断修复
dhh-rails-style
dhh-rails-style
This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications,…
软件工程 / 诊断修复
tushare-data
tushare-data
面向中文自然语言的 Tushare 数据研究技能。用于把“看看这只股票最近怎么样”“帮我查财报趋势”“最近哪个板块最强”“北向资金在买什么”“给我导出一份行情数据”这类请求,转成可执行的数据获取、清洗、对比、筛选、导出与简要分析流程。适用于 A…
软件工程 / 诊断修复
data-analysis-jupyter
data-analysis-jupyter
Expert guidance for data analysis, visualization, and Jupyter Notebook development with pandas, matplotlib, seaborn, and numpy.
软件工程 / 诊断修复
next-best-practices
next-best-practices
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization,…
软件工程 / 诊断修复
单细胞RNA质量控制
single-cell-rna-qc
使用 scverse 最佳实践,基于 MAD 过滤对单细胞 RNA-seq 数据(.h5ad 或 .h5 文件)执行质量控制,并提供全面的……
软件工程 / 诊断修复
postgresql-best-practices
postgresql-best-practices
PostgreSQL development best practices for schema design, query optimization, and database administration
软件工程 / 诊断修复
repomix-explorer
repomix-explorer
Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo',…
软件工程 / 诊断修复
cn-ecommerce-search
cn-ecommerce-search
Search products across Chinese e-commerce platforms: Taobao, Tmall, XHS (小红书). Zero-config — no API keys needed. Powered by Shopme unified product database. Use when the user asks to find products, get product info by URL or ID, search Chinese suppliers, or compare prices.
软件工程 / 诊断修复
options-strategy-advisor
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and…
软件工程 / 诊断修复
programmatic-seo
programmatic-seo
When the user wants to create SEO pages at scale using templates and data—including AI-assisted, grounded copy for per-URL differentiation (vs rigid mail-merge…
软件工程 / 诊断修复
cs-explore
cs-explore
对仓库做定向代码探索并把"提问→读代码→得结论"沉淀为可检索证据,三种类型 question / module-overview / spike。触发:用户说"先 explore 一下"、"这个仓库里 X 怎么实现"、"快速熟悉这个模块"、"把探索结果存档"。
软件工程 / 诊断修复
m11-ecosystem
m11-ecosystem
Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using…
软件工程 / 诊断修复
cs-issue
cs-issue
修 bug 的子流程入口,把"发现问题"走到验证修复闭环,留下 report / analysis / fix-note 三份文件。触发:用户说"修 bug"、"有个问题"、"修复 XX"。只做路由,根据已有产物走 report / analyze / fix。简单问题走快速通道。
软件工程 / 诊断修复
cs-arch
cs-arch
维护 `.codestable/architecture/` 这份只记现状的系统地图,三种模式 update / check / backfill。触发:用户说"刷新 architecture"、"做架构检查"、"补这个模块的架构文档"、"方案和代码对得上吗",或 feature…
软件工程 / 诊断修复
cs-issue-fix
cs-issue-fix
issue 流程阶段 3——按已确认根因和方案定点修复、验证、写 {slug}-fix-note.md 落档。两个入口:标准路径从 analyze 来,快速通道从 report 直接来。触发:用户说"开始修 bug"、"按分析修"、"动手改代码"。只动方案声明的文件,不顺手优化。