搜索结果
agent
找到 1083 个相关结果 / 软件工程
软件工程 / 部署发布
docker-deployment
docker-deployment
Containerize and deploy Node.js applications with Docker including multi-stage builds, Docker Compose, and production optimization
软件工程 / 诊断修复
ios-accessibility
ios-accessibility
Expert guidance on iOS accessibility best practices, patterns, and implementation. Use when developers mention: (1) iOS accessibility, VoiceOver, Dynamic Type,…
软件工程 / 诊断修复
msw
msw
MSW (Mock Service Worker) best practices for API mocking in tests (formerly test-msw). This skill should be used when setting up MSW, writing request handlers,…
软件工程 / 诊断修复
compatibility-testing
compatibility-testing
Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support,…
软件工程 / 部署发布
grepai-storage-qdrant
grepai-storage-qdrant
grepai-storage-qdrant — an installable skill for AI agents, published by yoanbernabeu/grepai-skills.
软件工程 / 诊断修复
chdb-datastore
chdb-datastore
Drop-in pandas replacement with ClickHouse performance. Use `import chdb.datastore as pd` (or `from datastore import DataStore`) and write standard pandas code — same API, 10-100x faster on large datasets. Supports 16+ data sources (MySQL, PostgreSQL, S3, MongoDB, ClickHouse, Iceberg, Delta Lake, etc.) and 10+ file formats (Parquet, CSV, JSON, Arrow, ORC, etc.) with cross-source joins. Use this skill when the user wants to analyze data with pandas-style syntax, speed up slow pandas code, query remote databases or cloud storage as DataFrames, or join data across different sources — even if they don't explicitly mention chdb or DataStore. Do NOT use for raw SQL queries, ClickHouse server administration, or non-Python languages.
软件工程 / 诊断修复
figma
figma
Integrate with Figma API for design automation and code generation. Use when extracting design tokens, generating React/CSS code from Figma components, syncing…
软件工程 / 诊断修复
muapi-ui-design
muapi-ui-design
Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai
软件工程 / 诊断修复
qa-testing-playwright
qa-testing-playwright
E2E web testing with Playwright. Use when writing tests, debugging flakes, or setting up CI with selectors, sharding, and network mocking.
软件工程 / 诊断修复
sentry-pr-code-review
sentry-pr-code-review
Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR…
软件工程 / 诊断修复
swarm-orchestration
swarm-orchestration
Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. Use when: 3+ files need changes, new feature implementation, cross-module refactoring, API changes with tests, security-related changes, performance optimization across codebase, database schema changes. Skip when: single file edits, simple bug fixes (1-2 lines), documentation updates, configuration changes, quick exploration.
软件工程 / 诊断修复
application-performance-performance-optimization
application-performance-performance-optimization
Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across…
软件工程 / 诊断修复
java-jpa-hibernate
java-jpa-hibernate
Master JPA/Hibernate - entity design, queries, transactions, performance optimization
软件工程 / 部署发布
deploying-airflow
deploying-airflow
Deploy Airflow DAGs and projects. Use when the user wants to deploy code, push DAGs, set up CI/CD, deploy to production, or asks about deployment strategies…
软件工程 / 诊断修复
project-workflow
project-workflow
Nine integrated slash commands for complete project lifecycle: /explore-idea, /plan-project, /plan-feature, /wrap-session, /continue-session, /workflow, /release, /brief, /reflect. Use when starting projects, managing sessions across context windows, capturing learnings, or preparing releases. Saves 35-55 minutes per lifecycle.
软件工程 / 诊断修复
auth0-angular
auth0-angular
Use when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs
软件工程 / 诊断修复
阿里云AI图像通义万相
alicloud-ai-image-qwen-image
使用 Model Studio DashScope SDK 通过 Qwen 图像生成模型(qwen-image、qwen-image-plus、qwen-image-max、qwen-image-2.0 系列及…
软件工程 / 诊断修复
context-engineering
context-engineering
Master context engineering for AI agent systems. Use when designing agent architectures, debugging context failures, optimizing token usage, implementing memory systems, building multi-agent coordination, evaluating agent performance, or developing LLM-powered pipelines. Covers context fundamentals, degradation patterns, optimization techniques (compaction, masking, caching), compression strategies, memory architectures, multi-agent patterns, LLM-as-Judge evaluation, tool design, and project development.
软件工程 / 诊断修复
openai-agents
openai-agents
Build AI applications with OpenAI Agents SDK - text agents, voice agents, multi-agent handoffs, tools with Zod schemas, guardrails, and streaming. Prevents 11 documented errors. Use when: building agents with tools, voice agents with WebRTC, multi-agent workflows, or troubleshooting MaxTurnsExceededError, tool call failures, reasoning defaults, JSON output leaks.
软件工程 / 诊断修复
expo-app-design
expo-app-design
Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native.