design-agent-capability

仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由

把重复任务抽象为可复用能力,便于长期维护与扩展

这个 Skill 做什么

为代理设计或整合可持续的能力模块(指令、技能、脚本等)

把重复出现的问题做成可持续的代理能力:选最小的持久化产物(instructions、skills、scripts、integrations、subagents 等)来解决。先清点现有能力,再决定是写指令、打包技能还是做集成,适合治理重叠流程或频繁任务。特点是追求最小可复用单元,避免重复造轮子,便于后续维护和审计。

▸ 展开 SKILL.md 英文原文

Design or consolidate durable agent capabilities: instructions, skills, scripts, integrations, hooks, workflows, subagents, or bundles. Use for repeated workflows or overlap; inventory existing capabilities first.

Skill 开发管理能力设计可复用流程抽象通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/design-agent-capability/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/design-agent-capability/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Design Agent Capability

Choose the smallest durable artifact that solves a demonstrated repeated problem.
This skill chooses and designs the capability type. Once durable instruction
files are selected, use `maintain-agent-instructions` to audit or edit their
actual client and repository surfaces.

## Inventory first

Inspect applicable:

- global and repository instructions
- installed and repository-local skills
- scripts, CLIs, hooks, and CI enforcement
- MCP servers and app connectors
- client-specific commands, workflows, and subagents
- runbooks and templates

Identify ownership and overlap. Prefer strengthening the current owner over
creating another broadly triggered capability.

via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有