Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pedrohcgs avatar

Deploy

  • 41 installs
  • 1.4k repo stars
  • Updated June 10, 2026
  • pedrohcgs/claude-code-my-workflow

Helps with devops & ci/cd tasks.

About

deploy is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.

  • deploy
  • DevOps & CI/CD
  • AI-coding skill

Deploy by the numbers

  • 41 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #802 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pedrohcgs/claude-code-my-workflow --skill deploy

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs41
repo stars1.4k
Last updatedJune 10, 2026
Repositorypedrohcgs/claude-code-my-workflow

What it does

Helps with devops & ci/cd tasks.

Files

SKILL.mdMarkdownGitHub ↗

Deploy Slides to GitHub Pages

Render Quarto slides and sync all files to docs/ for GitHub Pages deployment.

Steps

1. Run the sync script:

  • If $ARGUMENTS is provided (e.g., "Lecture4"): ./scripts/sync_to_docs.sh $ARGUMENTS
  • If no argument: ./scripts/sync_to_docs.sh (syncs all lectures)

2. Verify deployment:

  • Check that HTML files exist in docs/slides/
  • Check that _files/ directories were copied (RevealJS assets)
  • Check that docs/Figures/ was synced from Figures/

3. Verify interactive charts (if applicable):

  • Grep rendered HTML for interactive widget count
  • Confirm count matches expected

4. Verify TikZ SVGs (if applicable):

  • Check that all referenced SVG files exist in docs/Figures/LectureN/

5. Open in browser for visual verification:

  • open docs/slides/LectureX_Name.html # macOS
  • # xdg-open docs/slides/LectureX_Name.html # Linux
  • Confirm slides render, images display, navigation works

6. Report results to the user

What the sync script does:

  • Renders all .qmd files in Quarto/ (skips *_backup* files)
  • Copies HTML and _files/ directories to docs/slides/
  • Copies Beamer PDFs from Slides/ to docs/slides/
  • Syncs Figures/ to docs/Figures/ using rsync

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.