configure-github-pages

configure-github-pages is a skill for Claude Code from laurigates/claude-plugins. It costs 33 tokens per session (1,855 once invoked), scanned A, original, MIT.

A setup guide for deploying documentation sites with GitHub Pages, GitHub's static website hosting service. It uses GitHub Actions workflows to build and publish the site.

In plain words
What is it for?
Use it to set up or audit documentation deployments, migrate to the official deploy-pages action, and add Pages to an existing documentation generator.
Why use it?
It helps avoid outdated deployment actions, missing permissions, and incomplete Pages workflow configuration.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the configure-plugin plugin — 48 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/laurigates/claude-plugins/configure-github-pages
Any agent
npx skills add laurigates/claude-plugins --skill configure-github-pages
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code.

Or install configure-plugin, the plugin that ships this one along with the rest of its 48 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure-github-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/configure-github-pages.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/configure-github-pages)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/configure-github-pages"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/configure-github-pages.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,855 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.01855
Opus 5 $0.00016 $0.00928
Sonnet 5 $0.00007 $0.00371
Haiku 4.5 $0.00003 $0.00186

Measured 2d ago against content hash 108f379c3a34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

configure-github-pages scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

configure-plugin/skills/configure-github-pages/SKILL.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/configure:github-pages

Check and configure GitHub Pages deployment.

When to Use This Skill

Use this skill when... Use another approach when...
Setting up GitHub Pages deployment for a documentation site Configuring documentation standards or generators (/configure:docs instead)
Creating or updating a GitHub Actions workflow for Pages deployment Debugging a failed GitHub Actions workflow (/configure:workflows instead)
Migrating from peaceiris/actions-gh-pages to official actions/deploy-pages Editing documentation content or markdown files
Auditing Pages workflow for outdated action versions or missing permissions Setting up a custom domain via DNS (manual repository settings)
Adding Pages deployment to a project with an existing doc generator Configuring CI/CD workflows unrelated to documentation

Context

  • GitHub workflows: !find . -path '*/.github/workflows/*' -maxdepth 3 \( -name '*doc*.yml' -o -name '*pages*.yml' \)
  • Documentation config: !find . -maxdepth 1 \( -name 'mkdocs.yml' -o -name 'typedoc.json' -o -name 'docusaurus.config.*' \)
  • Docs directory: !find . -maxdepth 1 -type d \( -name 'docs' -o -name 'site' \)
  • CNAME file: !find . -maxdepth 1 -name 'CNAME'
  • Project standards: !find . -maxdepth 1 -name '.project-standards.yaml'

Parameters

Parse from command arguments:

  • --check-only: Report compliance status without modifications (CI/CD mode)
  • --fix: Apply fixes automatically without prompting
  • --source <docs|site|custom>: Override source directory detection

Execution

Execute this GitHub Pages deployment configuration check:

Step 1: Detect documentation state

Identify existing documentation configuration:

Config File Generator Output Directory
typedoc.json TypeDoc docs/ or configured
mkdocs.yml MkDocs site/
docs/conf.py Sphinx docs/_build/html/
docusaurus.config.js Docusaurus build/
Cargo.toml (with rustdoc) rustdoc target/doc/
None Static docs/

Read the full file on GitHub · 208 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 208 lines · 33 tokens per session scan A 108f379c3a34

Subscribe to this mod's changes

configure-github-pages is a skill published in the GitHub repository laurigates/claude-plugins (58 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 1,855 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

healthcheck

Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).

SafeAI-Lab-X/ClawKeeper · 70 tokens

cli-usage

Complete reference for the systemprompt CLI - 8 domains, 64+ subcommands for managing AI infrastructure, services, agents, cloud deployments, and analytics.

systempromptio/systemprompt-marketplace · 35 tokens

aspire-dev

Orchestrates Aspire distributed applications using the Aspire CLI and MCP tools. USE FOR: aspire start/stop, aspire describe, aspire doctor, view logs/traces, add integrations, debug resources, AppHost management. Also trigger for DistributedApplication.CreateBuilder, AddProject, AddContainer, or Aspire resource…

AndyElessar/skills · 146 tokens

cloud-architecture

Master cloud architecture with AWS, Azure, GCP, cloud-native patterns, migration strategies, and cost optimization.

spjoshis/claude-code-plugins · 26 tokens

scalability-patterns

Master scalability patterns with load balancing, caching, database scaling, microservices, and horizontal scaling strategies.

spjoshis/claude-code-plugins · 26 tokens

kubernetes-orchestration

Master Kubernetes with pods, deployments, services, ingress, ConfigMaps, secrets, and production cluster management.

spjoshis/claude-code-plugins · 27 tokens