agent-creator

Create and edit Claude Code subagent definitions under `.claude/agents/`.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/YuriNakayama/neurogolf --skill agent-creator-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/YuriNakayama/neurogolf/tree/main/.claude/skills/agent-creator
Command: npx skills add https://github.com/YuriNakayama/neurogolf --skill agent-creator-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and enhancing Claude Code subagents, simplifying the management of specialized tasks and workflows.

Core Features & Use Cases

  • Agent Creation: Build new agent definitions with structured interview prompts.
  • Agent Improvement: Refine existing agent files with minimal to no code changes.
  • Code Reviewer Integration: Create agents that automatically review code for issues.
  • Use Case: With this Skill, a user can quickly author a new agent that summarizes pull requests, ensuring timely and accurate updates without extensive manual setup.

Quick Start

Invoke the /agent-creator command to start defining a new agent or improve an existing one.

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 Claude Code subagent for automated code review?

You can create a Claude Code subagent by providing structured interview inputs to define its name, description, tools, and model. The Skill generates and configures the agent markdown file directly under the `.claude/agents/` directory.

What is the best way to refine an existing Claude Code subagent?

The best way to refine an existing Claude Code subagent is to invoke the agent improvement workflow, which edits existing agent markdown files under `.claude/agents/` with minimal to no code changes required.

Do I need Python to configure Claude Code subagents?

Yes, Python is a required dependency to execute the scripts that develop, configure, and enhance Claude Code subagents. You must have a Python environment set up to run the agent creation and management workflows.

Can I include a triggering test when building an AI agent in Claude Code?

Yes, you can optionally include a triggering test for agent functionality when building an AI agent in Claude Code. This test validates that the newly defined subagent operates correctly within your project scope.

What elements are required to define a subagent in the `.claude/agents/` directory?

Defining a subagent in the `.claude/agents/` directory requires structured interview inputs for key agent definition elements, specifically the agent's name, description, tools, and model.

Why are my Claude Code subagents not triggering correctly during code management?

If your Claude Code subagents are not triggering correctly, the agent markdown file may lack a proper configuration or optional triggering test. You can refine the existing agent file to ensure the description and model parameters are correctly set.