搜索结果
agent
找到 5102 个相关结果
通用助手 / 编排推荐
databricks-model-serving
databricks-model-serving
Manage Databricks Model Serving endpoints via CLI. Use when asked to create, configure, query, or manage model serving endpoints for LLM inference, custom…
软件工程 / 诊断修复
qa-testing-mobile
qa-testing-mobile
Mobile QA for iOS and Android. Use when planning automation frameworks, device matrix, flake control, or CI/CD release gates.
自动化与集成 / 自动执行
cli-anything-browser
cli-anything-browser
Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.
通用助手 / 编排推荐
subtitles
subtitles
Use when subtitles or the spoken text of a YouTube video is needed: pasted video links or IDs, requests to translate a video, read along, follow…
软件工程 / 诊断修复
skill-creator
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
软件工程 / 诊断修复
magento-performance-analyst
magento-performance-analyst
Conducts comprehensive Magento 2 performance analysis and optimization. Use when analyzing performance bottlenecks, profiling applications, optimizing database…
通用助手 / 编排推荐
cyrus-setup-prerequisites
cyrus-setup-prerequisites
Check and install prerequisites for Cyrus — Node.js, jq, gh CLI, and the cyrus-ai npm package.
通用助手 / 编排推荐
cyrus-setup-repository
cyrus-setup-repository
Add one or more Git repositories to Cyrus configuration so it can process issues from those repos.
通用助手 / 编排推荐
rapid-prototyper
rapid-prototyper
rapid-prototyper — an installable skill for AI agents, published by jackspace/claudeskillz.
通用助手 / 编排推荐
agent-workflow-designer
agent-workflow-designer
Agent Workflow Designer
通用助手 / 编排推荐
research-codebase
research-codebase
Document codebase as-is with research directory for historical context
通用助手 / 编排推荐
claw-control
claw-control
Complete AI agent operating system with Kanban task management, multi-agent coordination, human approval gates, and autonomous task discovery via heartbeat…
设计与产品 / 审核评估
bmad-agent-architect
bmad-agent-architect
System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.
通用助手 / 编排推荐
otel-ottl
otel-ottl
OpenTelemetry Transformation Language (OTTL) expert. Use when writing or debugging OTTL expressions for any OpenTelemetry Collector component that supports…
自动化与集成 / 自动执行
Android协程流
android-coroutines-flow
使用协程、Flow、结构化并发、调度器和可安全取消的 Android 异步管道。
通用助手 / 编排推荐
cli-just
cli-just
This skill should be used when the user asks to "create a justfile", "write just recipes", "configure just settings", "add just modules", "use just…
软件工程 / 诊断修复
react-testing-library
react-testing-library
React Testing Library best practices for writing maintainable, user-centric tests. Use when writing, reviewing, or refactoring RTL tests. Triggers on test…
通用助手 / 编排推荐
mcp-management
mcp-management
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic…
软件工程 / 诊断修复
codeagent
codeagent
Execute codeagent-wrapper for multi-backend AI code tasks. Supports Codex, Claude, Gemini, and OpenCode backends with agent presets, skill injection, file…
软件工程 / 诊断修复
inertia-rails-architecture
inertia-rails-architecture
Server-driven architecture patterns for Inertia Rails + React. Load this FIRST when building any Inertia page or feature — it routes to the right skill. Decision matrix for data loading, forms, navigation, state management. NEVER useEffect+fetch, NEVER redirect_to for external URLs (use inertia_location), NEVER react-hook-form (use Form component). MUST invoke when adding pages, models with views, CRUD, or displaying data in an Inertia Rails app. ALWAYS `render inertia: { key: value }` to pass data — `@ivars` are NOT auto-passed as props.