搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
numpy-best-practices
numpy-best-practices
Best practices for NumPy array programming, numerical computing, and performance optimization in Python
软件工程 / 部署发布
segment-cdp
segment-cdp
Expert patterns for Segment Customer Data Platform including
软件工程 / 部署发布
应用商店部署
app-store-deployment
将 iOS 和 Android 应用部署到 App Store 和 Google Play。涵盖签名、版本管理、构建配置、提交流程和发布管理。
软件工程 / 诊断修复
meeting-minutes-taker
meeting-minutes-taker
Transforms raw meeting transcripts into high-fidelity, structured meeting minutes with iterative review for completeness. This skill should be used when (1) a meeting transcript is provided and meeting minutes, notes, or summaries are requested, (2) multiple versions of meeting minutes need to be merged without losing content, (3) existing minutes need to be reviewed against the original transcript for missing items, (4) transcript has anonymous speakers like "Speaker 1/2/3" that need identification. Features include: speaker identification via feature analysis (word count, speaking style, topic focus) with context.md team directory mapping, intelligent file naming from content, integration with transcript-fixer for pre-processing, evidence-based recording with speaker quotes, Mermaid diagrams for architecture discussions, multi-turn parallel generation to avoid content loss, and iterative human-in-the-loop refinement.
软件工程 / 诊断修复
client-side-rendering
client-side-rendering
Teaches client-side rendering (CSR) for React applications. Use when building highly interactive apps where SEO is not a priority and the UI is driven by user…
软件工程 / 诊断修复
code-review
code-review
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before…
软件工程 / 部署发布
product-changelog
product-changelog
Product changelog and release notes that users actually read. Covers categorization, user-facing language, visuals, and distribution. Use for: release notes,…
软件工程 / 诊断修复
magento-hyva-specialist
magento-hyva-specialist
Develops high-performance Magento 2 storefronts using Hyvä theme framework. Use when working with Hyvä themes, Alpine.js, Tailwind CSS, or modern frontend…
软件工程 / 诊断修复
pocketbase-best-practices
pocketbase-best-practices
PocketBase development best practices covering collection design, API rules, authentication, SDK usage, query optimization, realtime subscriptions, file…
软件工程 / 诊断修复
tavily-web
tavily-web
Web search, content extraction, crawling, and research capabilities using Tavily API. Use when you need to search the web for current information, extracting…
软件工程 / 诊断修复
tauri
tauri
Cross-platform desktop application framework combining Rust backend with web frontend, emphasizing security and performance
软件工程 / 诊断修复
tamagui
tamagui
Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with `styled()`, configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/*" imports, "createStyledContext", "variants".
软件工程 / 诊断修复
refactor-legacy-code
refactor-legacy-code
Modernize and improve legacy codebases while maintaining functionality. Use when you need to refactor old code, reduce technical debt, modernize deprecated patterns, or improve code maintainability without breaking existing behavior.
软件工程 / 诊断修复
ruff
ruff
Guide for using ruff, the extremely fast Python linter and formatter. Use this
软件工程 / 诊断修复
tanstack-pacer
tanstack-pacer
Framework-agnostic debouncing, throttling, rate limiting, queuing, and batching utilities.
软件工程 / 诊断修复
cc-skill-coding-standards
cc-skill-coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
软件工程 / 诊断修复
review-game
review-game
Review an existing game codebase for architecture, performance, and best practices. Use when the user says "review my game", "code review", "check my game…
软件工程 / 部署发布
bash-scripting
bash-scripting
Bash scripting guidelines covering security, portability, error handling, and automation best practices for DevOps.
软件工程 / 诊断修复
frontend-mobile-security-xss-scan
frontend-mobile-security-xss-scan
You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla…
软件工程 / 部署发布
docker-deployment
docker-deployment
Containerize and deploy Node.js applications with Docker including multi-stage builds, Docker Compose, and production optimization