github-pages-portfolio

github-pages-portfolio is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 115 tokens per session (2,458 once invoked), scanned A, original, MIT.

A workflow for building and checking a one-page personal portfolio site with plain HTML, CSS, and JavaScript, then publishing it on GitHub Pages, a free website host tied to GitHub repositories.

In plain words
What is it for?
It helps gather project details from public and private GitHub repositories, build sections with links and expandable content, and connect the portfolio to a fuller personal site.
Why use it?
It gives you a repeatable way to create or update a portfolio and avoid confusing a short introduction page with a larger documentation site.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit It helps gather project details from public and private GitHub repositories, build sections with links and expandable content, and connect the portfolio to a fuller personal site.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pedroiff0/awesome-skills/github-pages-portfolio
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.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-pages-portfolio/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/github-pages-portfolio)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/github-pages-portfolio"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-pages-portfolio/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for github-pages-portfolio

Your own site · 80×15
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/github-pages-portfolio"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-pages-portfolio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00115 $0.02458
Opus 5 $0.00057 $0.01229
Sonnet 5 $0.00023 $0.00492
Haiku 4.5 $0.00012 $0.00246

Measured 6d ago against content hash 0af95d9c76b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

github-pages-portfolio scanned grade A with 1 finding 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify_portfolio.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Verification after deploy is slow/cache-prone — and the user will say "não chegou".** Both Pages repos now have custom domains: `pedroiff0.github.io/page` 301→`www.phrandrade.com` and `pedroiff0.github.io/webpage` 30
skills/web/github-pages-portfolio/SKILL.md · 76 lines

How it starts

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

GitHub Pages Portfolio

When to use

  • "crie um portfólio", "página de portfólio", "site pessoal no GitHub Pages", "landing / intro / resumé site".
  • Updating an existing Pages repo (e.g. pedro's webpage = short resumé vs page = official Quartz site).
  • Need to list a user's GitHub repos (public AND private) on one page.

Key distinctions (ask or infer)

  • Short resumé / intro (portfolio): one eye-catching page for introduction / client acquisition. For pedro this is pedroiff0/webpagehttps://pedroiff0.github.io/webpage/.
  • Official full site: deep content, often Quartz/Obsidian (pedro's pedroiff0/page). The portfolio should link to the official site, not replace it.
  • If both already exist, confirm which you're editing before writing.

Cross-linking a static portfolio WITH a Quartz site (pedro's two-repo reality)

When both webpage (portfolio) and page (Quartz, published at www.phrandrade.com, but GitHub Pages still serves pedroiff0.github.io/page with a 301 → phrandrade) exist:

  • Add a reciprocal callout on EACH side:
    • In the Quartz content/<lang>/index.md (all 4: pt-br/en/es/fr), add a > [!abstract] callout: "Se você veio do meu portfólio de projetos…" (translate per language). This satisfies "referencie o portfólio nas index de cada idioma".
    • The portfolio already links out to the official site.
  • Quartz index MD conventions (Obsidian/Quartz markdown): callouts use > [!type]; inline HTML with style="..." works (used for .cv-cards-grid); embedded PDFs use ![[assets/curriculo/x.pdf]] wikilinks; links must be full path from content root (pt-br/research/), never ./relativo.
  • Per-language CV + repo card (what the user wanted instead of a 4-language list): replace the "download CV in every language" list with exactly TWO cards in a .cv-cards-grid: (1) the CV PDF for THAT page's language only (/assets/curriculo/<lang>CV.pdf — portugueseCV/englishCV/spanishCV/frenchCV) and (2) a "Repositório do CV" card linking to https://github.com/pedroiff0/curriculo. Drop the Lattes-PDF link and the embedded ![[...CV.pdf]] viewer, and don't explain compilation. One card per idiom, repo beside it.
  • i18n note: es/fr Quartz indexes are intentionally stub (only "tradução em preparação" + back-link to pt-br); don't over-translate them beyond the cross-link callout + the per-language CV card.

Read the full file on GitHub · 76 lines

Files

What ships with it

4 files 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. 6d ago First seen · 76 lines · 115 tokens per session scan A 0af95d9c76b4

Subscribe to this mod's changes

github-pages-portfolio is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 2d ago), licensed MIT. It adds 115 tokens to every session and 2,458 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

finalize

Pre-ship gate — runs detector, verifies brief and tokens, applies the 10-pass finish bar, ranks findings by feedback hierarchy. Use when the user wants to ship, merge, or finalize a surface and needs a verdict (READY / NOT READY / BLOCKED) before committing. Invoke when the user asks for finalize on their UI, or…

educlopez/ui-craft · 85 tokens

github-pre-push-gates

Before pushing a branch to a shared remote, run through these gates. They prevent pushing credentials, PII, private history, or a broken tree. The skill covers the pre-PR quality phase — use github-pr-workflow for the PR lifecycle itself.

AtlasOmnia/donna-starter · 39 tokens

coding-worktree-recovery

Use this skill when coding-agent work is interrupted, an agent exits without a clean commit, multiple controllers target the same checkout, or the checkout produces inconsistent file/Git behavior.

AtlasOmnia/donna-starter · 56 tokens

github-workflows

Use this skill for the full GitHub operating loop: 1) authenticate, 2) manage repos and remotes, 3) open and review PRs, 4) work on issues, and 5) monitor CI.

AtlasOmnia/donna-starter · 27 tokens

hermes-desktop-plugins

Write plugins for the Hermes desktop app: statusbar items, layout panes, command-palette commands, keybinds, routes, and themes. A plugin is a single plain-JavaScript ESM file the app loads at runtime — no build step, no repo changes. A plugin can also talk to its own Python backend namespace (ctx.rest/ctx.socket →…

AtlasOmnia/donna-starter · 25 tokens

mnemosyne-maintenance

Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.

AtlasOmnia/donna-starter · 40 tokens