Install
Docupuncture is Markdown you point an agent at, plus a sample Apps Script. Install the package, then copy one folder from skills/ into the agent's skills directory. Cursor wants a named folder that contains SKILL.md.
From npm
pnpm add docupuncture
The skills land at node_modules/docupuncture/skills/. Copy docupuncture-docs/, docupuncture-sheets/, or docupuncture-slides/.
From the repo
git clone https://github.com/Catalyst-Forge-LLC/docupuncture.git
Same folders, under skills/ at the repo root.
| Skill | Path | When |
|---|---|---|
| Docs | skills/docupuncture-docs/ | An existing Google Doc |
| Sheets | skills/docupuncture-sheets/ | An existing Google Sheet |
| Slides | skills/docupuncture-slides/ | Text on an existing deck |
If you say docupuncture, the agent writes the script. Otherwise it should offer the patch, a new file, or a checklist.
After you install
- Ask for changes to a live Workspace file.
- The agent reads the file and writes an Apps Script.
- Open the file → Extensions → Apps Script → paste → run
applyEdits. - First run is a dry run. Read the log, set
DRY_RUN = false, run again.
The script runs as you, on your file. The first run shows Google's authorization screen.