analyze-github

Analyze GitHub repositories or local directories to identify tech stack and architecture.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jssfy/k-skills --skill analyze-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-github
Source: https://github.com/jssfy/k-skills/tree/main/skills/development/analyze-github
Command: npx skills add https://github.com/jssfy/k-skills --skill analyze-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically discover and document a GitHub repository or local project to reveal its architecture, data flows, and implementation blueprints.

Core Features & Use Cases

  • Automated tech-stack detection: identify language, framework, and architecture style from repository structure.
  • End-to-end workflow mapping: extract data-flow, triggers, and core processes to produce a coherent blueprint.
  • Blueprint-ready outputs: provide architecture diagrams, use-case stories, and implementation recommendations for teams.

Quick Start

Provide a GitHub URL or local directory path to start the analysis and generate a workflow blueprint.

Frequently Asked Questions about analyze-github

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

FAQPage Schema
How do I automatically generate architecture diagrams from a GitHub repository?

To generate architecture diagrams from a GitHub repository, provide the repository URL to automatically identify the tech stack, architecture pattern, and end-to-end workflows, producing an ASCII architecture diagram and blueprint artifacts.

What is the best way to reverse engineer a project blueprint from source code?

Reverse engineering a project blueprint from source code involves automated repository structure analysis to extract data flows, triggers, and core processes, yielding coherent workflow documentation and design decisions.

Can I analyze a local directory path to map out tech stack and workflows?

Yes, you can analyze a local directory path to map out the tech stack and workflows. The analysis accepts either a GitHub URL or a local directory path to detect frameworks and generate use-case stories.

Does repository structure analysis work with any programming language and framework?

Repository structure analysis applies to a wide range of projects and languages. It automatically detects the specific language, framework, and architecture style from the provided local directory or GitHub URL.

How to document end-to-end workflows and data flows for an existing codebase?

Documenting end-to-end workflows and data flows for an existing codebase requires automated extraction of triggers and core processes from the repository structure, yielding workflow docs and implementation recommendations for teams.

Do I need GitHub access tokens to analyze a repository and generate documentation?

GitHub access is optional for analyzing a repository and generating documentation. You can directly provide a local directory path to bypass GitHub access requirements and still produce architecture diagrams and blueprint artifacts.