搜索结果
全部能力
找到 4777 个相关结果 / 通用助手
通用助手 / 编排推荐
codex
codex
Provides Codex CLI delegation workflows for complex code generation and development tasks using OpenAI's GPT-5.3-codex models, including English prompt…
通用助手 / 编排推荐
searxng-search
searxng-search
Enhanced web and package repository search using local SearXNG instance
通用助手 / 编排推荐
tdd-guide
tdd-guide
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows…
通用助手 / 编排推荐
summarization
summarization
Create effective summaries by matching summarization type to purpose, audience, and context. Use when asked to summarize, create TLDR, condense content, or…
通用助手 / 编排推荐
release
release
Run release validation.
通用助手 / 编排推荐
open-agent-sdk
open-agent-sdk
Build and deploy autonomous AI agents in-process using Open Agent SDK, an open-source alternative to @anthropic-ai/claude-agent-sdk that works anywhere without…
通用助手 / 编排推荐
see-through-anime-layer-decomposition
see-through-anime-layer-decomposition
Expertise in See-through, a framework for single-image layer decomposition of anime characters into manipulatable 2.5D PSD files using diffusion models.
通用助手 / 编排推荐
legal-document-analyzer
legal-document-analyzer
Build agents for legal document analysis, contract review, and compliance checking. Handles document parsing, risk identification, and legal research. Use when…
通用助手 / 编排推荐
react18-batching-patterns
react18-batching-patterns
Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has…
通用助手 / 编排推荐
aws-sdk-js-v3-usage
aws-sdk-js-v3-usage
AWS SDK for JavaScript v3 development patterns. Use when writing JavaScript or TypeScript code that uses AWS services via @aws-sdk/* packages (aws-sdk-js-v3), or when asked about schemas, runtime validation, serialization, or code generation in the context of the JS/TS AWS SDK.
通用助手 / 编排推荐
qodo-pr-resolver
qodo-pr-resolver
Use when the user wants to review Qodo PR feedback or fix code review comments. Capabilities: view issues by severity, apply fixes interactively or in batch,…
通用助手 / 编排推荐
Rust 重构助手
rust-refactor-helper
rust-refactor-helper — 一项可安装的 AI 代理技能,由 actionbook/rust-skills 发布。
通用助手 / 编排推荐
salesforce-component-standards
salesforce-component-standards
salesforce-component-standards — an installable skill for AI agents, published by github/awesome-copilot.
通用助手 / 编排推荐
memory-evolution
memory-evolution
Evidence-based memory optimization from real usage patterns. Analyzes recall performance, identifies bottlenecks, suggests consolidation/pruning/enrichment, and tracks improvement over time via checkpoint Q&A.
通用助手 / 编排推荐
代码简化器
code-simplifier
代码简化技能,用于在保持精确行为的前提下提升代码的清晰度、一致性和可维护性。适用于简化代码、减少…
通用助手 / 编排推荐
impl-validator
impl-validator
Validate whether an implementation matches its stated goal. Use this skill when a skill or agent wants a second opinion on its own output, when the user says "check this implementation", "validate what you did", "is this correct?", "review the output", or "did you do this right?". Also spawned automatically as a subagent by other skills (memory-bridge, daily-update) to self-check their outputs before presenting to the user. Returns a structured pass/warn/fail verdict with specific actionable issues.
通用助手 / 编排推荐
go-concurrency
go-concurrency
Use when writing concurrent Go code — goroutines, channels, mutexes, or thread-safety guarantees. Also use when parallelizing work, fixing data races, or…
通用助手 / 编排推荐
orchestrate
orchestrate
Use this skill when orchestrating multi-agent work at scale - research swarms, parallel feature builds, wave-based dispatch, build-review-fix pipelines, or any…
通用助手 / 编排推荐
freecad-scripts
freecad-scripts
Expert skill for writing FreeCAD Python scripts, macros, and automation. Use when asked to create FreeCAD models, parametric objects, Part/Mesh/Sketcher…
通用助手 / 编排推荐
react18-string-refs
react18-string-refs
Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever…