بنقرة واحدة
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).