搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 部署发布
pci-compliance
pci-compliance
Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data.
软件工程 / 诊断修复
netlify-functions
netlify-functions
Guide for writing Netlify serverless functions. Use when creating API endpoints, background processing, scheduled tasks, or any server-side logic using Netlify…
软件工程 / 诊断修复
model-merging
model-merging
Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific…
软件工程 / 诊断修复
nuxt-core
nuxt-core
Nuxt 4 core framework fundamentals: project setup, configuration, routing, SEO, error handling, and directory structure. Use when: creating new Nuxt 4 projects, configuring nuxt.config.ts, setting up routing and middleware, implementing SEO with useHead/useSeoMeta, handling errors with error.vue and NuxtErrorBoundary, or understanding Nuxt 4 directory structure. Keywords: Nuxt 4, nuxt.config.ts, file-based routing, pages directory, definePageMeta, useHead, useSeoMeta, error.vue, NuxtErrorBoundary, middleware, navigateTo, NuxtLink, app directory, runtime config
软件工程 / 诊断修复
skill-authoring
skill-authoring
Design and development best practices for Claude Code skills, MCP tools, and AI agent capabilities. Use when creating skills, writing SKILL.md files, designing…
软件工程 / 诊断修复
rails-hotwire
rails-hotwire
Ruby on Rails Hotwire best practices for building interactive applications with Turbo Drive, Turbo Frames, Turbo Streams, Turbo 8 morphing, and Stimulus…
软件工程 / 诊断修复
network-101
network-101
Configure and test common network services (HTTP, HTTPS, SNMP, SMB) for penetration testing lab environments. Enable hands-on practice with service…
软件工程 / 诊断修复
json-data-handling
json-data-handling
Working effectively with JSON data structures.
软件工程 / 诊断修复
axiom-uikit-animation-debugging
axiom-uikit-animation-debugging
Use when CAAnimation completion handler doesn't fire, spring physics look wrong on device, animation duration mismatches actual time, gesture + animation…
软件工程 / 诊断修复
无障碍性审计器
accessibility-auditor
审计并实现 Web 无障碍(a11y),遵循 WCAG 2.1 指南,包含 ARIA 模式、键盘导航、屏幕阅读器支持和对比度…
软件工程 / 诊断修复
axiom-spritekit
axiom-spritekit
Use when building SpriteKit games, implementing physics, actions, scene management, or debugging game performance. Covers scene graph, physics engine, actions…
软件工程 / 诊断修复
data-analysis
data-analysis
Executive-grade data analysis with pandas/polars and McKinsey-quality visualizations. Use when analyzing data, building dashboards, creating investor…
软件工程 / 部署发布
getting-started-guide
getting-started-guide
Activates when users start a new novel project - guides them through the seven-step methodology (constitution → specify → clarify → plan → tasks → write →…
软件工程 / 部署发布
drawio-architecture
drawio-architecture
“Creates system architecture, deployment, and component diagrams using Draw.io (diagrams.net). Supports C4 model, UML, AWS/Azure/GCP cloud shapes, swim lanes,…
软件工程 / 诊断修复
graphql-architect
graphql-architect
Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design…
软件工程 / 诊断修复
API 设计审查工具
api-design-reviewer
API 设计审查工具
软件工程 / 诊断修复
code-modularization-evaluator
code-modularization-evaluator
Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring…
软件工程 / 诊断修复
Akka 托管 Actor 模式
akka-hosting-actor-patterns
使用 Akka.Hosting 构建实体 actor 的模式 - GenericChildPerEntityParent、消息提取器、集群分片抽象、akka-reminders 等…
软件工程 / 部署发布
i18n-frontend-implementer
i18n-frontend-implementer
Adds internationalization (i18n) infrastructure with translation plumbing, scalable key strategy, formatters for dates/numbers/currency, plural rules, and…
软件工程 / 诊断修复
API 速率限制
api-rate-limiting
使用令牌桶、滑动窗口和基于 Redis 的算法实现 API 速率限制,以防止滥用。在保护公共 API 安全时使用,…