home/productivity/cam-pull-prompt

Cam Pull.prompt

GPTClaudeDeepSeek··522 copies·updated 2026-07-14
cam-pull-prompt.prompt
---
description: Capture untracked VS Code prompts, skills, and instructions into sync/ by default or local/ when requested.
argument-hint: "[sync|local] [all]"
agent: agent
---

The user wants to import VS Code assets into this repo.

Use any extra slash-command input after `/cam-pull`:
- `sync` or `local` selects the destination. Default to `sync`.
- `all` or `yes` means import all without prompting, which maps to `--yes`.
- Destination and `--yes` are independent: destination chooses `sync` or `local`, while `--yes` only skips prompts.

Examples:
- `/cam-pull` → `cam pull`
- `/cam-pull local` → `cam pull local`
- `/cam-pull all` → `cam pull --yes`
- `/cam-pull local all` → `cam pull local --yes`

Run the matching terminal command, summarize what was imported, and mention when a commit or `/cam-push` is the natural next step.

when to use it

Community prompt sourced from the open-source GitHub repo sherrilla71940/copilot-asset-manager (MIT). A "Cam Pull.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

sherrilla71940/copilot-asset-manager · MIT