搜索结果
全部能力
找到 7461 个相关结果 / 软件工程
软件工程 / 部署发布
changelog-writer
changelog-writer
Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact type (breaking, features, fixes,…
软件工程 / 诊断修复
security-best-practices
security-best-practices
Security best practices for backend development, microservices, and secure coding patterns with emphasis on input validation and authentication
软件工程 / 部署发布
github-actions
github-actions
GitHub Actions CI/CD workflows for automating build, test, and deployment
软件工程 / 部署发布
neon-vercel-postgres
neon-vercel-postgres
Set up serverless Postgres with Neon or Vercel Postgres for Cloudflare Workers/Edge. Includes connection pooling, git-like branching, and Drizzle ORM integration. Use when: setting up edge Postgres, troubleshooting "TCP not supported", connection pool exhausted, SSL config errors, or Node v20 transaction issues.
软件工程 / 部署发布
hono-cloudflare
hono-cloudflare
Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns
软件工程 / 诊断修复
swr
swr
Guidelines for using SWR (stale-while-revalidate) React Hooks for efficient data fetching, caching, and revalidation
软件工程 / 诊断修复
firebase-auth
firebase-auth
Build with Firebase Authentication - email/password, OAuth providers, phone auth, and custom tokens. Use when: setting up auth flows, implementing sign-in/sign-up, managing user sessions, protecting routes, or troubleshooting auth/invalid-credential, auth/popup-closed, auth/user-not-found, or token refresh errors. Prevents 12 documented errors.
软件工程 / 诊断修复
java-jpa-hibernate
java-jpa-hibernate
Master JPA/Hibernate - entity design, queries, transactions, performance optimization
软件工程 / 部署发布
database-optimizer
database-optimizer
Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.
软件工程 / 部署发布
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…
软件工程 / 诊断修复
react-router-v7
react-router-v7
React Router v7 best practices for data-driven routing. Use when implementing routes, loaders, actions, Form components, fetchers, navigation guards, protected…
软件工程 / 诊断修复
market-breadth-analyzer
market-breadth-analyzer
Quantifies market breadth health using TraderMonty's public CSV data. Generates a 0-100 composite score across 6 components (100 = healthy). No API key…
软件工程 / 诊断修复
docs-workflow
docs-workflow
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates. Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
软件工程 / 诊断修复
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.
软件工程 / 诊断修复
import-on-visibility
import-on-visibility
Teaches visibility-based lazy loading using Intersection Observer. Use when you have below-the-fold components or images that don't need to load until the user…
软件工程 / 诊断修复
sentry-react-router-framework-sdk
sentry-react-router-framework-sdk
Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure…
软件工程 / 诊断修复
antv-g2-chart
antv-g2-chart
Generate G2 v5 chart code. Use when user asks for G2 charts, bar charts, line charts, pie charts, scatter plots, area charts, or any data visualization with G2…
软件工程 / 诊断修复
github-ops
github-ops
Provides comprehensive GitHub operations using gh CLI and GitHub API. Activates when working with pull requests, issues, repositories, workflows, or GitHub API…
软件工程 / 诊断修复
bash-linux
bash-linux
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.
软件工程 / 部署发布
go-logging
go-logging
Use when choosing a logging approach, configuring slog, writing structured log statements, or deciding log levels in Go. Also use when setting up production…