gaojude

Claude Agents Skill — Development skill for Claude Code

Development community

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.json edit)
  • set a session's color from outside (the same agent-color transcript event that /color writes)
  • 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