搜索结果
全部能力
找到 1568 个相关结果 / 产品设计
软件工程 / 诊断修复
fix-dependabot
fix-dependabot
Fix a Dependabot PR by updating all monorepo instances of the dependency, running bun install, and pushing
软件工程 / 诊断修复
pr-name
pr-name
Correct naming for a PR
软件工程 / 诊断修复
inbound-lead-qualifier
inbound-lead-qualifier
Analyze inbound leads (form fills, demo requests) and score based on ICP fit, intent, and urgency. Auto-generates qualification questions, routes to right rep,…
软件工程 / 部署发布
marketplace-dev
marketplace-dev
Converts any Claude Code skills repository into an official plugin marketplace. Analyzes existing skills, generates .claude-plugin/marketplace.json conforming to the Anthropic spec, validates with `claude plugin validate`, tests real installation, and creates a PR to the upstream repo. Encodes hard-won anti-patterns from real marketplace development (schema traps, version semantics, description pitfalls). Use when the user mentions: marketplace, plugin support, one-click install, marketplace.json, plugin distribution, auto-update, or wants a skills repo installable via `claude plugin install`. Also trigger when the user has a skills repo and asks about packaging, distribution, or making it installable.
软件工程 / 诊断修复
database-schema-designer
database-schema-designer
Design optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration…
软件工程 / 诊断修复
existing-repo
existing-repo
Analyze existing repositories, maintain structure, setup guardrails and best practices
软件工程 / 部署发布
launch-strategy
launch-strategy
Plan and execute product launches with week-by-week timelines and channel-specific playbooks. Use when the user asks about launching a product, Product Hunt…
软件工程 / 部署发布
form-wizard-builder
form-wizard-builder
Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicators, review steps, and error handling. Use…
软件工程 / 诊断修复
generate-testability-wrappers
generate-testability-wrappers
Generate wrapper interfaces and DI registration for hard-to-test static dependencies in C#. Produces IFileSystem, IEnvironmentProvider, IConsole, IProcessRunner wrappers, or guides adoption of TimeProvider and IHttpClientFactory. USE FOR: generate wrapper for static, create IFileSystem wrapper, wrap DateTime.Now, make static testable, make class testable, create abstraction for File.*, generate DI registration, TimeProvider adoption, IHttpClientFactory setup, testability wrapper, mock-friendly interface, mock time in tests, create the right abstraction to mock, how to mock DateTime, test code using File.ReadAllText, what abstraction for Environment, how to make statics injectable, adopt System.IO.Abstractions, make file calls testable. DO NOT USE FOR: detecting statics (use detect-static-dependencies), migrating call sites (use migrate-static-to-wrapper), general interface design not about testability.
软件工程 / 诊断修复
email-subject-line-optimizer
email-subject-line-optimizer
A/B test subject line variations using proven copywriting frameworks. Predict open rates based on historical performance.
软件工程 / 诊断修复
gong
gong
Gong integration. Manage Calls, Users, Teams, Deals. Use when the user wants to interact with Gong data.
软件工程 / 诊断修复
python-backend
python-backend
Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database…
软件工程 / 诊断修复
clap
clap
Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces
软件工程 / 诊断修复
rtk-optimizer
rtk-optimizer
Wrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output…
软件工程 / 部署发布
structured-output-extractor
structured-output-extractor
Extracts structured data from LLM responses using JSON schemas, Zod validation, and function calling for reliable parsing. Use when users request "structured…
软件工程 / 诊断修复
csrf-protection
csrf-protection
Implement Cross-Site Request Forgery (CSRF) protection for API routes. Use this skill when you need to protect POST/PUT/DELETE endpoints, implement token…
软件工程 / 诊断修复
skill-composer-studio
skill-composer-studio
CHAIN multiple existing skills into custom multi-step workflows. Programmable skill combinations with automatic handoffs. Create composite skills from building…
软件工程 / 部署发布
cost-latency-optimizer
cost-latency-optimizer
Reduces LLM costs and improves response times through caching, model selection, batching, and prompt optimization. Provides cost breakdowns, latency hotspots,…
软件工程 / 诊断修复
cli-anything-musescore
cli-anything-musescore
CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments
软件工程 / 部署发布
tailwind-gradient-builder
tailwind-gradient-builder
Creates modern CSS gradients using Tailwind CSS including linear, radial, conic, mesh gradients, animated gradients, glassmorphism, and gradient text effects.…