harvest

Analyze Git repositories to catalog Claude Code skills, hooks, agents, and patterns.

10|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/dixus/claudeframework --skill harvest-dixus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harvest
Source: https://github.com/dixus/claudeframework/tree/main/.claude/skills/harvest
Command: npx skills add https://github.com/dixus/claudeframework --skill harvest-dixus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone and analyze a Git repo's Claude Code setup to identify adoptable skills, hooks, agents, and rules, then compare against the Claude Code framework to generate adoption proposals.

Core Features & Use Cases

  • Inventory and contrast a repository's Claude Code artifacts (skills, hooks, agents, rules, CLAUDE.md) with the framework inventory.
  • Generate practical adoption proposals and a harvest report.
  • Support gated workflows with options like --clean and --deep.

Quick Start

Provide a Git cloneable URL and optional flags (e.g., --clean, --deep) to start harvesting.

Frequently Asked Questions about harvest

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

FAQPage Schema
How do I analyze a Git repository's Claude Code setup to find adoptable skills?

To analyze a Git repository's Claude Code setup, you provide a cloneable URL to automate the inventory of skills, hooks, agents, and rules. The tool parses frontmatter in SKILL.md and CLAUDE.md files to catalog existing framework capabilities and outputs a structured harvest report.

What is the best way to compare repository Claude Code artifacts against the framework inventory?

Comparing repository Claude Code artifacts against the framework inventory is done by parsing frontmatter from SKILL.md and CLAUDE.md files. This automated process catalogs existing patterns and generates practical adoption proposals highlighting missing or useful configurations.

How do I generate adoption proposals for Claude Code skills found in other repos?

Generating adoption proposals for Claude Code skills involves analyzing a provided Git URL to inventory existing artifacts like hooks and agents. The tool contrasts these findings with your framework inventory and outputs a structured harvest report with suggested proposals.

Can I use this tool to analyze repositories found by a scout framework?

Yes, you can use this tool to analyze repositories found by a scout framework. After a scout identifies interesting repositories, you apply the analysis to perform inventory, comparison, and generation of adoption proposals for the discovered Git setups.

Do I need any dependencies or special components to run a Claude Code repository analysis?

No dependencies or special components are required to run the Claude Code repository analysis. You simply provide a Git cloneable URL and optional flags like --clean or --deep to start harvesting and generating the framework comparison report.

What does the --deep flag do when harvesting Claude Code configurations?

The --deep flag triggers a gated workflow for a more intensive analysis when harvesting Claude Code configurations. Combined with a Git cloneable URL, it controls the depth of the inventory process while parsing artifacts and generating the final adoption proposals.