agent-create

Create VS Code custom agent files with YAML frontmatter and handoff guidance.

5|1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/faroukBakari/trader-pro --skill agent-create-faroukbakari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-create
Source: https://github.com/faroukBakari/trader-pro/tree/main/.github/skills/agent-create
Command: npx skills add https://github.com/faroukBakari/trader-pro --skill agent-create-faroukbakari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a guided approach to author VS Code custom agent files (.agent.md) with proper YAML frontmatter, structured constraints, and handoff design, helping teams enforce consistent agent design patterns.

Core Features & Use Cases

  • Ensures required frontmatter (name, description) are present in every agent file.
  • Offers templates and reference patterns for constraint hierarchy, role naming, and inline skill references.
  • Supports handoff design and subagent orchestration for complex workflows.

Quick Start

Create a new .agent.md file in your project using the provided frontmatter templates and then implement constraints and handoffs as defined.

Frequently Asked Questions about agent-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a VS Code agent file with proper YAML frontmatter?

To create a VS Code agent file, you author a .agent.md file with strict YAML frontmatter containing required name and description fields. This establishes structured guidance on constraints, integration, and handoffs to ensure consistent agent design patterns.

What is the best way to structure constraints and handoffs for VS Code subagents?

The best way to structure constraints and handoffs for VS Code subagents is using templates that enforce a constraint hierarchy, consistent role naming, and inline skill references. This enables proper subagent orchestration for complex workflows.

Can I reference external scripts and assets within my VS Code custom agent files?

Yes, you can reference optional resources such as scripts, references, and assets within your VS Code custom agent files. The .agent.md format instructs how to properly link these external resources when needed for your agent's functionality.

Do I need to validate YAML frontmatter fields when building user-facing VS Code agents?

Yes, you need to validate YAML frontmatter fields when building VS Code agents. The authoring process specifically validates the presence of required name and description fields in the frontmatter to ensure your custom agent file meets structural standards.

How does handoff design work for orchestrating multiple VS Code agents across a project?

Handoff design for orchestrating VS Code agents works by providing structured templates and reference patterns for workflow transitions. This enables consistent naming, tool choices, and seamless subagent orchestration across complex project workflows.