搜索结果
agent
找到 2915 个相关结果 / 通用助手
通用助手 / 编排推荐
agent-consensus-coordinator
agent-consensus-coordinator
用于 consensus-coordinator 的 Agent 技能 - 使用 $agent-consensus-coordinator 调用
通用助手 / 编排推荐
agent-swarm-memory-manager
agent-swarm-memory-manager
用于 swarm-memory-manager 的 Agent 技能 - 使用 $agent-swarm-memory-manager 调用
通用助手 / 编排推荐
agent-performance-monitor
agent-performance-monitor
性能监控代理技能 - 使用 $agent-performance-monitor 调用
通用助手 / 编排推荐
agent-issue-tracker
agent-issue-tracker
用于问题追踪器的 Agent 技能 - 使用 $agent-issue-tracker 调用
通用助手 / 编排推荐
statistics-math
statistics-math
Statistics, probability, linear algebra, and mathematical foundations for data science
通用助手 / 编排推荐
mindos-zh
mindos-zh
MindOS 是用户的本地知识助手,也是跨会话、跨 Agent 共享的知识库。它保存决策记录、会议纪要、SOP、 排错经验、架构选型、调研结论和偏好设置。 仅 mindRoot 知识库内任务。不用于:改代码仓库、项目源码、KB 外路径。 核心概念:空间、指令(INSTRUCTION.md)、技能(SKILL.md);笔记可承载指令与技能。 触发场景:保存或记录任何内容、搜索历史笔记或上下文、更新或编辑文件、整理或重组文件结构、 执行SOP或工作流、捕获对话中的决策、复盘或总结经验、追加表格或CSV数据、跨Agent交接上下文、 提炼经验教训、同步关联文档、查找之前是否讨论过某事、查询历史决策、查找模板或SOP、 为会议准备上下文、快速暂存到暂存台、整理暂存台、知识健康检查、检测知识冲突或矛盾、 查找过期内容。 触发词:帮我记下来、搜一下我的笔记、更新知识库、整理文件、执行工作流、保存到知识库、 记录一下、整理笔记、复盘、提炼经验、同步文档、查一下之前的记录、有没有相关的笔记、 我之前写过什么、把这个存起来、总结一下保存、交接给其他Agent、追加到表格、 放到暂存台、整理暂存台、知识健康检查、检测知识冲突。 主动行为——不要等用户提到 MindOS: (1) 用户的问题暗示可能存在历史记录(过去的决策、之前的讨论、会议纪要)→ 先搜 MindOS, 即使没有明确提到知识库。 (2) 完成有价值的工作后(修了 bug、做了决策、总结了经验、选定了架构、开完了会)→ 主动提议保存到 MindOS,方便以后查阅。 (3) 经历了较长或多主题的对话后 → 建议把关键决策和上下文持久化。
通用助手 / 编排推荐
joke-engineering
joke-engineering
Diagnose and improve humor using systems thinking. Use when jokes fall flat, when humor feels forced, when punchlines don't land, or when you want to…
通用助手 / 编排推荐
agent-code-review-swarm
agent-code-review-swarm
代理技能用于 code-review-swarm - 使用 $agent-code-review-swarm 调用
通用助手 / 编排推荐
智能体目标规划器
agent-goal-planner
用于 goal-planner 的 Agent 技能 - 使用 $agent-goal-planner 调用
通用助手 / 编排推荐
dart-drift
dart-drift
Build, fix, audit, and migrate Drift persistence in Dart CLI, server-side, and non-Flutter desktop apps. Use when adding SQLite with package:drift/native.dart, configuring PostgreSQL with drift_postgres and package:postgres, writing type-safe tables, queries, writes, streams, and migrations, resolving build_runner or drift_dev failures, or validating Dart database code with code generation, analysis, tests, and migration checks.
通用助手 / 编排推荐
分析代码质量代理
agent-analyze-code-quality
用于分析代码质量的 Agent 技能 - 使用 `$agent-analyze-code-quality` 调用
通用助手 / 编排推荐
agent-resource-allocator
agent-resource-allocator
用于 resource-allocator 的 Agent 技能 - 使用 $agent-resource-allocator 调用
通用助手 / 编排推荐
ce-code-review
ce-code-review
Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.
通用助手 / 编排推荐
skill-finder
skill-finder
Search, install, and manage Agent Skills locally and from GitHub, then help decide whether the task really needs a skill or another customization primitive.…
通用助手 / 编排推荐
自动研究
autoresearch
autoresearch — 一个可安装的 AI 智能体技能,由 uditgoenka/autoresearch 发布。
通用助手 / 编排推荐
agentica-prompts
agentica-prompts
为 Agentica/REPL 智能体编写避免 LLM 指令歧义的可靠提示词 核心原则 1. 明确执行模式 - 区分"思考模式"与"执行模式" - 使用显式标记如 `[THINK]` / `[EXECUTE]` 分隔推理与操作 2. 消除代词歧义 - 避免:它、这个、那个、上述 - 改用:精确的变量名、文件路径、函数签名 3. 结构化输出格式 - 强制指定响应格式(JSON/YAML/代码块) - 定义严格的字段顺序和必填项 4. 原子化操作指令 - 每条指令只包含单一动作 - 禁止复合句:"读取并修改文件" → 拆分为两步 5. 状态显式传递 - 要求智能体在每次响应中重复关键上下文 - 避免依赖对话历史隐式记忆 具体模式 文件操作提示词模板 ``` 任务:修改文件 约束: - 目标路径:/absolute/path/to/file.ext - 操作类型:[READ | WRITE | PATCH | DELETE] - 若 PATCH,必须提供:原始片段(≥3 行上下文)、替换片段 输出格式: [CONFIRM] 路径:{path} 操作前哈希:{sha256} 操作后哈希:{sha256} 变更行数:{n} ``` REPL 代码执行提示词 ``` 环境:Node.js v20, 只读文件系统 /workspace 可用 API:{显式列出允许调用的模块} 执行规则: 1. 先输出 [PLAN] 步骤分解 2. 每步输出 [STEP n] 代码块,含超时设置 3. 禁止:eval、Function constructor、child_process 4. 副作用限制:仅允许写入 /tmp/output/* 错误处理: - 非预期异常 → 立即 [HALT] 并输出堆栈 - 预期异常 → [CATCH] 块显式处理 ``` 防注入模式 ``` 用户输入占位符:{{USER_INPUT}} 处理规则: - 所有 {{USER_INPUT}} 必须经 JSON.stringify 转义 - 禁止将用户输入拼接至模板字符串字面量 - 验证:输入长度 ≤ 4096,匹配预定义正则 ^[a-zA-Z0-9_]+$ ``` 状态机控制 ``` 当前状态:{IDLE | PENDING_CONFIRM | EXECUTING | ERROR} 允许转移: IDLE → PENDING_CONFIRM(需用户显式 [CONFIRM]) PENDING_CONFIRM → EXECUTING EXECUTING → IDLE | ERROR ERROR → IDLE(需 [RESET]) 禁止转移: 任何状态 → 绕过 PENDING_CONFIRM 的直接执行 ``` 验证清单 - [ ] 提示词是否包含"不要"类否定指令?改为正面约束 - [ ] 是否存在未量化的形容词(快速、大量、最近)?替换为具体数值 - [ ] 输出是否可被静态解析?避免自然语言包裹关键数据 - [ ] 边界情况是否覆盖:空输入、超长输入、特殊字符、并发请求 - [ ] 是否显式定义"完成"标准,而非依赖智能体推断 示例:安全的文件搜索任务 ``` [CONTEXT] 工作目录:/project/src .gitignore 已加载,排除路径:node_modules/, .git/, dist/ [TASK] 搜索所有引用 "deprecatedAPI" 的 TypeScript 文件 [CONSTRAINTS] - 文件扩展名限制:.ts, .tsx - 匹配模式:整词匹配,大小写敏感 - 最大结果数:50 - 单文件最大匹配行数:10 [OUTPUT_FORMAT] ```json { "search_id": "uuid-v4", "matches": [ { "file": "相对于工作目录的路径", "line": 整数, "column": 整数, "context": "前后各2行,共5行" } ], "truncated": true/false, "stats": {"files_searched": 整数, "files_matched": 整数} } ``` [VERIFICATION] 执行完成后,输出 [VERIFY] 标记并复述: - 实际扫描文件数 - 与 .gitignore 排除数 - 结果哈希:SHA256(matches 的 JSON 字符串) ```
通用助手 / 编排推荐
agent-topology-optimizer
agent-topology-optimizer
用于 topology-optimizer 的 Agent 技能 - 使用 $agent-topology-optimizer 调用
通用助手 / 编排推荐
agent-memory-coordinator
agent-memory-coordinator
用于 memory-coordinator 的 Agent 技能 - 使用 $agent-memory-coordinator 调用
通用助手 / 编排推荐
agent-docs-api-openapi
agent-docs-api-openapi
用于 docs-api-openapi 的 Agent 技能 - 使用 $agent-docs-api-openapi 调用
通用助手 / 编排推荐
智能代理自动化-智能代理
agent-automation-smart-agent
用于 automation-smart-agent 的 Agent 技能 - 使用 $agent-automation-smart-agent 调用