Software Alternatives & Startups

Notebook Skill VS git-sizer

Compare Notebook Skill VS git-sizer and see what are their differences

Notebook Skill

Notebook Skill (Zhiya) – An AI‑powered knowledge management and creation agent that makes knowledge truly “alive” (Website: www.notebook-skill.com). Notebook Skill is more than a smart note‑taking app

Rating
0 reviews
Pricing
Freemium $6 / Monthly
git-sizer

Compute various size metrics for a Git repository, flagging those that might cause problems - github/git-sizer

Rating
0 reviews
Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Which is more popular?

Based on our record, git-sizer seems to be more popular. It has been mentioned 1 time since March 2021.

social mentions
0 vs 1
Note Taking popularity
100% vs 0%

Base details

Website, pricing, platforms and company facts side by side.

Notebook Skill
git-sizer
Website notebook-skill.com github.com
Pricing
Freemium $6 / Monthly Official pricing
—
Company Startup from China · 1 - 9 employees · 2026 —
Listed in

About Notebook Skill and git-sizer

In their own words, as submitted to SaaSHub.

Notebook Skill
git-sizer

Long‑term memory, knows you better over time During your usage, Notebook Skill automatically builds a profile and preference set “about you” – every round of AI and note generation distills your behavior and inclinations. In subsequent conversations and content creation, Notebook Skill injects...

Read more about Notebook Skill

No description of git-sizer yet.

Features and specs

What each product offers, as listed by its team.

Notebook Skill 5 features
git-sizer 5 features
  • Long‑term memory, knows you better over time
    During your usage, Notebook Skill automatically builds a profile and preference set “about you” – every round of AI and note generation distills your behavior and inclinations. In subsequent conversations and content creation, Notebook Skill injects the relevant profile chapters for the current task and retrieves related memories based on your query semantics.
  • Answers with evidence, never fabricates
    Notebook Skill’s trustworthiness is grounded in core scenarios like AI dialogue and content output, with rigorous checks at every step. When no supporting information is found, Notebook Skill honestly says “not found” rather than making up an answer. When processing large volumes of literature, the system chunks and sources each paper in full, digs deep by topic, and synthesises across sources – every citation can be traced back to the original text. Whether it’s a casual question or a formal report of tens of thousands of words, Notebook Skill gives you confidence in whether what the AI says can be trusted.
  • Multimodal content builds your personal knowledge base
    Notebook Skill turns documents, web pages, and videos all into knowledge: supports PDF, Markdown, and TXT; drag and drop entire folders for batch import – dozens of papers at once. Or simply paste a web link – the system automatically extracts the main text, removes noise (navigation bars, ads, etc.), and leaves clean, readable content that becomes searchable knowledge. For Bilibili lectures, tutorials, and interviews – paste the link, and the backend automatically downloads the audio, transcribes it via cloud speech‑to‑text, and then generates a structured note with AI. All content is uniformly vectorised – whether from text, web pages, or video transcripts – and merged into a single knowledge base that enjoys the same retrieval, dialogue, and generation capabilities. You just feed it; Notebook Skill digests it.
  • Empowers the entire workflow of building your knowledge system
    Notebook Skill supports two‑way migration with Zotero, preserving your original categories and attachments. It comes with a built‑in comparison matrix engine – you can define any dimensions for side‑by‑side comparisons across multiple papers, and each cell comes with clickable citations to the original source. The idea incubation zone lets you drag and drop fragments of thoughts at any time, expand your thinking through AI conversations, and then generate a complete draft from an outline with one click. All accumulated knowledge automatically settles, and you regularly receive “cognitive briefs” that clearly show the migration trajectory of your focus areas – helping you continuously organise and iterate your personal knowledge system.
  • Let knowledge grow naturally
    Every piece of material you feed, every conversation, every idea – they all settle, connect, and ferment in Notebook Skill, gradually growing into a personal knowledge base that knows you better over time. The AI remembers your preferences, habits, and style; each interaction understands you a little more than the last.
  • Comprehensive Repository Analysis
    git-sizer analyzes many different dimensions of a Git repository including commit count, tree size, blob size, history depth, and reference counts, providing a holistic view of repository health and potential scaling issues.
  • Easy to Use
    The tool is simple to run with minimal setup—just execute it within a git repository—and it produces clear, human-readable output that highlights potential problem areas without requiring complex configuration.
  • Identifies Performance Bottlenecks
    It helps identify specific issues that could degrade Git performance, such as excessively large blobs, deep history, large trees, or too many references, which is valuable before migrating or scaling repositories.
  • Open Source and Maintained by GitHub
    Being an official GitHub project, it benefits from credibility, community trust, and ongoing maintenance, and it is well documented with clear explanations of what each metric means.
  • Useful for Pre-Migration Checks
    It's particularly helpful for teams migrating repositories to new platforms or consolidating repos, as it flags potential issues that could cause problems during migration or with hosting providers' limits.

