dotnet/skills✦ 精选0°

create-custom-agent

仓库创建 2026年2月4日最近提交 14 小时前SkillHot 收录 20 天前
▸ 精选理由

能快速产出 agent 定义与工具组合,适合构建自定义助手。

这个 Skill 做什么

生成 VS Code .agent.md 文件以快速搭建自定义 AI 代理。

快速生成 VS Code 用的 .agent.md 文件,帮你搭出具备工具、指令和交接逻辑的定制 AI 代理。用在要搭新角色、规范代理工作流或设置 agent-to-agent handoff 时,省去手写 frontmatter 的繁琐。产物能直接在 VS Code 里跑,方便复用和迭代代理行为。

▸ 展开 SKILL.md 英文原文

Creates VS Code custom agent files (.agent.md) for specialized AI personas with tools, instructions, and handoffs. Use when scaffolding new custom agents, configuring agent workflows, or setting up agent-to-agent handoffs.

Skill 开发管理自定义 AgentVS Code脚手架工作流通用
4.8k
Stars
351
Forks
40
仓库内 Skill
+610
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dotnet/skills/main/.agents/skills/create-custom-agent/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dotnet/skills/main/.agents/skills/create-custom-agent/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Custom Agent

This skill helps you create VS Code custom agent files that define specialized AI personas for development tasks. Custom agents configure which tools are available, provide specialized instructions, and can chain together via handoffs.

## When to Use

- Creating a new custom agent from scratch
- Scaffolding an `.agent.md` file with proper frontmatter
- Setting up agent-to-agent handoffs for multi-step workflows
- Configuring tool restrictions for specialized roles (planner, reviewer, etc.)
- Creating workspace-shared or user-profile agents

## When Not to Use

- Creating instruction files (use `.instructions.md` instead)
- Creating reusable prompts (use `.prompt.md` i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有