一键导入
tapps-apply-files
Apply file operations from a TappsMCP content-return response. Used when the MCP server runs in Docker and cannot write files directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply file operations from a TappsMCP content-return response. Used when the MCP server runs in Docker and cannot write files directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tapps-apply-files |
| user-invocable | false |
| model | claude-haiku-4-5-20251001 |
| description | Apply file operations from a TappsMCP content-return response. Used when the MCP server runs in Docker and cannot write files directly. |
| allowed-tools |
When a TappsMCP or DocsMCP tool returns content_return: true with a file_manifest,
the server could not write files (Docker / read-only filesystem). Apply the files:
file_manifest.agent_instructions.persona — adopt that rolebackup_recommended is true, warn the user that existing files may be overwrittenpriority (lowest first) — config files before content filesfile_manifest.files[]:
content as a
replacement for the managed section. The content is the pre-computed merge result;
write it with the Write tool (the merge was already done server-side).content field verbatim — do not modify, reformat, or add commentsagent_instructions.verification_steps after all files are writtenagent_instructions.warnings to the userResponse structure:
{
"content_return": true,
"file_manifest": {
"mode": "content_return",
"reason": "...",
"summary": "...",
"file_count": N,
"files": [
{"path": "relative/path", "content": "...", "mode": "create|overwrite|merge",
"encoding": "utf-8", "description": "...", "priority": 5}
],
"agent_instructions": {
"persona": "...",
"tool_preference": "...",
"verification_steps": ["..."],
"warnings": ["..."]
}
}
}
Manage shared project memory for cross-session knowledge persistence. 23 actions: save, search, consolidate, federation, and more.
Manage shared project memory for cross-session knowledge persistence. 23 actions: save, search, consolidate, federation, and more.
Change the TappsMCP enforcement intensity (high, medium, or low). Controls which quality tools are mandatory vs optional.
Run a quality gate check and report pass/fail with blocking issues.
Bootstrap TappsMCP in a project. Creates AGENTS.md, TECH_STACK.md, platform rules, hooks, agents, skills, and MCP config.
Generate a quality report across Python files in the project. Scores multiple files and presents an aggregate summary.