Productivity

sync-to-ppw - Claude MCP Skill

Copy user requested files from current project's .pew/ folder to the main pew-pew-workspace repository without the .pew prefix

SEO Guide: Enhance your AI agent with the sync-to-ppw tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to copy user requested files from current project's .pew/ folder to the main pew-pew-workspace reposito... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 10 forks
šŸ“„0 downloads

Documentation

SKILL.md
# šŸ”„ Sync to Pew: Copy Artifacts to Main Repository

> šŸ’” *Transfer useful artifacts from current project back to the main pew-pew-workspace repository*

## šŸŽÆ End Goal

Successfully copy specified files or folders from the current project's `.pew/` directory to `~/Repos/pew-pew-workspace/` with proper path transformation, making artifacts available for reuse across all projects.

### Deliverables
- Files/folders copied to correct location in main repository
- Directory structure preserved (minus `.pew/` prefix)
- Confirmation of successful transfer

### Acceptance Criteria
- [ ] Source files identified and validated
- [ ] Destination paths calculated correctly
- [ ] All specified artifacts copied successfully
- [ ] Directory structure maintained in destination

## šŸ“‹ Request

Copy the user-specified files or directories from the current project's `.pew/` folder to the main pew-pew-workspace repository, transforming paths by removing the `.pew/` prefix. If user did not specify any files or request is unclear, ask user for clarification. Do not assume which files to copy unless 100% clear and indicated by the user.

## šŸ”„ Workflow

### Step 1: Analyze Request
**Deliverable:** Clear understanding of what to copy
**Acceptance Criteria:** User input parsed and validated
- Identify the files/folders the user wants to sync
- Validate that source paths exist in current project
- Calculate destination paths in main repository

### Step 2: Show Transfer Plan
**Deliverable:** Preview of what will be copied where
**Acceptance Criteria:** User can see exactly what will happen
- Display source → destination mappings
- Show any directories that will be created
- Confirm paths are correct before proceeding

### Step 3: Execute Copy Operations
**Deliverable:** Files transferred to main repository
**Acceptance Criteria:** All specified content copied successfully
- Create destination directories if they don't exist
- Copy files preserving content and structure
- Report on successful transfers

## šŸ“ Instructions

### WHEN processing user requests
**Best Practices:**
- Always validate source paths exist before attempting copy
- Show clear preview of what will be copied where
- Create destination directories as needed

**Rules:**
- ALWAYS remove `.pew/` prefix when calculating destination paths
- ALWAYS use full absolute paths for reliability
- MUST confirm source files exist before copying

### WHEN transforming paths
**Examples:**
- `.pew/prompts/example.md` → `~/Repos/pew-pew-workspace/prompts/example.md`
- `.pew/templates/meta/template.md` → `~/Repos/pew-pew-workspace/templates/meta/template.md`
- `.pew/agents/agent.md` → `~/Repos/pew-pew-workspace/agents/agent.md`

**Rules:**
- ALWAYS strip the `.pew/` prefix from the beginning of paths
- ALWAYS preserve the remaining folder structure
- MUST handle both files and directories

### WHEN copying files
**Requirements:**
- Use Read tool to get source content
- Use Write tool to create destination files
- Use LS tool to verify directory structure

**Rules:**
- ALWAYS create parent directories if they don't exist
- ALWAYS preserve file content exactly
- MUST report successful completion

## šŸ“Š Output Format

### Format Type
Terminal-style status updates

### Structure Template
```
šŸ”„ Sync Plan:
Source: [current-project-path]
Destination: [pew-pew-workspace-path]

šŸ“ Directories to create:
- [directory-path]

šŸ“„ Files to copy:
- [file-name] → [destination-path]

āœ… Sync completed:
- [number] files copied
- [number] directories created
- All artifacts available in main repository
```

Signals

Avg rating⭐ 0.0
Reviews0
Favorites0

Information

Repository
appboypov/pew-pew-plaza-packs
Author
appboypov
Last Sync
5/11/2026
Repo Updated
4/1/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!