skill-transfer

Compare skill directories and report duplicates, conflicts, and transferable updates.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Takfes/indie-scaffolder --skill skill-transfer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-transfer
Source: https://github.com/Takfes/indie-scaffolder/tree/main/components/agent-skills-commands/.agents/skills/skill-transfer
Command: npx skills add https://github.com/Takfes/indie-scaffolder --skill skill-transfer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of finding, comparing, and reconciling duplicate skills spread across agent repositories so you can keep one consistent skill set.

Core Features & Use Cases

  • Cross-repo scanning: Checks the skill folders you specify across .claude, .gemini, .agents, and .github structures.
  • Content comparison: Uses file hashing to identify identical skills, new skills, and true conflicts where versions differ.
  • Decision-focused reporting: Produces a compact summary that shows what can be synced automatically and what still needs your choice.
  • Use case: After updating a skill in one repo, use this Skill to see what should be propagated elsewhere before you copy anything.

Quick Start

Ask skill-transfer to compare your chosen skill directories and return a concise report of synced skills, new skills, and conflicts.

Frequently Asked Questions about skill-transfer

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

FAQPage Schema
How do I find and reconcile duplicate agent skills across multiple repositories?

To compare skills across agent repositories, scan directories like .claude/skills, .gemini/skills, .agents/skills, and .github/skills. The process uses file hashing and SKILL.md frontmatter extraction to classify conflicts and generate a concise report of synced, new, and conflicting skills.

What is the best way to audit skill inventory mismatches between .claude and .gemini directories?

Auditing skill inventory mismatches involves applying directory hashing and content comparison across .claude/skills and .gemini/skills folders. This detects version differences and classifies conflicts, returning a compact summary of what can be synced automatically versus what needs manual review.

Does skill syncing across agent repositories modify my original files?

No, skill syncing across agent repositories does not modify your original files. The process performs a read-only audit that applies directory hashing and conflict classification to generate a concise, decision-focused report without altering any skill content or directory structures.

How do I identify transferable skill updates before copying files between repos?

To identify transferable skill updates before copying files, compare your chosen skill directories to detect content mismatches via hashing. The resulting audit report highlights new skills and version differences, showing exactly what should be propagated elsewhere.

When should I manually resolve conflicts during a cross-repo skill consolidation?

You should manually resolve conflicts during cross-repo skill consolidation when the audit report identifies true content mismatches where versions differ. The report distinguishes between synced skills that can transfer automatically and conflicts that still require your manual choice.