Possible disadvantages

  • No Automatic Remediation
    git-sizer only identifies and reports issues but does not offer any built-in tools or automated processes to fix problems like large blobs or excessive history depth—users must use separate tools like BFG Repo-Cleaner or git-filter-repo.
  • Output Can Be Overwhelming for Beginners
    While detailed, the output includes many metrics and threshold levels that may be confusing for users unfamiliar with Git internals, requiring some learning curve to fully interpret results.
  • Limited to Local Analysis
    The tool analyzes a local clone of the repository, so it requires users to have a full local copy of the repo (or at least enough history) to get accurate results, which can be time-consuming for very large repositories.
  • No Real-Time Monitoring
    It functions as a one-time analysis tool rather than providing continuous or real-time monitoring of repository health, requiring manual reruns to track changes over time.
  • Command-Line Only Interface
    The tool lacks a graphical user interface, which may be less accessible for users who prefer visual dashboards or are less comfortable with command-line tools.

Analysis

An editorial look at what each product does well and who it suits.

Notebook Skill
git-sizer

No analysis of Notebook Skill yet.

Overall verdict

  • git-sizer is a solid, focused open-source tool that effectively analyzes Git repositories to identify size and structural issues that could cause performance problems or hosting limits, making it a valuable diagnostic utility for repository maintenance.

Why this product is good

  • Quickly identifies large blobs, deep histories, and other repository bloat issues that impact performance
  • Simple command-line tool with no complex setup or dependencies required
  • Provides clear, actionable metrics about repository size and structure
  • Backed by GitHub, ensuring credibility and ongoing relevance to Git ecosystem needs
  • Helps proactively catch issues before they cause problems with hosting platforms or clone/fetch performance
  • Open source and actively maintained with community input

Recommended for

  • Repository administrators managing large or growing codebases
  • Teams migrating repositories to new hosting platforms with size limits
  • Developers troubleshooting slow clone, fetch, or checkout operations
  • DevOps engineers auditing repository health before major infrastructure changes
  • Organizations enforcing repository size policies or best practices
  • Anyone dealing with repositories that have accumulated large binary files or excessive history over time

Category popularity

How often each product is chosen within a category, 0–100% relative to the other.

Score bands 0–20 21–40 41–50 51–60 61–100
Notebook Skill
git-sizer
100% 100%
0% 0%
0% 0%
Git
100% 100%
100% 100%
0% 0%
0% 0%
100% 100%

Questions & Answers

As answered by people managing Notebook Skill and git-sizer.

What makes your product unique?

Notebook Skill's answer

Notebook Skill is unique because it is not just a note-taking app or a simple chatbot. It is an AI-native knowledge management and creation tool that acts as an intelligent workspace capable of deeply understanding your documents, proactively discovering connections, and executing complex tasks using standardized workflows. Its uniqueness lies in its combination of features:

Proactive Intelligence: It actively analyzes your knowledge base in the background to find contradictions, suggest unexpected connections, and generate weekly "cognitive briefs."

Hybrid Retrieval with Citation Verification: It uses a three-way hybrid search (vector, keyword, and unit memory) and includes a mandatory citation verification system to prevent AI hallucinations, providing clickable citations that link directly to the original source material.

Incremental Querying: You can ask questions about a large document (like a PDF) as soon as its first chapter is processed, without waiting for the entire file to be indexed.

Advanced Long-Term Memory: It builds a detailed, editable user profile that it uses to personalize responses and is a core part of its functionality ("越用越懂你" / the more you use it, the better it understands you).

Why should a person choose your product over its competitors?

Notebook Skill's answer

Based on the manual's comparison, a person should choose Notebook Skill over traditional note-taking software and generic RAG (Retrieval-Augmented Generation) tools because it offers a more comprehensive and reliable solution:

Versus Traditional Note Software: It moves beyond static organization (folders, tags). It makes notes "alive" by allowing you to dialogue with them, perform inference, and automatically find associations. It supports many-to-many relationships, allowing a single note to belong to multiple notebooks or projects.

