content-writer banner
iannuttall iannuttall

content-writer

Content & Marketing community intermediate

Description

This repository contains custom agents for Claude Code.

Installation

Terminal
claude install-skill https://github.com/iannuttall/claude-agents

README

Claude Code Custom Agents

This repository contains custom agents for Claude Code.

Installation

For Project-Specific Use

Copy the agents to your project's `.claude/agents/` directory:

mkdir -p .claude/agents
cp agents/*.md .claude/agents/

For Global Use (All Projects)

Copy the agents to your user's Claude directory:

mkdir -p ~/.claude/agents
cp agents/*.md ~/.claude/agents/

Available Agents

    undefined

Usage

Once installed, Claude Code will automatically detect and use these agents when appropriate for your tasks.