搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
axiom-cloud-sync
axiom-cloud-sync
Use when choosing between CloudKit vs iCloud Drive, implementing reliable sync, handling offline-first patterns, or designing sync architecture - prevents…
软件工程 / 部署发布
github-actions-generator
github-actions-generator
Create, generate, or scaffold GitHub Actions workflows, action.yml, or .github/workflows CI/CD pipelines.
软件工程 / 诊断修复
axiom-app-intents-ref
axiom-app-intents-ref
Use when integrating App Intents for Siri, Apple Intelligence, Shortcuts, Spotlight, or system experiences - covers AppIntent, AppEntity, parameter handling,…
软件工程 / 诊断修复
responsive-design
responsive-design
Mobile-first responsive design covering fluid layouts, media queries, flexbox, grid, viewport units, and responsive images
软件工程 / 诊断修复
solana-dev
solana-dev
Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana…
软件工程 / 诊断修复
prometheus-configuration
prometheus-configuration
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
软件工程 / 诊断修复
tailwind-best-practices
tailwind-best-practices
Tailwind CSS patterns and conventions. Use when writing responsive designs, implementing dark mode, creating reusable component styles, configuring Tailwind,…
软件工程 / 部署发布
reducing-entropy
reducing-entropy
Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias…
软件工程 / 诊断修复
supabase-postgres-best-practices
supabase-postgres-best-practices
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or…
软件工程 / 诊断修复
telegram-bot
telegram-bot
Send messages, images, and marketing content to Telegram channels and groups via Bot API. Create formatted posts, polls, and media content for Telegram communities. Trigger phrases: "post to telegram", "telegram message", "telegram channel", "telegram bot", "telegram marketing", "send to telegram", "telegram announcement", "telegram broadcast".
软件工程 / 诊断修复
terraform-validator
terraform-validator
Validate, lint, audit, or plan Terraform/.tf/HCL files; runs tflint, checkov, terraform validate.
软件工程 / 诊断修复
tailwindcss-accessibility
tailwindcss-accessibility
Tailwind CSS accessibility patterns including WCAG 2.2 compliance, touch targets, focus management, and ARIA support
软件工程 / 诊断修复
recommendation-system
recommendation-system
Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache…
软件工程 / 部署发布
postmortem-writing
postmortem-writing
Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence.
软件工程 / 部署发布
promql-generator
promql-generator
Generate/create/write PromQL queries, metric expressions, alerting rules, recording rules, Prometheus dashboards.
软件工程 / 诊断修复
logging-best-practices
logging-best-practices
Structured logging with proper levels, context, PII handling, centralized aggregation. Use for application logging, log management integration, distributed…
软件工程 / 诊断修复
rust-expert-best-practices-code-review
rust-expert-best-practices-code-review
Rust best practices and code quality guidelines for writing idiomatic, safe, and performant Rust code. This skill should be used when writing, reviewing, or…
软件工程 / 部署发布
postplus-shared
postplus-shared
Shared rules, routing preferences, execution boundaries, and workflow references for released PostPlus skills. Use this before any PostPlus skill that mentions…
软件工程 / 诊断修复
page-transitions
page-transitions
Use when implementing route changes, view transitions, modal opens/closes, or navigation animation in web and mobile applications.
软件工程 / 诊断修复
debug
debug
This skill should be used when debugging frontend/UI bugs that need runtime evidence. USE THIS SKILL (instead of adding console.log) when you're about to: "add console.log and ask user to check", "open DevTools and tell me what you see", "reproduce the bug and share the output", "check the browser console". Triggers: "debug this", "fix this bug", "why isn't this working", "investigate this issue", "trace the problem", "figure out why X happens", "UI not updating", "state is wrong", "value is null/undefined", "click doesn't work", "modal not showing". Automates log collection server-side - you read logs directly, no user copy-paste needed.