Claude Agents Skill — Development skill for Claude Code
Agent skill for managing Claude Code background agents (claude agents list): spawn, summarize, rename, recolor, stop, delete.
How to install Claude Agents Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open gaojude/claude-agents-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Agents Skill does
Agent skill for managing Claude Code background agents (claude agents list): spawn, summarize, rename, recolor, stop, delete.
Alternatives in Development
- Summarize Meeting — Summarize meeting transcripts into structured notes and actions 7.8k ★
- Summarize Blogs — Blog Post Summary Prompt 3.2k ★
- MCP Language Server — mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, a 1.5k ★
README
claude-agents
An agent skill for managing Claude Code background agents: the list you see when you run `claude agents`.
Claude Code can spawn background sessions with `claude --bg`, but there is no official CLI for renaming them, recoloring them, or cleaning up the list. This skill documents how the daemon actually stores that state (verified against Claude Code 2.1.215 by reading the binary), so an agent can do all of it for you:
- spawn a new background agent with the right flags
- list every job with its state and last result
- read and summarize any agent's full conversation transcript
- rename a job (
state.jsonedit) - set a session's color from outside (the same
agent-colortranscript event that/colorwrites) - stop a running job and delete finished ones safely
Install
npx skills add gaojude/claude-agents-skill
Or copy `SKILL.md` into `~/.claude/skills/claude-agents/` yourself.
Portability
The skill resolves everything from `${CLAUDE_CONFIG_DIR:-$HOME/.claude}`, calls `command claude` to bypass shell aliases, and contains no machine-specific paths. The file formats it touches are internal to Claude Code, so it records the version it was verified against and tells the agent how to re-verify if something breaks.
License
MIT
Related Skills
Voice Profiles
List, activate, delete, rename, and export voice profiles
Manage Move
Move or rename a file (GET source → PUT destination → DELETE source — Local REST API has no native move). Repo
Manage Managed Silo Lifecycle
Apply start / pause / delete lifecycle transitions to a managed E2B or Daytona cloud silo with farm silo , for
Knowledge Ops
Use when explicitly asked to add, edit, delete, list, or sync indexed knowledge sources for Lumina through the
Configure Concierge Router
Manages Concierge routers (web-form routing) — list, inspect, create, update, delete — with a dry-run plan and
Configure Distro Router
Manages Distro (lead-routing) routers — list, inspect, create, update, activate/deactivate, delete — with a dr
Related Agents
Agy Runner
Drives one delegated task through the agy MCP server and reports back, so the orchestrator is not blocked whil
Cargo List Builder
Execute one bounded, pre-approved slice of a Cargo sourcing job (a single search/lookup action with a fixed ro
Bookie
Sole authority for arc-agents ledger WRITES (create, update, decompose, event, hitl emit, hygiene-emit). Worke