repo-scanner

Scan repository files and generate a structured index file.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill repo-scanner-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-scanner
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/kaiwu/repo-scanner
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill repo-scanner-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of scanning and indexing a repository, making it easier to manage and access knowledge within the repository.

Core Features & Use Cases

  • Repository Scanning: Automatically scans the entire repository structure, extracting code structure and documentation.
  • Index Generation: Generates a structured wiki/index file for quick navigation and reference.
  • Use Case: Ideal for maintaining a repository's knowledge base, especially in collaborative environments where multiple developers are working on different projects.

Quick Start

Run the repo-scanner skill to generate the wiki/index file for your repository.

Frequently Asked Questions about repo-scanner

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

FAQPage Schema
How do I automate repository scanning and indexing to generate a wiki?

Automate repository scanning by running the skill to traverse the file system and parse Python AST. It extracts source code, documentation, and experiment logs to generate a structured wiki index file for quick navigation.

What is the best way to generate a structured knowledge base from source code and experiment logs?

Generating a structured knowledge base requires scanning the repository structure to extract code definitions and documentation. This skill automates that extraction, producing a comprehensive index file that consolidates project knowledge for collaborative reference.

Does repository indexing work with Python AST parsing for extracting code structure?

Yes, repository indexing leverages Python AST parsing to analyze source code structure accurately. It traverses the file system to scan Python files, extract definitions, and integrate them into the generated wiki index file.

Can I use automated repository scanning for collaborative environments with multiple developers?

Automated repository scanning is ideal for collaborative environments with multiple developers. It maintains a centralized knowledge base by continuously extracting updated code structure and documentation into a navigable index file.

How do I scan documentation and experiment logs during file system traversal?

Scanning documentation and experiment logs happens automatically during file system traversal. The skill identifies and extracts these files alongside source code, consolidating the extracted content into a structured index for comprehensive knowledge management.