github-pages

github-pages is a skill for Claude Code, Codex from julianobarbosa/claude-code-skills. It costs 68 tokens per session (2,245 once invoked), scanned A, original, MIT.

A guide for publishing websites from a GitHub repository using GitHub Pages, a hosting service for static sites. It covers Jekyll sites, custom domains, and GitHub Actions, which automates build and deployment tasks.

In plain words
What is it for?
Use it to create or deploy a GitHub Pages site, set up a Jekyll site, connect a custom domain, configure an Actions-based build, or fix Pages problems.
Why use it?
It removes the need to work out the publishing, domain, and deployment setup from scratch. It also gives troubleshooting guidance when a Pages site does not work.

Skill for Claude CodeCodex

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/julianobarbosa/claude-code-skills/github-pages
Any agent
npx skills add julianobarbosa/claude-code-skills --skill github-pages
Clone the repo
git clone --depth 1 https://github.com/julianobarbosa/claude-code-skills

Made for: Claude Code, Codex.

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 github-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/julianobarbosa/claude-code-skills/github-pages.svg)](https://agentmods.dev/skills/julianobarbosa/claude-code-skills/github-pages)
Your own site
<a href="https://agentmods.dev/skills/julianobarbosa/claude-code-skills/github-pages"><img src="https://agentmods.dev/badge/skills/julianobarbosa/claude-code-skills/github-pages.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,245 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 $0.00068 $0.02245
Opus 5 $0.00034 $0.01123
Sonnet 5 $0.00014 $0.00449
Haiku 4.5 $0.00007 $0.00225

Measured 4d ago against content hash 15bd3e00f3b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check-site-status.sh, scripts/verify-dns.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/github-pages/SKILL.md · 329 lines

How it starts

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

GitHub Pages Skill

Complete guide for deploying, configuring, and managing GitHub Pages sites.

Quick Reference

Site Type Repository Name URL Pattern
User/Org Site <username>.github.io https://<username>.github.io
Project Site Any repository name https://<username>.github.io/<repo>

Availability:

  • Public repos: GitHub Free (all plans)
  • Private repos: GitHub Pro, Team, Enterprise

Workflow Routing

When executing a workflow, output this notification directly:

Running the **WorkflowName** workflow from the **GithubPages** skill...
Workflow Trigger File
QuickStart "setup github pages", "create pages site" workflows/QuickStart.md
CustomDomain "add custom domain", "configure domain" workflows/CustomDomain.md
JekyllSetup "setup jekyll", "add jekyll theme" workflows/JekyllSetup.md
ActionsWorkflow "custom build", "github actions for pages" workflows/ActionsWorkflow.md
Troubleshoot "pages not working", "fix github pages" workflows/Troubleshoot.md
Deploy "deploy to github pages", "publish site" workflows/Deploy.md

Examples

Example 1: Create a new GitHub Pages site

User: "Setup GitHub Pages for my project"
→ Invokes QuickStart workflow
→ Checks if user/org or project site
→ Configures publishing source (branch or Actions)
→ Creates initial content structure
→ Verifies deployment

Example 2: Add custom domain

User: "Add my domain example.com to GitHub Pages"
→ Invokes CustomDomain workflow
→ Determines domain type (apex vs subdomain)
→ Provides DNS configuration instructions
→ Adds CNAME file or configures via Settings
→ Enables HTTPS enforcement

Example 3: Setup Jekyll theme

User: "Add a theme to my GitHub Pages site"
→ Invokes JekyllSetup workflow
→ Lists available supported themes
→ Configures _config.yml
→ Sets up custom CSS/layouts if needed

Read the full file on GitHub · 329 lines

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. 4d ago First seen · 329 lines · 68 tokens per session scan A 15bd3e00f3b4

Subscribe to this mod's changes

github-pages is a skill published in the GitHub repository julianobarbosa/claude-code-skills (10 stars, last pushed 9d ago), licensed MIT. It adds 68 tokens to every session and 2,245 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

implementing-infrastructure-as-code-security-scanning

This skill covers implementing automated security scanning for Infrastructure as Code (IaC) templates using tools like Checkov, tfsec, and KICS. It addresses detecting misconfigurations in Terraform, CloudFormation, Kubernetes manifests, and Helm charts before deployment, establishing policy-based governance, and…

xalgorix/xalgorix · 81 tokens

terraform-iac-expert

Terraform and OpenTofu infrastructure as code — module design, state management, multi-environment setups, remote backends, secrets management, CI/CD integration. NOT for Pulumi, CDK, Ansible, or Kubernetes manifests.

curiositech/some_claude_skills · 52 tokens

ops-cost-optimization

Audits SaaS/PaaS, cloud commitment, and AI/LLM costs across Vercel, Supabase, AWS, and Cloudflare. Use when analyzing bills, right-sizing plans, or buying commitments.

vasilyu1983/AI-Agents-public · 49 tokens

cc-devops-skills

SRE, DevOps, Kubernetes, CI/CD, PromQL, Terraform, Docker, and incident operations playbook for building reliable delivery and operations workflows.

seaworld008/Commonly-used-high-value-skills · 37 tokens

render

Use when deploying or fixing an app on Render — web services, background workers, cron jobs, private services, managed Postgres and Key-Value, and especially the render.yaml Blueprint. Covers deploys that fail with no open ports detected, 502s on first deploy, free-tier cold starts, and a free Postgres about to expire…

ericrisco/rsc-harness · 105 tokens

run-aiperf-benchmark

Launches, monitors, debugs, and collects one run-scoped AIPerf Kubernetes benchmark without changing its workload semantics. Use after perf.yaml and aiperf-config.yaml have been configured for a smoke-tested Dynamo deployment.

ai-dynamo/dynamo · 53 tokens