Ross ROSS = Recommend OSS · open-source software intelligence for agents

mohsen1/yek

A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption observed · 2026-08-28

github.com/mohsen1/yek · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

80/100

  • Activity 90
  • Release rhythm 90
  • Longevity 42
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 599
  • days_rel: 65
  • days_push: 65
  • n_releases_24m: 40

Full methodology

Adoption not part of the score

2474 stars · 65 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Yek is a fast Rust CLI tool that serializes text files in a repository or directory into a single stream or chunked output optimized for LLM consumption. It respects .gitignore rules, uses Git history to prioritize important files, and supports token/size caps, glob patterns, and YAML configuration.

Use cases

  • serialize a codebase into a single file to paste into an LLM prompt
  • prepare repository context for AI coding assistants
  • cap repository output to a token limit for a context window
  • pipe source files to clipboard for sharing with a chatbot
  • bundle selected files or globs into one text chunk
  • prioritize important files last in LLM context

When to choose

  • you need to feed a whole repo or directory to an LLM within a token budget
  • you want gitignore-aware, git-history-prioritized file bundling with fast Rust performance
  • you want zero-config defaults with optional YAML customization

When to avoid

  • you need semantic code parsing or AST-aware chunking
  • you need to serialize binary or non-text assets
  • you want a GUI or IDE-integrated context builder

Facets

cli-tool · maturity active

serialization cli developer-tools developer-tools large-language-models files cli cross-platform rust windows llm-context codebase-serialization git-aware context-window prompt-preparation command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
mohsen1/yekmain80

For agents

markdown · JSON · MCP: product_card(name="mohsen1/yek")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem