
# Fledgling Skill Guide Fledgling gives you structured, token-efficient access to the codebase you're working in. Instead of reading raw files and guessing at structure, you get targeted tools backed by SQL macros and real parsers (AST for code, markdown parser for docs, git for history). ## Quick Reference ### Tools | Tool | Purpose | Key params | |------|---------|------------| | **ReadLines** | Read file content with line ranges, context, and match filtering | `file_path`, `lines`, `match
# blq MCP Tools - Agent Usage Guide blq captures, stores, and queries build/test logs. Both humans (via CLI) and agents (via MCP) share the same database, enabling collaborative debugging workflows. **Documentation:** https://blq-cli.readthedocs.io/en/latest/ ## Key Concept: Shared State The blq database (`.lq/blq.duckdb`) is shared between CLI and MCP: ``` Human runs: blq run build → stored in .lq/ Agent queries: blq.events(...) → reads from .lq/ Agent runs: blq.