搜索结果
全部能力
找到 6229 个相关结果 / 前端体验
软件工程 / 诊断修复
google-chat-api
google-chat-api
Build Google Chat bots and webhooks with Cards v2, interactive forms, and Cloudflare Workers. Covers Spaces/Members/Reactions APIs, bearer token verification, and dialog patterns. Use when: creating Chat bots, workflow automation, interactive forms. Troubleshoot: bearer token 401, rate limit 429, card schema validation, webhook failures.
软件工程 / 诊断修复
edge-hint-extractor
edge-hint-extractor
Extract edge hints from daily market observations and news reactions, with optional LLM ideation, and output canonical hints.yaml for downstream concept…
软件工程 / 部署发布
receiving-code-review
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
软件工程 / 部署发布
nansen-prediction-markets
nansen-prediction-markets
Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction…
软件工程 / 诊断修复
tailwind
tailwind
Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or…
软件工程 / 部署发布
ln-783-container-launcher
ln-783-container-launcher
Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.
软件工程 / 诊断修复
mcp-cli-scripts
mcp-cli-scripts
Build CLI scripts alongside MCP servers for terminal environments. File I/O, batch processing, caching, richer output formats. Templates for TypeScript scripts and SCRIPTS.md. Use when: MCP companion scripts, batch processing, saving results to files, CLI API wrappers. Troubleshoot: context too large, no file access, batch input.
软件工程 / 诊断修复
sql-optimization-patterns
sql-optimization-patterns
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
软件工程 / 诊断修复
nanogpt
nanogpt
Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy.…
软件工程 / 诊断修复
strategy-pivot-designer
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
软件工程 / 诊断修复
ln-743-test-infrastructure
ln-743-test-infrastructure
Sets up test infrastructure with Vitest, xUnit, and pytest. Use when adding testing frameworks and sample tests to a project.
软件工程 / 诊断修复
API 设计模式
api-design-patterns
涵盖 REST、GraphQL、gRPC、版本控制、认证及现代 API 最佳实践的综合 API 设计模式
软件工程 / 诊断修复
Angular 模块设计
angular-module-design
使用特性模块(feature modules)、懒加载(lazy loading)和依赖注入(dependency injection)设计 Angular 模块。适用于需要关注点分离的大型 Angular 应用组织。
软件工程 / 诊断修复
agent-benchmark-suite
agent-benchmark-suite
用于 benchmark-suite 的 Agent 技能 - 使用 $agent-benchmark-suite 调用
软件工程 / 诊断修复
API开发
api-development
使用 Go 标准库和 NestJS TypeScript 构建简洁、可扩展 API 的指南,涵盖安全性、验证和模块化架构。
软件工程 / 诊断修复
optimizing-attention-flash
optimizing-attention-flash
Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences…
软件工程 / 诊断修复
dotnet
dotnet
Guidelines for .NET backend development with C#, ASP.NET Core, and Entity Framework Core
软件工程 / 诊断修复
rest-api-django
rest-api-django
Comprehensive guidelines for Django REST API development covering project structure, views, models, serializers, authentication, performance, and error…
软件工程 / 诊断修复
nodejs-development
nodejs-development
Node.js development guidelines covering Payload CMS, Vue.js with TypeScript, and general TypeScript best practices
软件工程 / 部署发布
opentelemetry
opentelemetry
OpenTelemetry with Grafana stack. Covers OTel SDK instrumentation for Go/Java/Python/Node.js/.NET, OTLP protocol and endpoint configuration, sending telemetry to Grafana Cloud via OTLP endpoint, Grafana Alloy as OTel collector, sampling strategies, Kubernetes OTel Operator, and migration from other observability tools. Use when instrumenting apps with OTel, configuring OTLP endpoints, setting up collectors, or migrating to OpenTelemetry.