AgentSkillsCN

knowledge-harvester

克隆外部Git仓库并深入分析,从中提炼出宝贵的知识与经验。将发掘出的各类提示、规则与模式转化为本地知识资产。

SKILL.md
--- frontmatter
name: knowledge-harvester
description: Clones external Git repositories and analyzes them to extract valuable knowledge. Converts discovered prompts, rules, and patterns into local knowledge assets.
status: implemented

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 in knowledge/external-wisdom/.

3. Skill Prototyping

  • If executable scripts are found, suggests how to wrap them into a new Gemini Skill.

Usage

Knowledge Protocol

  • Respects licenses (MIT, Apache 2.0).
  • Stores harvested data in knowledge/external-wisdom/.