搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
sql-optimization-patterns
sql-optimization-patterns
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
软件工程 / 部署发布
aws-rds-database
aws-rds-database
Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle.
软件工程 / 诊断修复
brand-name-generator
brand-name-generator
Generate creative brand names, company names, product names, or startup names. Includes naming strategies, brandability scoring, and domain availability…
软件工程 / 诊断修复
strategy-pivot-designer
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
软件工程 / 诊断修复
apify
apify
Apify 网页抓取平台。当用户提及"scrape website"时使用。
软件工程 / 诊断修复
tailwind
tailwind
Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or…
软件工程 / 部署发布
git-workflow-strategy
git-workflow-strategy
Master Git workflows including GitFlow, GitHub Flow, Trunk-Based Development. Configure branches, merge strategies, and collaboration patterns for team environments.
软件工程 / 诊断修复
repomix-unmixer
repomix-unmixer
Extracts files from repomix-packed repositories, restoring original directory structures from XML/Markdown/JSON formats. Activates when users need to unmix…
软件工程 / 诊断修复
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.
软件工程 / 部署发布
ln-783-container-launcher
ln-783-container-launcher
Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.
软件工程 / 诊断修复
ln-771-logging-configurator
ln-771-logging-configurator
Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend projects.
软件工程 / 部署发布
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…
软件工程 / 部署发布
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…
软件工程 / 诊断修复
nanogpt
nanogpt
Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy.…
软件工程 / 诊断修复
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.
软件工程 / 部署发布
agent-release-manager
agent-release-manager
发布管理器智能体技能 - 使用 $agent-release-manager 调用
软件工程 / 诊断修复
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.
软件工程 / 部署发布
biorxiv-database
biorxiv-database
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or…
软件工程 / 诊断修复
API 设计模式
api-design-patterns
涵盖 REST、GraphQL、gRPC、版本控制、认证及现代 API 最佳实践的综合 API 设计模式
软件工程 / 诊断修复
Angular 模块设计
angular-module-design
使用特性模块(feature modules)、懒加载(lazy loading)和依赖注入(dependency injection)设计 Angular 模块。适用于需要关注点分离的大型 Angular 应用组织。