搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
git-pushing
git-pushing
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to…
软件工程 / 诊断修复
accelint-react 最佳实践
accelint-react-best-practices
React 性能优化与最佳实践。在处理任何 React 代码时始终使用此技能——编写组件、hooks、JSX;重构;…
软件工程 / 诊断修复
microservices-patterns
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems,…
软件工程 / 诊断修复
swiftui-patterns
swiftui-patterns
Use when implementing iOS 17+ SwiftUI patterns: @Observable/@Bindable, MVVM architecture, NavigationStack, lazy loading, UIKit interop, accessibility (VoiceOver/Dynamic Type), async operations (.task/.refreshable), or migrating from ObservableObject/@StateObject.
软件工程 / 部署发布
social-media-publisher
social-media-publisher
Prepare and, after explicit approval, publish social posts through the PostPlus platform-owned social publishing workspace.
软件工程 / 诊断修复
postgresql
postgresql
PostgreSQL database documentation - SQL queries, database design, administration, performance tuning, and advanced features. Use when working with PostgreSQL…
软件工程 / 诊断修复
laravel-testing
laravel-testing
Comprehensive testing patterns with Pest. Use when working with tests, testing patterns, or when user mentions testing, tests, Pest, PHPUnit, mocking,…
软件工程 / 诊断修复
repository-analyzer
repository-analyzer
Analyzes codebases to generate comprehensive documentation including structure, languages, frameworks, dependencies, design patterns, and technical debt. Use…
软件工程 / 诊断修复
liveblocks-best-practices
liveblocks-best-practices
Use this skill when building, debugging, or answering questions
软件工程 / 部署发布
makefile-generator
makefile-generator
Create, generate, or scaffold Makefiles with .PHONY targets and build automation.
软件工程 / 诊断修复
qiaomu-opencli-usage
qiaomu-opencli-usage
Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs…
软件工程 / 诊断修复
moodle-external-api-development
moodle-external-api-development
Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom…
软件工程 / 诊断修复
mtls-configuration
mtls-configuration
Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing…
软件工程 / 诊断修复
typegpu
typegpu
TypeGPU is type-safe WebGPU in TypeScript. Use whenever the user writes, debugs, or designs TypeGPU code: 'use gpu' shader functions, tgpu.fn, buffers, textures, bind groups, compute and render pipelines, vertex layouts, slots, accessors, and any TypeGPU API. Shader logic and CPU-side resources are tightly coupled - handle both sides here even if the user only mentions one (e.g. "how do I write a shader", "how do I create a buffer"). Trigger on any mention of typegpu, tgpu, "use gpu", TypedGPU, or WebGPU code written using TypeGPU's schema API (d.*, tgpu.*, std.*). Do NOT trigger for raw WebGPU (using GPUDevice/GPURenderPipeline directly without tgpu), WGSL-only questions, Three.js, Babylon.js, or WebGL.
软件工程 / 诊断修复
database-sharding
database-sharding
Database sharding for PostgreSQL/MySQL with hash/range/directory strategies. Use for horizontal scaling, multi-tenant isolation, billions of records, or…
软件工程 / 部署发布
architecture-patterns
architecture-patterns
Software architecture patterns and best practices
软件工程 / 诊断修复
ab-test-setup
ab-test-setup
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this…
软件工程 / 诊断修复
axiom-file-protection-ref
axiom-file-protection-ref
Use when asking about 'FileProtectionType', 'file encryption iOS', 'NSFileProtection', 'data protection', 'secure file storage', 'encrypt files at rest',…
软件工程 / 诊断修复
evaluation
evaluation
Build evaluation frameworks for agent systems. Use when testing agent performance systematically, validating context engineering choices, or measuring…
软件工程 / 诊断修复
framework-to-capacitor
framework-to-capacitor
Guide for integrating modern web frameworks with Capacitor. Covers Next.js static export, React, Vue, Angular, Svelte, and others. Use this skill when…