microsoft/create-agent
Create a custom agent (.agent.md) for a specific job.
npx skills add https://github.com/microsoft/vscode --skill create-agent
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.
Take microsoft/create-agent from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.