tapps-apply-files

Apply file manifests from MCP content-return to create, overwrite, or merge files.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-apply-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tapps-apply-files
Source: https://github.com/wtthornton/tapps-brain/tree/main/.claude/skills/tapps-apply-files
Command: npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-apply-files

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply file operations from a TappsMCP content-return response. Used when the MCP server runs in Docker and cannot write files directly.

Core Features & Use Cases

  • Apply files based on a content_return manifest to automate writing, merging, or overwriting configuration and data files.
  • Ensure safety checks like backups warnings and ordered application by priority to preserve system integrity.
  • Use cases include applying updated config and content bundles delivered via MCP to a read-only filesystem or controlled environment.

Quick Start

When a content_return with a file_manifest arrives, apply the files exactly as specified by the manifest

Frequently Asked Questions about tapps-apply-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write files from an MCP server running in Docker?

To write files from an MCP server running in Docker, you can apply a content-return file manifest to deterministically create, overwrite, or merge files on the host filesystem. This bridges the read-only Docker environment gap.

What is a file manifest in MCP content-return responses?

A file manifest in MCP content-return responses is a structured set of file operations delivered by the server. It specifies exact file contents, priority ordering, and actions needed to automate writing or merging data files.

How do I apply file operations deterministically from an MCP content-return?

You apply file operations deterministically by processing the content-return manifest exactly as specified. The system validates file priority, issues backup warnings, and executes post-write verification to ensure safe, ordered updates.

Can I automate overwriting configuration files delivered via MCP?

Yes, you can automate overwriting configuration files delivered via MCP by applying the content-return manifest. The process includes safety checks like backup warnings and ordered application by priority to preserve system integrity.

Does applying file manifests support post-write verification steps?

Yes, applying file manifests supports post-write verification steps via agent instructions. This ensures that file creation, overwriting, or merging operations execute correctly and maintain system integrity after writing.