Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

ephesians-3-10

ephesians-3-10 contiene 2 skills recopiladas de lauren2020, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
2
Stars
1
actualizado
2026-06-12
Forks
0
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

publish-to-netlify
Desarrolladores web

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
Editores

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