ai-tools-sweep

Identify untracked artifacts in ~/.agents and migrate them into ai-tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jeff-hamm/ai-tools --skill ai-tools-sweep
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-tools-sweep
Source: https://github.com/jeff-hamm/ai-tools/tree/main/src/skills/ai-tools-sweep
Command: npx skills add https://github.com/jeff-hamm/ai-tools --skill ai-tools-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Re-scan the user's local agent workspace (~/.agents) to identify user-authored skills, agents, scripts, and profile.d helpers that are not yet symlinked into the ai-tools library, triage them by origin, and migrate the appropriate items into the repository.

Core Features & Use Cases

  • Detect untracked artifacts across skills, agents, scripts, and profile.d categories.
  • Classify items into user-authored, project-specific, or bundled categories and propose a migration plan.
  • Execute safe migrations to ai-tools with an auditable change log and minimal disruption to active workflows.

Quick Start

Identify untracked items with sweep, review the proposed plan, and run migrations to bring artifacts into ai-tools.

Frequently Asked Questions about ai-tools-sweep

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

FAQPage Schema
How do I migrate untracked scripts and agents into the ai-tools library?▼

To migrate untracked scripts and agents, run a workspace sweep to classify artifacts by origin, review the proposed migration plan, and execute safe, batched migrations into the ai-tools repository with an auditable change log.

What is the best way to triage user-authored skills before migrating them?▼

Triage user-authored skills by scanning the ~/.agents directory to classify artifacts into user-authored, project-specific, or bundled categories, generating a proposed migration plan before acting.

Can I batch migrate profile.d helpers and skills without disrupting active workflows?▼

Yes, you can execute deterministic, batched migrations of profile.d helpers and skills with minimal disruption to active workflows, supported by an auditable change log for safe integration.

How does the artifact triage classification process work for local agent workspaces?▼

The artifact triage process works by scanning four artifact types—skills, agents, scripts, and profile.d helpers—from ~/.agents, classifying their origin, and proposing a targeted migration plan before execution.

Does the migration sweep support project-specific agents or only user-authored artifacts?▼

The migration sweep supports both project-specific and user-authored artifacts, scanning skills, agents, scripts, and profile.d helpers to classify them by origin before proposing a safe migration plan.