ワンクリックで
spec-navigator
Efficiently retrieve specific sections from requirement documents (prompts) to save context tokens.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Efficiently retrieve specific sections from requirement documents (prompts) to save context tokens.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | spec_navigator |
| description | Efficiently retrieve specific sections from requirement documents (prompts) to save context tokens. |
This skill allows you to query specific sections of the master instruction file (inst.md) or any markdown file, saving you from reading the entire file into the context window of the LLM.
To significantly reduce token consumption when working with large specification files like inst.md by only loading the relevant section (e.g., "Architecture", "Stack", "MVP") into the conversation context.
scripts/query_md_section.pyExtracts a section and its subsections from a markdown file based on a header search term.
Usage:
python3 .agent/skills/spec_navigator/scripts/query_md_section.py [ABSOLUTE_PATH_TO_FILE] [HEADER_SEARCH_TERM]
Workflow Example:
inst.md, run:
python3 .agent/skills/spec_navigator/scripts/query_md_section.py /home/crrb/ag_projects/portal_da-tica/inst.md "Persistencia"
inst.md"Arquitectura" - For stack and module layout."MVP" or "Alcance" - For the immediate to-do list."Persistencia" - For database and volume mounts."Restricciones" - For negative constraints (what NOT to do).