# DMF File Manager

**Slug:** dmf-file-manager
**Purpose:** Write, update, and manage files on the DMF website via WordPress file system
**Activate when:** User asks to deploy code, update files, push changes, or fix site issues

## What This Skill Does

This skill gives you direct file-write capability to the DMF WordPress site. Describe what file needs to be created or updated, and I’ll deploy it immediately via Novamira.

Supported paths:
– `wp-content/uploads/dmf-home/` — Homepage and static assets
– `wp-content/uploads/` — General uploads
– Any writable WordPress directory

## Instructions

When the user asks to deploy, update, or fix something:

1. **Identify the file** — What needs to be written/updated?
2. **Get or generate content** — Read from local files or generate
3. **Execute file write** — Use the `dmf-file-write` ability
4. **Verify** — Confirm file is live on the site

## Example

User: “Update the mobile nav on the home page”
→ I update `dmf-homepage/home.html` locally
→ I write it to `wp-content/uploads/dmf-home/home.html` via Novamira
→ Changes live immediately

## Abilities Used

– `dmf-file-write` — Write file content to WordPress server