搜索结果
全部能力
找到 17783 个相关结果
研究学习 / 检索整理
gpt-5-4-prompting
gpt-5-4-prompting
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
通用助手 / 编排推荐
firecrawl-dashboard-reporting
firecrawl-dashboard-reporting
firecrawl-dashboard-reporting — an installable skill for AI agents, published by firecrawl/firecrawl-workflows.
研究学习 / 检索整理
ln-641-pattern-analyzer
ln-641-pattern-analyzer
Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern.
办公运营 / 自动执行
spreadsheet-processor
spreadsheet-processor
Process and manipulate spreadsheet documents. Creates, edits, analyzes, and transforms Excel files with formula and formatting support.
软件工程 / 部署发布
income-tax
income-tax
This skill should be used when the user needs to calculate their income tax (所得税), compute deductions, or import withholding slips. Trigger phrases include: "所得税を計算", "確定申告書を作成", "控除を計算", "源泉徴収票を取り込む", "所得税額", "納付額を計算", "還付額を計算", "第一表", "第二表", "申告書B", "所得控除", "税額控除".
通用助手 / 编排推荐
dotnet-pinvoke
dotnet-pinvoke
Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.
安全与治理 / 审核评估
git-troubleshooting
git-troubleshooting
Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing repository issues. Use when…
研究学习 / 检索整理
exploratory-data-analysis
exploratory-data-analysis
Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data…
软件工程 / 部署发布
kernel-cli
kernel-cli
Complete guide to Kernel CLI - cloud browser platform with automation, deployment, and management
安全与治理 / 审核评估
osint
osint
Structured OSINT investigations — people lookup, company intel, investment due diligence, entity/threat intel, domain recon, organization research using public…
通用助手 / 编排推荐
judge
judge
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
软件工程 / 诊断修复
graphql-implementation
graphql-implementation
Design and implement GraphQL APIs with schema design, resolvers, queries, mutations, subscriptions, and best practices. Use when building GraphQL servers, designing schemas, or migrating from REST to GraphQL.
内容创作 / 生成
eachlabs-video-generation
eachlabs-video-generation
Generate new videos from text prompts, images, or reference inputs using EachLabs AI models. Supports text-to-video, image-to-video, transitions, motion…
通用助手 / 编排推荐
generate-import-html
generate-import-html
Generate structured HTML from authoring analysis for AEM Edge Delivery Services. Creates section structure, applies block tables, handles metadata, and manages…
软件工程 / 诊断修复
systems-programming-rust-project
systems-programming-rust-project
You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo…
软件工程 / 诊断修复
quality-manager-qms-iso13485
quality-manager-qms-iso13485
ISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal…
软件工程 / 诊断修复
property-based-testing
property-based-testing
Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use for property-based, QuickCheck, hypothesis testing, generative testing, and invariant verification.
软件工程 / 部署发布
nginx-expert
nginx-expert
Expert-level Nginx configuration, reverse proxy, load balancing, SSL/TLS, caching, and performance tuning
软件工程 / 诊断修复
docx-to-markdown
docx-to-markdown
[Document Processing] Use when you need to convert Microsoft Word ( DOCX) files to Markdown with GFM support (tables, images, code blocks).
软件工程 / 诊断修复
prisma-development
prisma-development
Comprehensive Prisma ORM development guidelines with TypeScript, schema design, migrations, and best practices.