数据处理

数据转换、清洗与 ETL

显示 1681-1704 / 共 12131 个技能
vitejs

writing-vite-devtools-integrations

vitejs

Creates devtools integrations for Vite using @vitejs/devtools-kit. Use when building Vite plugins with devtools panels, RPC functions, dock entries, shared state, or any devtools-related functionality. Applies to files importing from @vitejs/devtools-kit or containing devtools.setup hooks in Vite plugins.

数据处理 1189 7个月前
xu-xiang

django-tdd

xu-xiang

使用 pytest-django、测试驱动开发(TDD)方法论、factory_boy、Mock 模拟、覆盖率统计以及 Django REST Framework API 测试的 Django 测试策略。

API 开发 1912 7个月前
xu-xiang

django-patterns

xu-xiang

Django 架构模式、使用 DRF 的 REST API 设计、ORM 最佳实践、缓存、信号(Signals)、中间件(Middleware)以及生产级 Django 应用。

缓存 1912 7个月前
xu-xiang

项目指南技能(Project Guidelines Skill,示例)

xu-xiang

tdd-workflow/ - 测试驱动开发 (TDD) 方法论

API 开发 1912 7个月前
xu-xiang

strategic-compact

xu-xiang

建议在逻辑间隔进行手动上下文压缩(Context Compaction),以便在任务阶段中保留上下文,而不是依赖随机的自动压缩。

数据处理 1912 7个月前
xu-xiang

continuous-learning

xu-xiang

自动从 Claude Code 会话(Sessions)中提取可重用的模式,并将其保存为学习到的技能以供未来使用。

数据处理 1912 7个月前
xu-xiang

backend-patterns

xu-xiang

后端架构模式、API 设计、数据库优化,以及 Node.js、Express 和 Next.js API 路由的服务端最佳实践。

数据处理 1912 7个月前
xu-xiang

clickhouse-io

xu-xiang

ClickHouse 数据库模式、查询优化、分析以及针对高性能分析工作负载的数据工程最佳实践。

代码生成 1912 7个月前
xu-xiang

springboot-tdd

xu-xiang

使用 JUnit 5、Mockito、MockMvc、Testcontainers 和 JaCoCo 进行 Spring Boot 的测试驱动开发(TDD)。在添加功能、修复 Bug 或进行重构时使用。

代码生成 1912 7个月前
xu-xiang

golang-patterns

xu-xiang

Go 语言惯用模式、最佳实践以及构建健壮、高效且可维护 Go 应用程序的规范。

数据处理 1912 7个月前
xu-xiang

python-patterns

xu-xiang

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

数据处理 1912 7个月前
alinaqi

klaviyo

alinaqi

Klaviyo email/SMS marketing - profiles, events, flows, segmentation

数据处理 705 8个月前
alinaqi

flutter

alinaqi

Flutter development with Riverpod state management, Freezed, go_router, and mocktail testing

数据处理 705 8个月前
softaworks

game-changing-features

softaworks

Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.

自动化 2390 7个月前
softaworks

react-dev

softaworks

This skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router).

数据处理 2390 7个月前
joelhooks

release

joelhooks

Handles version bumps and npm releases for the swarm-tools monorepo (opencode-swarm-plugin, claude-code-swarm-plugin, swarm-mail, swarm-queue). Use when: creating changesets, bumping versions, preparing releases, checking release status, debugging publish failures, verifying npm packages, or merging release PRs. Triggers: "release", "publish", "changeset", "bump version", "ship it", "new version", "create a release", "check npm", "verify publish", "/release"

CI/CD 733 7个月前
alibaba

openspec-archive-change

alibaba

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

代码评审 2.8万 6个月前
alibaba

openspec-ff-change

alibaba

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

代码生成 2.8万 6个月前
alibaba

openspec-archive-change

alibaba

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

代码评审 2.8万 6个月前
alibaba

openspec-ff-change

alibaba

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

代码生成 2.8万 6个月前
antvis

antv-l7

antvis

Comprehensive guide for AntV L7 geospatial visualization library. Use when users need to: (1) Create interactive maps with WebGL rendering (2) Visualize geographic data (points, lines, polygons, heatmaps) (3) Build location-based data dashboards (4) Add map layers, interactions, or animations (5) Process and display GeoJSON, CSV, or other spatial data (6) Integrate maps with AMap (GaodeMap), Mapbox, Maplibre, or standalone L7 Map (7) Optimize performance for large-scale geographic datasets

动画 4056 7个月前
codewithmukesh

security-scan

codewithmukesh

Deep security scanning for .NET applications across 6 layers: vulnerable packages, secrets detection, OWASP code patterns, auth configuration, CORS policy, and data protection. Produces severity-rated findings with specific remediation steps. Load this skill when: "security scan", "security audit", "check for vulnerabilities", "find secrets", "OWASP", "auth review", "CORS check", "security review", "penetration test prep", "CVE check", "vulnerability scan", "hardcoded password", "data protection", "security posture".

认证鉴权 677 6个月前
codewithmukesh

configuration

codewithmukesh

Configuration patterns for .NET 10 applications. Covers the Options pattern, IOptionsSnapshot vs IOptions, secrets management, and environment-based configuration. Load this skill when setting up application configuration, managing secrets, binding configuration sections, or when the user mentions "configuration", "appsettings", "Options pattern", "IOptions", "IOptionsSnapshot", "secrets", "user secrets", "environment variables", "connection string", or "config binding".

认证鉴权 677 6个月前
codewithmukesh

de-sloppify

codewithmukesh

Systematic code cleanup pipeline for .NET projects. Runs 7 ordered steps: formatting, unused usings, analyzer warnings, dead code removal, TODO resolution, sealed class audit, and CancellationToken propagation. Each step is verified independently with tests between phases. Load this skill when: "clean up", "de-sloppify", "tidy up", "remove dead code", "code cleanup", "housekeeping", "tech debt", "fix warnings", "seal classes", "add CancellationToken", "unused usings", "format code".

数据处理 677 6个月前