Versus Generic RAG Tools: It addresses the problem of AI hallucination head-on with its mandatory citation verification and "zero-hit abstention" (it says when it doesn't know). Its hybrid retrieval method (with an optional reranker) provides more stable and reliable search results. It also acts proactively, sending you notifications and insights, unlike a typical RAG tool which only responds to prompts.

How would you describe the primary audience of your product?

Notebook Skill's answer

The primary audience is knowledge workers who need to manage large amounts of information and produce complex content. The manual identifies several key user types:

Researchers/Graduate Students: For uploading many PDFs, generating literature reviews, and creating comparison matrices.

Product Managers/Analysts: For collecting and analyzing market reports, competitor data, and establishing "problem boards" to track research questions.

Creative Writers: For capturing and developing ideas in an "incubation zone" and generating drafts from outlines.

Lifelong Learners: For organizing a personal knowledge base and receiving weekly "cognitive briefs" to track learning trends.

Team/Project Knowledge Administrators: For maintaining a shared knowledge base, running health checks, and tracking new papers in their field.

Which are the primary technologies used for building your product?

Notebook Skill's answer

Based on the "Settings" and "Core Mechanism" sections, the primary technologies and technical architectures used include:

Backend & AI Models:

It uses a "managed" (system-hosted) mode for AI models or allows "BYOK" (Bring Your Own Key) where users can connect their own OpenAI-compatible API gateway and keys.

It integrates with specific models: deepseek-v3.2 (economy), gemini-2.5-pro (quality), gemini-3.1-pro (report), and gemini-2.5-pro (reasoning). It also has three "roles" (fast, quality, report) for different tasks.

Search & Retrieval:

Vector Retrieval: Uses a 512-dimension embedding model for semantic search.

Hybrid Search: Uses a three-way parallel recall combining vector, full-text keyword, and unit memory search, merged with an RRF (Reciprocal Rank Fusion) algorithm.

Re-ranking: Supports an optional Reranker model for better quality (but is disabled by default due to speed/cost).

Data Processing & Storage:

Uses PyMuPDF for PDF text extraction and TOC-based chunking for document processing.

Employs SHA256 or DOI for duplicate content detection.

Uses OpenAlex and CrossRef/arXiv APIs for bibliographic metadata completion.

External Integrations & Migration:

Utilizes the Zotero RDF standard for importing/exporting entire libraries.

Supports citation file formats like RIS, EndNote (.enw), and RefWorks for batch importing.

Video Processing:

Integrates with Bilibili (bilibili.com/b23.tv) for video transcripts using a cloud-based ASR (Automatic Speech Recognition) service.

Infrastructure & Frontend:

It is a Web application requiring a modern browser (Chromium-based recommended).

Real-time connections are used for conversation, with progress updates. The system uses a single-process scheduler for background tasks to avoid duplicate triggers.

Who are some of the biggest customers of your product?

Notebook Skill's answer

Academic researchers and graduate students – who need to manage dozens of PDFs, generate literature reviews, and compare conflicting viewpoints.

Product managers and business analysts – who collect competitor documents, market reports, and use "problem boards" to track research questions.

Creative writers and authors – who capture inspiration, develop ideas in the incubation zone, and generate drafts.

Lifelong learners – who organize personal knowledge bases and track their learning trends via weekly cognitive briefs.

Team and project knowledge administrators – who maintain shared knowledge bases, run health checks, and monitor new papers in their field.

In addition, the "Zotero migration" feature and "BYOK" (Bring Your Own Key) support suggest that institutions with large existing literature libraries (e.g., university labs, research institutes) and enterprises with strict data privacy needs (e.g., legal, financial, or government sectors) are also key customer segments, although they are not named explicitly.

In short: the manual does not give any real-world customer names, but the target audience clearly includes academics, analysts, writers, and team-based knowledge workers – who together represent the product's core and likely largest customer base.

What's the story behind your product?

Notebook Skill's answer

I hold a Ph.D., but I am a complete beginner when it comes to software development. The advent of the AI era sparked my curiosity about the entrepreneurial model of OPC, so I started building AI applications in 2024. It wasn't until 2026 that I had the idea to develop a commercial product — “Notebook Skill” (Zhī Yá). The development took half a year, during which I devoted all my time and energy every single day to building this product. Throughout the process, I used the latest models from Claude Code, progressing from the Sonnet series to the current Opus. The cost spent solely on these models far exceeded my expectations, and I faced much doubt and criticism along the way. Yet I persisted until the product was finally launched.

I am very confident in the originality of this product. Compared to similar AI research tools on the market, I believe it has clear advantages. I have been refining and expanding its features with the mindset of crafting a work of art. At this stage, it is still an MVP, and there are many more features to be developed in the future. I sincerely hope it will be loved and shared by more users. Having been at a low point in my life since 2019, I hope that by building a great product, I can find my way out of confusion and embrace the AI era with greater conviction and confidence.

Notebook Skill is of its philosophy of "让知识自然生长" ("let knowledge grow naturally"). It is designed to be more than a simple storage place for documents. The idea is that every piece of material, conversation, and idea you feed into the system will be deposited, associated, and fermented, gradually building into a personal knowledge base that becomes more intelligent and useful the more you use it. It aims to transform your notes from static text into a dynamic, conversational, and proactive partner for research and creation.

User comments

Share your experience with using Notebook Skill and git-sizer. For example, how are they different and which one is better?

Log in or Post with

Social recommendations and mentions

Recommendations tracked on public social media and blogs since March 2021.

Notebook Skill 0 mentions
git-sizer 1 mention

Tracking Notebook Skill since Jul 2026.

  • how to keep github repos small?
    Also there’s a cool project from GitHub you can use to help understand the size of git’s objects in your git repo https://github.com/github/git-sizer. This might help you determine what the best cloning strategy could be. Source: almost 5 years ago

Alternatives to Notebook Skill and git-sizer

When comparing Notebook Skill and git-sizer, you can also consider the following products.