claude/skills/claude-skill-reclassify-agents/SKILL.md
# Skill: Reclassify existing subagents vs skills and migrate ## Intent Scan an existing repo for *Claude Code subagents* and *skills*, decide which each item should be, and **apply the conversion** by moving/rewrapping files into the appropriate structure — with backups and a migration report. This skill is designed for repos that contain: - subagents as Markdown files (commonly `.claude/agents/*.md`) - skills as either: - folder-based skills (`.claude/skills/<skill>/SKILL.md`), or - singl
npx skillsauth add lilpacy/dotfiles claude/skills/claude-skill-reclassify-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan an existing repo for Claude Code subagents and skills, decide which each item should be, and apply the conversion by moving/rewrapping files into the appropriate structure — with backups and a migration report.
This skill is designed for repos that contain:
.claude/agents/*.md).claude/skills/<skill>/SKILL.md), orIf your structure differs, adjust config.yaml.
config.yaml)dry-run (generate report only)apply (convert + update references)reclassify-report.md
.reclassify_backup/<timestamp>/...target_agents_dir (default .claude/agents)target_skills_dir (default .claude/skills/<name>/SKILL.md).reclassify_backup/... before writing.reclassify-report.md with confidence & rationale.target_skills_dir/<name>/SKILL.mdtarget_agents_dir/<name>.mdUse the provided script to execute the procedure end-to-end:
python3 .claude/skills/reclassify-agents/scripts/reclassify.py --config .claude/skills/reclassify-agents/config.yaml --mode dry-run
python3 .claude/skills/reclassify-agents/scripts/reclassify.py --config .claude/skills/reclassify-agents/config.yaml --mode apply
development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.