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

cc-synthesizer

cc-synthesizer contiene 6 skills recopiladas de mr-devs, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
6
Stars
1
actualizado
2026-03-21
Forks
1
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

create-synthesis
Desarrolladores de software

Generate a cross-cutting synthesis document from all summaries in summaries/. Reads synthesis-guidance.md if present. Can trigger the full pipeline if summaries are missing.

2026-03-21
export-synthesis
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Package the synthesis into a shareable ZIP for distribution. Use when the user wants to share, export, or distribute their synthesis to others. Creates a self-contained directory (synthesis-export/) with the HTML, CSS, JS, all source PDFs, and all summary files, then zips it. The "Ask Claude" functionality is automatically removed (button hidden via CSS) since it requires a local server to work. Invoke when the user says things like "export", "share", "package", "zip up", "distribute", or "send the synthesis to someone".

2026-03-21
launch-synthesis
Desarrolladores de software

Use when the user wants to view or interact with synthesis.html after running /create-synthesis — builds the HTML, verifies Claude Code auth, starts the local server, and opens the page in the browser

2026-03-21
pipeline-reset
Desarrolladores de software

Reset the cc-synthesizer pipeline by deleting all generated files so a fresh batch of PDFs can be processed from scratch. Invoke whenever the user wants to start over with new documents, clear the workspace, or clean up pipeline outputs. Trigger on phrases like "reset", "clean up", "start fresh", "new batch", "clear the pipeline", "delete generated files", "wipe the outputs", or "prepare for new PDFs". Always checks for an existing export first before deleting anything — don't skip this check.

2026-03-21
summarize-documents
Desarrolladores de software

Generate per-document markdown summaries from PDFs. Detects document type and adapts the summary structure accordingly. Updates citations.json.

2026-03-21
cleanup-pdf-names
Desarrolladores de software

Clean up PDF filenames by removing spaces, em dashes, and special characters

2026-03-19