al-folio: Skill for Claude Code

.agents/skills/al-folio-bootstrap/SKILL.md

al-folio-bootstrap is a skill for Claude Code, Codex from alshedivat/al-folio. It costs 0 tokens per session (341 once invoked), scanned A, original, MIT.

A bootstrap guide for creating or personalizing an al-folio version 1.x website, a Jekyll-based starter for academic and personal sites. It focuses on site-owned settings and content while leaving feature behavior to plugins.

In plain words
What is it for?
Use it to configure site metadata and features, add pages, posts, projects, news, teaching materials, publications, and assets, then validate the result.
Why use it?
It helps set up a site without copying plugin files into the starter or creating conflicting local code. It also provides checks for formatting, configuration, upgrades, and successful site builds.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is alshedivat/al-folio's own configuration. It tells Claude Code and Codex how to work on al-folio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything al-folio configures →

About the project

al-folio is a Jekyll starter for building academic websites, personal sites, and portfolios. It is used by academics who want a responsive site based on independently versioned plugin components.

alshedivat/al-folio · 16,109 stars · on GitHub · alshedivat.github.io

Reuse

Borrowing it

Nothing to install: this file belongs to alshedivat/al-folio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alshedivat/al-folio/main/.agents/skills/al-folio-bootstrap/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alshedivat/al-folio

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 al-folio-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/alshedivat/al-folio/al-folio-bootstrap/github.svg)](https://agentmods.dev/skills/alshedivat/al-folio/al-folio-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/alshedivat/al-folio/al-folio-bootstrap"><img src="https://agentmods.dev/badge/skills/alshedivat/al-folio/al-folio-bootstrap/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 al-folio-bootstrap

Your own site · 80×15
<a href="https://agentmods.dev/skills/alshedivat/al-folio/al-folio-bootstrap"><img src="https://agentmods.dev/badge/skills/alshedivat/al-folio/al-folio-bootstrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00341
Opus 5 $0.00000 $0.00170
Sonnet 5 $0.00000 $0.00068
Haiku 4.5 $0.00000 $0.00034

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

Security

Grade A, and why

al-folio-bootstrap 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 10d 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.

.agents/skills/al-folio-bootstrap/SKILL.md · 35 lines

What it actually says

al-folio Bootstrap

Use this skill when a user asks an agent to create, configure, or personalize a new al-folio v1.x website.

Workflow

  1. Read AGENTS.md and docs/BOUNDARIES.md before editing.
  2. Keep the starter small: customize _config.yml, _data, content collections, and site assets first.
  3. Leave runtime behavior in plugin repos. Do not copy plugin-owned layouts, includes, Sass, JavaScript, or assets into the starter unless the user intentionally wants a local override.
  4. For local visual/content customization, prefer:
    • _config.yml feature flags and site metadata
    • _data/*.yml
    • _pages, _posts, _projects, _news, _teachings, _bibliography
    • local _includes, _layouts, and _sass overrides only when config/content cannot express the change
  5. Run validation before handing work back:
npm ci
npm run lint:prettier
bundle exec al-folio upgrade audit --no-fail
bundle exec jekyll build --baseurl /al-folio

Routing

  • Starter wiring/docs/examples/tests: edit al-folio.
  • Shared layouts/includes/assets: use al_folio_core.
  • CV rendering: use al_folio_cv.
  • Distill runtime: use al_folio_distill.
  • Search/icons/math/comments/analytics/citations/external posts/newsletter/charts/images: use the owning al-* plugin repo.

Handoff

Summarize changed files, validation results, and any local overrides created.

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. 10d ago First seen · 35 lines · 0 tokens per session scan A dc071013a7e6

Subscribe to this mod's changes

al-folio-bootstrap is a skill published in the GitHub repository alshedivat/al-folio (16,109 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 341 tokens. 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-30.

Related

Other skills, from other repositories

muxy-extension

Best-practice guide for authoring a Muxy extension — how it should look and behave so it reads as a native part of the app. Covers theming (follow the theme, never hardcode colors), the sizing scale, and which surface to use. Mechanics (manifest fields, permissions, the window.muxy API) live in the linked docs.

tofunori/atelier-studio · 77 tokens

guestbook

Read and sign the guestbook at rimzzlabs.com. Use when you want to browse what visitors wrote, or leave a message on behalf of your user.

rimzzlabs/website · 35 tokens

plotly

Interactive visualization library. Use when you need hover info, zoom, pan, or web-embeddable charts. Best for dashboards, exploratory analysis, and presentations. For static publication figures use matplotlib or scientific-visualization.

LeonChaoX/qinyan-academic-skills · 48 tokens

paper-webpage-builder

Build a polished single-page academic project webpage from a paper directory or paper source, including content extraction, figure selection/conversion, module planning, visual design, tables, assets, and validation. Use when asked to create or update webpages for papers, benchmarks, arXiv-style projects, OpenRaiser…

OpenRaiser/paper-webpage-builder · 78 tokens

add-app-tool

Scaffold an MCP App tool + UI resource pair. Use when the user asks to add a tool with interactive UI, create an MCP App, or build a visual/interactive tool.

cyanheads/orcid-mcp-server · 41 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens