agent-creator

Generate Markdown AI agent files with YAML frontmatter and system prompts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eik-it/export.fish-site --skill agent-creator-eik-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/eik-it/export.fish-site/tree/main/.claude/skills/agent-creator
Command: npx skills add https://github.com/eik-it/export.fish-site --skill agent-creator-eik-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of custom AI agents, allowing you to build specialized assistants tailored to specific tasks within your project, enhancing AI team capabilities.

Core Features & Use Cases

  • Agent Scaffolding: Generates new agent files with complete YAML frontmatter and system prompt templates.
  • Customization Guidance: Provides best practices and examples for defining agent roles, personalities, and metadata.
  • Use Case: When you need a new AI assistant to handle code reviews, you can use this Skill to quickly generate a code-reviewer.md file, pre-filled with recommended settings and a template for its system prompt.

Quick Start

Use the agent-creator skill to create a new agent named 'data-analyzer' in the '.claude/agents' directory.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create a custom AI assistant for a specific project task?

You can create a custom AI assistant by generating a self-contained Markdown file with YAML frontmatter and a system prompt. This scaffolding approach pre-fills recommended metadata and personality definitions tailored to your project's specific tasks.

How do I generate an AI agent file with YAML frontmatter and a system prompt?

Generating an AI agent file uses a bash script for templated creation, producing a Markdown document with YAML frontmatter. This template includes customizable paths and names, providing a structured foundation for your agent's system prompt.

What is the best way to define the personality and role of a new AI agent?

Defining an AI agent's personality and role involves using provided customization guidance and best practices. You populate the system prompt template within the generated Markdown file, specifying the agent's specialized role, such as a code reviewer.

Can I store project-specific AI agents separately from user-wide agents?

Yes, you can store project-specific AI agents separately from user-wide agents. The creation process supports both storage scopes, allowing you to maintain specialized assistants within a dedicated project directory or globally for broader access.

Does agent creation require any external dependencies or frameworks?

Agent creation does not require external dependencies. It relies on a built-in bash script to scaffold Markdown files with YAML frontmatter, ensuring a self-contained setup for defining AI assistant metadata and integration patterns.