Overview
- Skill Key
- igorls/context-builder
- Author
- igorls
- Source Repo
- openclaw/skills
- Version
- 0.8.3
- Source Path
- skills/igorls/context-builder
- Latest Commit SHA
- fa4c738ad0197c676ac234c14a9cfb425dde66cc
Generate LLM-optimized codebase context from any directory using context-builder CLI
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 context-builder 技能。 若已安装,则直接安装 context-builder 技能。
# Context Builder — Agentic Skill Generate a single, structured markdown file from any codebase directory. The output is optimized for LLM consumption with relevance-based file ordering, AST-aware code signatures, automatic token budgeting, and smart defaults. ## Installation ```bash # Requires Rust toolchain. Builds from source with cryptographic verification via crates.io. cargo install context-builder --features tree-sitter-all ``` Pre-built binaries with SHA256 checksums are also available for manual download from [GitHub Releases](https://github.com/igorls/context-builder/releases/latest). Verify: `context-builder --version` (expected: `0.8.3`) ## Security & Path Scoping > **IMPORTANT**: This tool reads file contents from the specified directory. Agents MUST follow these rules: - **Only target explicit project directories** — always pass the exact project root (e.g., `/home/user/projects/myapp`). Never point at home directories, system paths, or credential stores (`~/.ssh`, `~/.aws`, `/etc`, `~`, `/`) - **Use scoped filters** — use `-f` to limit to known source extensions (e.g., `-f rs,toml,md`), reducing exposure surface - **Output to project-local paths** — write output to the project's `docs/` folder or `/tmp/`, never to shared or public locations - **Review before sharing** — the output may contain API keys, secrets, or credentials embedded in source files; always review or use `.gitignore` patterns to exclude sensitive files **Built-in protections** (always active, no configuration needed): - Excludes `.git/`, `node_modules/`, and 19 other heavy/sensitive directories at any depth - Respects `.gitignore` rules when a `.git` directory is present - Binary files are auto-detected and skipped via UTF-8 sniffing - Output file and cache directory are auto-excluded to prevent self-ingestion ## When to Use - **Deep code review** — Feed an entire codebase to an LLM for architecture analysis or bug hunting - **Onboarding** — Generate a project snapshot fo...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill