Knowledge Harvester
This skill allows the ecosystem to "learn" from other open-source projects.
Capabilities
1. Repository Analysis
- •Clones a target repo to a temp directory.
- •Maps the file structure using
codebase-mapper. - •Identifies "high-value" files (prompts, .md guides, config files).
2. Knowledge Extraction
- •summarizing key concepts from READMEs and documentation.
- •Converting external rule files (e.g.,
.clauderc) into Gemini-compatible knowledge formats inknowledge/external-wisdom/.
3. Skill Prototyping
- •If executable scripts are found, suggests how to wrap them into a new Gemini Skill.
Usage
- •"Harvest knowledge from https://github.com/affaan-m/everything-claude-code."
- •"Analyze this repo and extract its TDD best practices."
Knowledge Protocol
- •Respects licenses (MIT, Apache 2.0).
- •Stores harvested data in
knowledge/external-wisdom/.