refresh-planning-subagents

Sync Claude Code subagent assets with installed ai-harness planner agents.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/cano721/ai-harness --skill refresh-planning-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-planning-subagents
Source: https://github.com/cano721/ai-harness/tree/main/teams/planning/bundle-claude/skills/refresh-planning-subagents
Command: npx skills add https://github.com/cano721/ai-harness --skill refresh-planning-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill synchronizes Claude Code subagent assets with the installed ai-harness planner agent definitions to ensure the runtime environment reflects current agents and structures.

Core Features & Use Cases

  • Reads ai-harness planner agent definitions from ~/.claude/agents/*.md and reconciles the native subagent layout.
  • Creates or updates missing directories, derived files, and metadata required by Claude Code to operate subagents correctly.
  • Avoids overwriting manual assets and only manages assets under ai-harness control, reporting any manual items for review.

Quick Start

Run the refresh-planning-subagents skill to sync your Claude Code subagents with the currently installed planner agents.

Frequently Asked Questions about refresh-planning-subagents

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

FAQPage Schema
How do I sync Claude Code subagents with installed planner agents?

To sync Claude Code subagents, you align agent assets with installed planner definitions by reading frontmatter from ~/.claude/agents/*.md and updating directories, metadata, and derived files accordingly.

What does syncing Claude Code planner subagents actually do to my files?

Syncing Claude Code planner subagents reads agent frontmatter to identify names, descriptions, models, and instructions, then creates or updates missing directories and metadata required to operate subagents correctly.

Will refreshing subagent assets overwrite my manual additions in Claude Code?

Refreshing subagent assets preserves manual additions and only manages assets under ai-harness control, reporting any manual items for review without overwriting them.

How do I update missing subagent directories and metadata in Claude Code?

Updating missing subagent directories and metadata involves reconciling the native subagent layout against installed planner agent definitions and generating required files to match the current structure.

Does this subagent sync tool work with agent definitions stored as markdown files?

Yes, this subagent sync tool works with agent definitions stored as markdown files, specifically targeting those located under ~/.claude/agents/*.md to extract frontmatter and update the native Claude Code structure.