Knowledge Harvester
This skill allows the ecosystem to "learn" from other open-source projects.
Capabilities
- 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).
- Knowledge Extraction
-
summarizing key concepts from READMEs and documentation.
-
Converting external rule files (e.g., .clauderc ) into Gemini-compatible knowledge formats in knowledge/external-wisdom/ .
- 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/ .