agent-creator

Create Claude Code subagents under .claude/agents/ with SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams design and create new specialized subagents for the NewsParser project, enabling modular AI workflows and clearer responsibility boundaries for each agent.

Core Features & Use Cases

  • Agent design: Define clear, single-purpose subagents that handle specific tasks within NewsParser.
  • Agent file generation: Create or update agent definitions under .claude/agents/ with consistent structure.
  • Role refinement: Iterate on agent roles to improve accuracy and maintainability across the project.

Quick Start

Create a new Claude Code subagent or update an existing one in NewsParser.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create Claude Code subagents for modular AI workflows?

To create Claude Code subagents, design single-purpose roles and generate agent definition files under .claude/agents/ using a consistent SKILL.md structure with frontmatter, role, artifacts, algorithm, and verification steps.

What is the best way to structure a subagent definition file?

A subagent definition file should follow the SKILL.md structure, incorporating YAML frontmatter, a clear role description, artifacts, algorithm definitions, and verification steps to ensure agent clarity and maintainability.

How do I refine existing subagent roles to improve accuracy?

Refine existing subagent roles by iterating on their definitions within the .claude/agents/ directory, updating the role, algorithm, and verification sections to enforce clearer responsibility boundaries and improve accuracy across the project.

Do I need any dependencies to design NewsParser subagents?

No external dependencies are required to design NewsParser subagents. You only need to write or update agent definition files locally under the .claude/agents/ directory following the standard SKILL.md structure.

Why does my subagent lack clarity in its AI workflow tasks?

Subagent clarity issues usually stem from poorly defined responsibility boundaries. Applying a strict single-purpose role design within the SKILL.md structure and updating the algorithm and verification steps resolves this ambiguity.

Can I update multiple agent definitions under .claude/agents/ at once?

Yes, you can update multiple agent definitions by iterating through the files under .claude/agents/, ensuring each adheres to the consistent SKILL.md structure with frontmatter, role, artifacts, algorithm, and verification steps.