一键导入
merge-files-recursively
Recursively merges .py files from a directory into a single source string.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Recursively merges .py files from a directory into a single source string.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | merge-files-recursively |
| description | Recursively merges .py files from a directory into a single source string. |
| compatibility | Requires Python 3.10+ |
| tags | filesystem,merge,python |
Recursively merges .py files from a directory into a single source string.
Create a calendar event by generating an ICS file and opening it in the default calendar application. Use when the user wants to schedule a meeting, appointment, or reminder.
Synthesize the memory timeline into an updated truth summary by merging recent timeline entries with the existing executive summary via the configured LLM. Use to consolidate long-term memory in μZephyr.
Index local files and optionally watch a folder for automatic RAG indexing using ChromaDB and Whoosh. Use when the user wants to make local files searchable or enable hot-watch on a directory.
Create, update, or refine the system prompts for the Agency roles (Supervisor, Researcher, Coder, Reviewer).
Executes Python code in a temporary sandbox to verify it works before finalizing a mission.
Search local files using hybrid semantic and keyword retrieval (ChromaDB + Whoosh). Falls back to recursive grep when the index is unavailable. Use when the user wants to find information in their local documents.