con un clic
create-agent
Create a custom agent (.agent.md) for a specific job.
Menú
Create a custom agent (.agent.md) for a specific job.
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting session data.
Create a hook (.json) to enforce policy or automate agent lifecycle events.
Agents window architecture — covers the agents-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agents window.
Use when working on the Chat Customizations editor — the management UI for agents, skills, instructions, hooks, prompts, MCP servers, and plugins.
Generate or update chat customization files for AI coding agents
Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.
| name | create-agent |
| description | Create a custom agent (.agent.md) for a specific job. |
| argument-hint | What job should this agent do and how? |
| disable-model-invocation | true |
Related skill: agent-customization. Load and follow agents.md for template and principles.
Guide the user to create an .agent.md.
First, review the conversation history. If the user has been using the agent in a specialized way (e.g., restricting tools, following a specific persona, focusing on certain file types), generalize that into a custom agent. Extract:
If no clear specialization emerges from the conversation, clarify:
Remember to follow the agent-customization guidelines to create highly effective agents.