Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ephesians-3-10

ephesians-3-10 contém 2 skills coletadas de lauren2020, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
2
Stars
1
atualizado
2026-06-12
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

publish-to-netlify
Desenvolvedores 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