Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

ephesians-3-10

ephesians-3-10 enthält 2 gesammelte Skills von lauren2020, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
2
Stars
1
aktualisiert
2026-06-12
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

publish-to-netlify
Webentwickler

Publish the book site to Netlify after the manuscript text has changed. Use this whenever someone asks to deploy, publish, ship, push live, or "update the live site" — e.g. "deploy these changes", "publish to Netlify", "push the edits live", "update the website", "make it live", "ship it". The site is git-connected: Netlify serves the pre-built `site/` folder from the GitHub repo with no build step, so publishing means rebuilding `site/` from the manuscript, committing both the manuscript and the regenerated `site/`, and pushing to `main`. Netlify auto-deploys on push. Do NOT use this skill to *edit* the book text — use `apply-book-edits` for that; this skill only publishes whatever is already in the manuscript.

2026-06-12
apply-book-edits
Redakteure

Apply an author's revisions to the book text from an exported highlights JSON file. Use this whenever someone provides a highlights export (a .json file with an app:"cpds" / type:"highlights" wrapper, or a bare array of highlight objects with chap/cidx/start/end/text/note fields) and wants the notes turned into edits to the book — e.g. "apply these highlights", "make the changes from this highlights file", "the author marked up some passages", "here are my notes on the book", "process this highlights.json". Each highlight's `note` is the author's instruction for the highlighted passage. This skill resolves every noted highlight to its paragraph in the editable manuscript, proposes the change for approval, applies it, and rebuilds the site.

2026-06-06