academic-repo-analyzer

Solid

Analyze ML, AI4Science, Systems, and research repositories into an evidence-backed semantic architecture graph for paper figure planning. Code serves as supporting evidence; paper narrative and user intent remain the primary source of truth.

AI & Automation 101 stars 10 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
67
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Academic Repo Analyzer Produce a concise repository understanding document plus a machine-readable **Semantic Architecture Handoff v1**. The handoff describes scientific roles and executable relationships, not the repository's folder layout or engineering boilerplate. Read `keywords.md` only when task or framework classification is uncertain. Read `references/missing-info-policy.md` when evidence is sparse. ## Core Principle: Narrative Priority & Non-Intrusive Extraction 1. **Paper & User Narrative > Code Implementation**: - A paper figure depicts the **scientific contribution and conceptual data flow**, not the full software engineering artifact. - Omit engineering plumbing (such as `DataLoader`, `Trainer`, `Logger`, `ConfigParser`, `DeviceManager`, or `Optimizer` setup) unless the paper specifically contributes a training algorithm or infrastructure system. 2. **Fact-Checking & Parameter Grounding**: - When a paper draft or user architecture is already present, the repo analyzer acts as a **supporting fact-checker** (verifying tensor dimensions, loss formulas, exact module names, and execution directions) rather than re-inventing the architecture. ## Input contract - Prefer: repository path, README, dependencies, entry points, core model/algorithm files, configs, and tests that establish behavior. - Accept: partial repository, isolated model files, core algorithm script. - Minimum: one README, entry point, or core implementation file. - Record the source re...

Details

Author
Azhi-ss
Repository
Azhi-ss/academic-figure-skills
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category