Laya Codex — Development skill for Claude Code
Ranked code retrieval for Claude Code: tree-sitter + BM25 + the Laya re-ranker, delivered through hooks and MCP.
How to install Laya Codex
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open pilotspace/laya-codex and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Laya Codex does
Ranked code retrieval for Claude Code: tree-sitter + BM25 + the Laya re-ranker, delivered through hooks and MCP.
Alternatives in Development
- Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
- Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
- Claude Code Everything You Need To Know — Ultimate all-in-one guide to mastering Claude Code 1.3k ★
README
laya-codex
**Claude Code gets the right code with your prompt: it reads 38% less, takes 21% fewer turns, and names the right files more often.**
laya-codex indexes your repository on your machine and, before Claude starts each task, gives it the code that task needs. Claude skips most of the grep-and-open-files hunt.
[](https://github.com/pilotspace/laya-codex/releases/latest) [](https://github.com/pilotspace/laya-codex/actions/workflows/ci.yml) [](LICENSE) [](https://huggingface.co/tindang/laya-code) [](#install)
Install
**macOS (Apple Silicon)** or **Linux x86_64**. Installation takes about a minute, plus the model download on macOS.
**1. Install the `laya-codex` binary**
curl -fsSL https://raw.githubusercontent.com/pilotspace/laya-codex/main/install.sh | sh
**2. Turn it on in Claude Code**, for every repository at once:
/plugin marketplace add pilotspace/laya-codex
/plugin install laya-codex@laya-codex
That's it. Open Claude Code in any git repository: laya-codex indexes it in the background and starts helping from the next prompt. To che
Related Skills
Contributing To MCP Tree-sitter Server
Thank you for your interest in contributing to MCP Tree-sitter Server! This guide will help you understand our
Code Graph MCP
AST knowledge graph MCP server for Claude Code — semantic search, call graph traversal, HTTP route tracing, im
Codebase Graph
Code intelligence MCP server — 42-language tree-sitter AST parsing, FalkorDB knowledge graphs, 0.944 MRR searc
Codeindex
Structural code-intelligence engine in Zig — tree-sitter across 40+ languages, trigram and inverted indexes, d
Recallnest
One memory, every terminal. Shared memory layer for any MCP client — Claude Code, Codex, Kimi, Antigravity (ag
Laya MCP
A single forward pass answers a set of "typed questions," returning calibrated probabilities alongside a decis
Related Agents
Python RAG Backend Engineer
Production-grade Python RAG backend engineer specializing in ChromaDB vector storage, sentence-transformers em
Codex Architect
Codex artifact architect. Use for .codex/, MCP guard, hooks, AGENTS.md emission, skills, slash commands.
Codex Teammate
Use Codex as a bounded implementation and review teammate through claude-codex-mcp-bridge.