원클릭으로
mkdocs-add-file
Add an article to relevant mkdocs_guide_*.yml (YAML) configuration files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add an article to relevant mkdocs_guide_*.yml (YAML) configuration files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Crawl and sanitize external websites for LLM ingestion. Use when needing to crawl comindware.ru or cmwlab.com, sanitize scraped content, or manage the crawl→sanitize pipeline. Supports --fresh (from scratch) and --resume (checkpoint) workflows.
Use when you've completed a non-trivial task and need to document discoveries, patterns, or gotchas for future sessions. Also use to review the discovery log before starting similar work.
Transcribe meeting recordings with Google Gemini for future documentation work. Use when the user provides a video file and needs a structured Markdown transcript with timestamps, visual notes, and summary in .scratch/.
Use when working on the PHPKB cloning and post-clone migration workflow in this repository: creating a new PHPKB section for a new product version, publishing a new MkDocs article by cloning an adjacent PHPKB article, syncing changed for_kb_import_ru HTML back to PHPKB by kb-id (git diff batch), cloning PHPKB categories or articles, updating cloned PHPKB article/category links, migrating local docs IDs with clone mappings, fixing related topics after cloning, or analyzing/updating scripts in utilities/phpkb_cloning.
Use when writing or answering about N3/Turtle/RDF/Notation3/Triples in Comindware Platform
Reference files and patterns for writing C# scripts in Comindware Platform
SOC 직업 분류 기준
| name | mkdocs_add_file |
| description | Add an article to relevant mkdocs_guide_*.yml (YAML) configuration files |
Use this skill when asked to add a documentation (article) file to mkdocs configuration files.
Automatically add a documentation file (typically from docs/ru/ or docs/en/) to the appropriate mkdocs_guide_*.yml configuration files based on the file's location and content.
Identify the file to add:
examples/, developer_guide/, using_the_system/, etc.)Find relevant config files:
mkdocs_guide_*.yml files in the workspace rootmkdocs_guide_developer_*.yml): For developer-focused content, N3/C# examples, API docs, formulasmkdocs_guide_user_*.yml): For end-user content, business apps, using_the_systemmkdocs_guide_complete_*.yml): Usually includes most contentmkdocs_guide_admin_*.yml): For administration/deployment contentmkdocs_guide_*_pdf.yml): Usually inherit from main configs, but might have specific exclusions, so typically do not need to be modifiedmkdocs_for_kb_*pdf*.yml): Usually inherit from main configs and typically do not need to be modifiedFind insertion point:
n3_task_list_custom.md after n3_filter_active_tasks.md)Add the file:
search_replace to insert the file entry in the correct location- examples/filename.md or - path/to/filename.mddocs/ru/ or docs/en/ directoryFile: docs/ru/examples/n3_task_list_custom.md
Action:
mkdocs_guide_developer_*.yml, mkdocs_guide_complete_*.yml, mkdocs_guide_user_*.ymlexamples/n3_filter_active_tasks.md (related task filtering example)- examples/n3_task_list_custom.mdFile: docs/ru/using_the_system/new_feature.md
Action:
mkdocs_guide_user_*.yml, mkdocs_guide_complete_*.ymlusing_the_system/ section- using_the_system/new_feature.mdFile: docs/ru/administration/deploy/new_deployment.md
Action:
mkdocs_guide_admin_*.yml, mkdocs_guide_complete_*.yml- administration/deploy/new_deployment.mddocs/ru/ or docs/en/After adding files: