writing-agents

Create and validate Claude Code agents with standard frontmatter and 3-phase review.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill writing-agents-random6913
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-agents
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/core/skills/writing-agents
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill writing-agents-random6913

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams create and validate Claude Code agents using a standard file format and a robust 3-phase review workflow.

Core Features & Use Cases

  • Clear agent file format guidance with frontmatter conventions for name, description, model, and tools
  • Built-in 3-phase review workflow (Load Context, Checklist, Deep Analysis) with dispatch rules
  • Practical use cases for agent development, testing, and deployment across Claude Code projects

Quick Start

To start, create a new agent file under .claude/agents/ using the standard frontmatter and follow the 3-phase review process.

Frequently Asked Questions about writing-agents

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

FAQPage Schema
How do I create a Claude Code agent with the correct frontmatter format?

To create a Claude Code agent, you create a new file under the .claude/agents/ directory using standard frontmatter conventions that specify the required name, description, model, and allowed-tools fields.

What is the 3-phase review workflow for code review and security audit agents?

The 3-phase review workflow for automation agents consists of Load Context, Checklist, and Deep Analysis phases, which are governed by specific dispatch rules to ensure thorough code review and security audits.

What frontmatter fields are required for Claude Code automation agents?

Claude Code automation agents require frontmatter fields including name, description, model, and allowed-tools to properly define the agent's identity, capabilities, and execution environment for dispatch workflows.

How do I validate agent file format and dispatch rules for software project automation?

You validate agent file format and dispatch rules by applying the standard frontmatter conventions and checking the agent against the built-in 3-phase review workflow to ensure it meets code review and security audit requirements.

Can I use Claude Code agents for security audits and documentation automation?

Yes, Claude Code agents can be developed and deployed for security audits, code review, and documentation automation workflows across software projects by configuring the appropriate model and allowed-tools in the agent frontmatter.