灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 372 个相关结果 / 搜索与检索

软件工程 / 部署发布

context-mode

context-mode

135

Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing large outputs. Triggers: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis", "page snapshot", "browser snapshot", "DOM structure", "inspect page", "accessibility tree", "Playwright snapshot", "run tests", "test output", "coverage report", "git log", "recent commits", "diff between branches", "list containers", "pod status", "disk usage", "fetch docs", "API reference", "index documentation", "call API", "check response", "query results", "find TODOs", "count lines", "codebase statistics", "security audit", "outdated packages", "dependency tree", "cloud resources", "CI/CD output". Also triggers on ANY MCP tool output that may exceed 20 lines. Subagent routing is handled automatically via PreToolUse hook.

Stars 14,844
uiplaywrightdockersecurity

软件工程 / 诊断修复

postgresql-optimization

postgresql-optimization

135

PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.

Stars 37,697
designperformancedatabasepostgres

软件工程 / 部署发布

cnki-journal-index

cnki-journal-index

134

Query journal indexing/inclusion status on CNKI - check which databases include a journal (北大核心, CSSCI, CSCD, SCI, EI, etc.), get impact factors and evaluation…

Stars 0
databasecnkijournalindex

软件工程 / 部署发布

github

github

134

Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.

Stars 0
githubqueryandmanage

软件工程 / 诊断修复

tinystruct-patterns

tinystruct-patterns

131

Use when developing application modules or microservices with the tinystruct Java framework. Covers routing, context management, JSON handling with Builder,…

Stars 180,924
uidatabasedebuggingtinystruct

软件工程 / 诊断修复

cuda

cuda

130

CUDA kernel development, debugging, and performance optimization for Claude Code. Use when writing, debugging, or optimizing CUDA code, GPU kernels, or…

Stars 194
uiperformanceworkflowdebugging

软件工程 / 部署发布

azure-devops

azure-devops

129

Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts, variable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage sprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages, check security alerts, manage variable groups, approve deployments, or configure branch policies. Covers 13 domains with 99 tools via REST API.

Stars 279
devopsdeploymentsecurityauth

软件工程 / 诊断修复

tavily-search

tavily-search

127

Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable…

Stars 4
uiapitavilysearch

软件工程 / 诊断修复

amazon-sales-estimator

amazon-sales-estimator

126

Amazon sales volume estimator for sellers and product researchers. Estimate monthly sales and revenue from BSR (Best Seller Rank), ASIN, or keyword. Three…

Stars 0
uiperformanceapiamazon

软件工程 / 诊断修复

pp-nvd

pp-nvd

125

Search the U.S. National Vulnerability Database for CVEs, CVSS scores, affected versions, and severity ratings — by keyword, product (CPE name), CVE ID, or…

Stars 1,078
uidatabasenvdsearch

软件工程 / 诊断修复

newsletter-publishing

newsletter-publishing

125

Email newsletter workflows for journalists and researchers. Use when creating, managing, or optimizing email newsletters, building subscriber lists, designing…

Stars 207
designuiperformanceworkflow

软件工程 / 部署发布

database-design

database-design

124

Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.

Stars 7,399
designperformancedatabasepostgres

软件工程 / 诊断修复

auto-review-loop-minimax

auto-review-loop-minimax

122

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto…

Stars 9,455
uiapiautoreview

软件工程 / 诊断修复

codebase-search

codebase-search

121

Route repo-navigation requests to the right search packet before editing anything. Use when the user needs to find where something lives, who references it, which files own a config/content surface, what must be inspected before a change, or how to narrow a large repo without drifting into debugging or refactoring. Choose one packet: exact-text, symbol/indexed, structural, config/content, hosted search, or graph/path trace. Triggers on: where is this defined, who uses this, find call sites, config ownership, entry point, impact before refactor, shortcode/frontmatter search, scene/asset reference hunt, repo archaeology.

Stars 14
workflowdebuggingcodebasesearch

软件工程 / 诊断修复

postgresql-best-practices

postgresql-best-practices

120

PostgreSQL 18+ enterprise best practices for database development. USE THIS SKILL WHEN THE USER: - Creates schemas, tables, functions, procedures, or triggers - Writes PL/pgSQL code (naming conventions: l_, in_, io_, co_ prefixes) - Implements Table API (SECURITY DEFINER functions, schema separation) - Manages migrations, indexes, constraints, or query performance - Works with PostgreSQL 18+ features (uuidv7, virtual columns) - Builds Medallion Architecture data warehouses (Bronze/Silver/Gold) - Reviews code for anti-patterns or migrates from Oracle PL/SQL CORE PATTERNS: - Three-schema separation: data (tables) → private (internal) → api (external) - Table API: All access via SECURITY DEFINER with SET search_path - Native PL/pgSQL migration system (no Flyway/Liquibase needed) - Trivadis naming: l_ (local), in_ (input), io_ (inout), co_ (constant)

Stars 3
uiperformancesecurityapi

软件工程 / 诊断修复

amazon-backend-keywords

amazon-backend-keywords

120

Optimize Amazon backend search terms for maximum discoverability. Generate the optimal 250-byte backend keyword set by deduplicating, prioritizing, and…

Stars 0
backenduiamazonkeywords

软件工程 / 诊断修复

sql-query-optimizer

sql-query-optimizer

119

Analyzes and optimizes SQL queries using EXPLAIN plans, index recommendations, query rewrites, and performance benchmarking. Use for "query optimization",…

Stars 38
performancesqlqueryoptimizer

软件工程 / 诊断修复

bug-detective

bug-detective

118

This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…

Stars 3,703
uiworkflowdebuggingbug

软件工程 / 诊断修复

database-engineering

database-engineering

117

Use this skill when designing database schemas, optimizing queries, creating indexes, planning migrations, or choosing between database technologies. Triggers on schema design, normalization, indexing strategies, query optimization, EXPLAIN plans, migrations, partitioning, replication, connection pooling, and any task requiring database architecture or performance decisions.

Stars 151
designuiperformancedatabase

软件工程 / 诊断修复

database-schema-design

database-schema-design

116

Design storage-model and migration-safety packets for relational, document-heavy, and hybrid data systems. Use when the user needs entity ownership, constraints, indexes, multi-tenant or audit boundaries, staged schema changes, or queryable-vs- flexible field decisions across backend/fullstack products, internal ops tools, marketing/customer-data workflows, or game/live-ops systems. Route API contracts to `api-design`, auth-owned identity/session modeling to `authentication-setup`, verification to `backend-testing`, and reporting/telemetry follow-through to `looker-studio-bigquery` or `monitoring-observability`.

Stars 14
backendfullstackdesigntesting

16 / 19