搜索结果
全部能力
找到 4423 个相关结果 / 提示词与 LLM
通用助手 / 编排推荐
skill-creator
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
通用助手 / 编排推荐
privacy-parser-pii-extraction
privacy-parser-pii-extraction
Extract structured PII spans from text using the OpenAI Privacy Filter 1.5B model reversed — returns what, where, and which type instead of masking.
通用助手 / 编排推荐
streamline
streamline
Use when the workflow feels too complex, has accumulated cruft, or has redundant steps and overlapping tools that need consolidation.
通用助手 / 编排推荐
refine
refine
Use when the workflow works but needs polish, or as the final step in a diagnose → fix → refine cycle before shipping.
通用助手 / 编排推荐
cli-anything-iterm2-ctl
cli-anything-iterm2-ctl
Provides the cli-anything-iterm2 commands — the only way to actually send text to iTerm2 sessions, read live terminal output and scrollback history, manage…
通用助手 / 编排推荐
accelerate
accelerate
Use when the workflow is too slow, too expensive, or both and needs latency, cost, or token usage optimization.
通用助手 / 编排推荐
cognitive-accessibility
cognitive-accessibility
Review UI for cognitive load, plain language clarity, and WCAG 2.2 cognitive SC (3.3.7, 3.3.8, 3.3.9). Includes COGA guidance, reading level, auth patterns,…
通用助手 / 编排推荐
communication-storytelling
communication-storytelling
Transforms analysis, data, and complex information into clear, persuasive narratives tailored to specific audiences — executives, customers, investors, or…
通用助手 / 编排推荐
jira-issues
jira-issues
Create, update, and manage Jira issues from natural language. Use when the user wants to log bugs, create tickets, update issue status, or manage their Jira…
通用助手 / 编排推荐
iterate
iterate
Use when the workflow needs to self-correct, improve over time, or establish feedback loops and evaluation cycles.
通用助手 / 编排推荐
github-scanning
github-scanning
Search GitHub for issues, PRs, discussions, releases, and alerts. Includes query construction, date range handling, repo scoping, and cross-repo intelligence.
通用助手 / 编排推荐
assembly-x86
assembly-x86
x86-64 assembly skill for reading, writing, and debugging assembly code. Use when reading GCC/Clang assembly output, writing inline asm in C/C++, understanding…
通用助手 / 编排推荐
capacitor-plugin-spm-support
capacitor-plugin-spm-support
Guides the agent through adding Swift Package Manager (SPM) support to an existing Capacitor plugin. Covers creating a Package.swift manifest, replacing…
通用助手 / 编排推荐
opencode-controller
opencode-controller
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through…
通用助手 / 编排推荐
chain
chain
Use when the workflow needs multi-step processing with sequential, parallel, or conditional tool compositions and proper data flow.
通用助手 / 编排推荐
migrate-static-to-wrapper
migrate-static-to-wrapper
Mechanically replace static dependency call sites with wrapper or built-in abstraction calls across a bounded scope (file, project, or namespace). Performs codemod-style bulk replacement of DateTime.UtcNow to TimeProvider.GetUtcNow(), File.ReadAllText to IFileSystem, and similar transformations. Adds constructor injection parameters and updates DI registration. USE FOR: replace DateTime.UtcNow with TimeProvider, replace DateTime.Now with TimeProvider, migrate static calls to wrapper, bulk replace File.* with IFileSystem, codemod static to injectable, add constructor injection for time provider, mechanical migration of statics, refactor DateTime to TimeProvider, swap static for injected dependency, convert static calls to use abstraction, replace statics in a class, migrate one file to TimeProvider, scoped migration, update call sites. DO NOT USE FOR: detecting statics (use detect-static-dependencies), generating wrappers (use generate-testability-wrappers), migrating between test frameworks.
通用助手 / 编排推荐
contract-and-proposal-writer
contract-and-proposal-writer
Generate production-ready business documents including freelance contracts, project proposals, SOWs, NDAs, and MSAs with jurisdiction-aware clauses. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) legal frameworks. Includes contract templates, clause libraries, and DOCX conversion. Use when starting client engagements, writing proposals, drafting partnership agreements, or needing GDPR-compliant data processing addenda.
通用助手 / 编排推荐
linux-kernel-modules
linux-kernel-modules
Linux kernel module skill for writing and debugging loadable kernel modules. Use when writing LKMs with Kbuild, adding module parameters, creating /proc and…
通用助手 / 编排推荐
guard
guard
Use when deploying to production, handling sensitive data, or the workflow needs safety constraints, input validation, and security boundaries.
通用助手 / 编排推荐
document-scanning
document-scanning
Discover and inventory documents for accessibility audits. Scans folders for .docx, .xlsx, .pptx, and PDFs. Detects git changes and extracts title, author, and…