knowledge-harvester
Installation
SKILL.md
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/.
Related skills
More from famaoai-creator/gemini-skills
data-transformer
Convert between CSV, JSON, and YAML formats.
23pmo-governance-lead
Output file path
21completeness-scorer
Evaluate text completeness based on criteria.
21local-reviewer
Retrieves git diff of staged files for pre-commit AI code review.
21api-fetcher
Fetch data from REST/GraphQL APIs securely.
21prompt-optimizer
Optional output file path
21