gaochangw.github.io CLAUDE.md

gaochangw.github.io CLAUDE.md is an instructions file for Claude Code from gaochangw/gaochangw.github.io. It costs 583 tokens per session, scanned A, a copy of devportfolio CLAUDE.md, MIT.

A project instruction file for an Astro and Tailwind CSS portfolio website. It documents the project's tools, commands, page structure, and central configuration file.

In plain words
What is it for?
Use it when working on the portfolio's sections, configuration, development server, production build, preview, or component structure.
Why use it?
It gives an AI coding assistant the project context needed to make changes that fit the existing architecture and development workflow.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

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 instructions/gaochangw/gaochangw.github.io/claude-md
Clone the repo
git clone --depth 1 https://github.com/gaochangw/gaochangw.github.io

Made for: Claude Code.

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 gaochangw.github.io CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gaochangw/gaochangw.github.io/claude-md.svg)](https://agentmods.dev/instructions/gaochangw/gaochangw.github.io/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gaochangw/gaochangw.github.io/claude-md"><img src="https://agentmods.dev/badge/instructions/gaochangw/gaochangw.github.io/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 583 This file is loaded in full into every session.
When invoked 583 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00583 $0.00583
Opus 5 $0.00292 $0.00292
Sonnet 5 $0.00117 $0.00117
Haiku 4.5 $0.00058 $0.00058

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

Security

Grade A, and why

gaochangw.github.io CLAUDE.md 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 5d 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.

Origin

This is a copy

100% identical to devportfolio CLAUDE.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 64 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is a modern, minimalist portfolio template built with Astro and Tailwind CSS v4. It's designed to be easily customizable through a single configuration file while maintaining a clean, professional appearance.

Tech Stack

  • Astro: Static site generator
  • Tailwind CSS v4: Utility-first CSS framework using the new @tailwindcss/vite plugin
  • TypeScript: For type-safe configuration
  • Tabler Icons: Icon library

Development Commands

npm run dev       # Start development server
npm run build     # Build for production
npm run preview   # Preview production build

Architecture

The project follows a component-based architecture with all customization centralized in src/config.ts:

  • Components (src/components/): Individual Astro components for each section (Hero, About, Projects, Experience, Education, Header, Footer)
  • Main Layout (src/pages/index.astro): Single-page layout that imports all components
  • Configuration (src/config.ts): Single source of truth for all content and customization

Key Architectural Decisions

  1. Single Configuration File: All content is managed through src/config.ts to make customization simple
  2. Conditional Rendering: Sections automatically hide if their data is removed from the config
  3. Component Independence: Each section is a self-contained component that reads from the config
  4. Accent Color System: Single accentColor in config propagates throughout the site via CSS custom properties

Important Implementation Details

  • The site uses Tailwind CSS v4 with the Vite plugin configuration
  • No linting or testing framework is currently configured
  • All components are in .astro format (not React/Vue/etc)
  • The project uses IBM Plex Mono font loaded from Google Fonts
  • Social links in the config are all optional and will conditionally render

Read the full file on GitHub · 64 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. 5d ago First seen · 64 lines · 583 tokens per session scan A d08f4be10aa4

Subscribe to this mod's changes

gaochangw.github.io CLAUDE.md is an instructions file published in the GitHub repository gaochangw/gaochangw.github.io (2 stars, last pushed 10mo ago), licensed MIT. It adds 583 tokens to every session, about $0.0029 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to devportfolio CLAUDE.md, differing in 0 lines, and is treated as a copy.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens