agent-creation

Standardize cross-tool agent skills and prompts for AI coding assistants.

Updated Aug 29, 2023
One-click install
npx skills add https://github.com/SaschaLeh/dotfiles --skill agent-creation-saschaleh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-creation
Source: https://github.com/SaschaLeh/dotfiles/tree/main/dot_claude/skills/agent-creation
Command: npx skills add https://github.com/SaschaLeh/dotfiles --skill agent-creation-saschaleh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates, standardizes, and documents cross-tool Agent Skills and Claude Copilot configurations to enable consistent AI assistant behavior across platforms.

Core Features & Use Cases

  • Standardized SKILL.md format for cross-platform compatibility with Agent Skills specifications.
  • Prompts best practices, tool-specific configurations, and multi-tool handoffs for Claude Code and Copilot agents.
  • Ready-to-adapt examples and structure that accelerate onboarding and governance of AI coding assistants.

Quick Start

Follow the official Agent Skills docs to create a cross-platform SKILL.md in this format and implement a practical example.

Frequently Asked Questions about agent-creation

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

FAQPage Schema
How do I standardize prompts for AI coding assistants across different platforms?▼

You can standardize AI coding assistant prompts by creating a SKILL.md file with required frontmatter fields like name and description. This format ensures consistent assistant behavior and supports multi-tool handoffs across Claude Code and Copilot agents.

What is a SKILL.md file and when do I need it for Claude Code slash commands?▼

A SKILL.md file is a standardized configuration document required to define cross-platform Agent Skills. You need it when creating Claude Code slash commands or Copilot agents to establish consistent prompts, tool-specific configurations, and multi-tool handoffs.

Can I use the same Agent Skill configuration for both Claude Code and Copilot agents?▼

Yes, you can use the same Agent Skill configuration for both Claude Code and Copilot agents. The standardized SKILL.md format applies across these platforms to support common workflows and multi-tool handoffs seamlessly.

What's the best way to structure cross-tool agent skills for multi-tool handoffs?▼

The best way to structure cross-tool agent skills is using a SKILL.md file with frontmatter for name and description, plus optional scripts, references, and assets. This structure standardizes multi-tool handoffs and supports extended capabilities across AI assistants.

Does creating cross-platform Agent Skills require any specific dependencies or frameworks?▼

No specific dependencies or frameworks are required to create cross-platform Agent Skills. You only need to follow the official Agent Skills documentation to create a SKILL.md file with the required frontmatter and optional supporting files.