搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
auto-animate
auto-animate
Zero-config animations for React, Vue, Solid, Svelte, Preact with @formkit/auto-animate (3.28kb). Prevents 15 documented errors including React 19 StrictMode bugs, SSR imports, conditional parents, viewport issues, drag & drop conflicts, and CSS transform bugs. Use when: animating lists/accordions/toasts, troubleshooting SSR animation errors, React 19 StrictMode issues, or need accessible drop-in transitions with auto prefers-reduced-motion.
软件工程 / 诊断修复
python-testing
python-testing
Expert in Python testing with pytest and test-driven development
软件工程 / 部署发布
go-generics
go-generics
Use when deciding whether to use Go generics, writing generic functions or types, choosing constraints, or picking between type aliases and type definitions.…
软件工程 / 诊断修复
payload
payload
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors,…
软件工程 / 诊断修复
cloudflare-kv
cloudflare-kv
Store key-value data globally with Cloudflare KV's edge network. Use when: caching API responses, storing configuration, managing user preferences, handling TTL expiration, or troubleshooting KV_ERROR, 429 rate limits, eventual consistency, cacheTtl errors, wrangler types issues, or remote binding configuration.
软件工程 / 诊断修复
oauth-integrations
oauth-integrations
Implement OAuth 2.0 authentication with GitHub and Microsoft Entra (Azure AD) in Cloudflare Workers and other edge environments. Covers provider-specific quirks, required headers, scope requirements, and token handling without MSAL. Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks, or troubleshooting 403 errors in OAuth flows.
软件工程 / 部署发布
remember
remember
Store a learning, pattern, or decision in the memory system for future recall
软件工程 / 诊断修复
billing-sdk
billing-sdk
Guide for using BillingSDK - open-source React components for pricing tables, subscription management, and billing UI with Dodo Payments.
软件工程 / 部署发布
database-migration-management
database-migration-management
Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.
软件工程 / 诊断修复
github-multi-repo
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
软件工程 / 诊断修复
sentry-tanstack-start-sdk
sentry-tanstack-start-sdk
Full Sentry SDK setup for TanStack Start React. Use when asked to "add Sentry to TanStack Start", "install @sentry/tanstackstart-react", or configure error…
软件工程 / 诊断修复
developer-toolbox
developer-toolbox
Essential development workflow agents for code review, debugging, testing, documentation, and git operations. Includes 7 specialized agents with strong auto-discovery triggers. Use when: setting up development workflows, code reviews, debugging errors, writing tests, generating documentation, creating commits, or verifying builds.
软件工程 / 诊断修复
react-server-components
react-server-components
Teaches React Server Components for zero-bundle server rendering. Use when components only need server-side data access and don't require client-side…
软件工程 / 诊断修复
hooks
hooks
Hook Development Rules
软件工程 / 诊断修复
API 安全测试
api-security-testing
REST 和 GraphQL API 的安全测试工作流,涵盖认证、授权、速率限制、输入验证及安全最佳实践。
软件工程 / 诊断修复
codebase-documenter
codebase-documenter
Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when…
软件工程 / 部署发布
cicd-pipeline-setup
cicd-pipeline-setup
Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, or CircleCI. Use for automated testing, building, and deployment workflows.
软件工程 / 诊断修复
next
next
Next.js renderer for json-render that turns JSON specs into full Next.js applications with routes, layouts, SSR, and metadata. Use when working with…
软件工程 / 诊断修复
refactor
refactor
Code refactoring workflow - analyze → plan → implement → review → validate
软件工程 / 部署发布
database-migration
database-migration
Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.