bloomfolio CLAUDE.md

bloomfolio CLAUDE.md is an instructions file for coding agents from lauroguedes/bloomfolio. It costs 4,460 tokens per session, scanned A, original, MIT.

A project instruction file for Bloomfolio, an Astro portfolio template that uses Tailwind CSS and DaisyUI for styling.

In plain words
What is it for?
Use it to install dependencies, run the development server, build the site, check the code, and understand where project features are configured.
Why use it?
It gives the coding agent the commands, architecture, and conventions needed to work on the repository correctly.

Instructions file

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

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 bloomfolio CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lauroguedes/bloomfolio/claude-md.svg)](https://agentmods.dev/instructions/lauroguedes/bloomfolio/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/lauroguedes/bloomfolio/claude-md"><img src="https://agentmods.dev/badge/instructions/lauroguedes/bloomfolio/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,460 This file is loaded in full into every session.
When invoked 4,460 The same file — it is already loaded in full.
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.04460 $0.04460
Opus 5 $0.02230 $0.02230
Sonnet 5 $0.00892 $0.00892
Haiku 4.5 $0.00446 $0.00446

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

Security

Grade A, and why

bloomfolio 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.

CLAUDE.md · 647 lines

How it starts

The opening of the file, as written. The whole thing — 647 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

Bloomfolio is an Astro-based portfolio template using Tailwind CSS 4.x and DaisyUI for styling. The project follows Astro's standard project structure with file-based routing.

Development Commands

# Install dependencies
npm install

# Start development server (localhost:4321)
npm run dev

# Build for production (outputs to ./dist/)
npm run build

# Preview production build locally
npm run preview

# Run Astro CLI commands
npm run astro -- <command>

# Type checking and content validation
npm run check

Architecture

Framework & Build Setup

  • Astro 7.x: Server-rendered web framework with component islands architecture
  • Tailwind CSS 4.x: Integrated via Vite plugin (@tailwindcss/vite)
  • DaisyUI: Loaded as Tailwind plugin in src/styles/global.css
  • TypeScript: Strict mode enabled via astro/tsconfigs/strict
  • Keystatic CMS: Git-based headless CMS for content management
    • Admin UI at /keystatic route (auto-generated by @keystatic/astro)
    • Configuration in keystatic.config.ts
    • Local storage mode (stores content in src/content/)
    • Integrates with Astro Content Collections

Styling System

The styling architecture uses Tailwind CSS 4.x with the new CSS-first configuration:

  1. Global styles are defined in src/styles/global.css using @import "tailwindcss" and @plugin "daisyui"
  2. The Tailwind Vite plugin is configured in astro.config.mjs
  3. DaisyUI components are available project-wide through the plugin system
  4. Component-scoped styles can be added in <style> tags within .astro files

Project Structure

src/
├── assets/          # Static assets (images, SVGs)
├── components/      # Reusable Astro components
├── layouts/         # Layout templates (wraps page content)
├── pages/           # File-based routing (each file = route)
└── styles/          # Global CSS (Tailwind + DaisyUI imports)

Read the full file on GitHub · 647 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 · 647 lines · 4,460 tokens per session scan A cab4922cbb54

Subscribe to this mod's changes

bloomfolio CLAUDE.md is an instructions file published in the GitHub repository lauroguedes/bloomfolio (94 stars, last pushed 21d ago), licensed MIT. It adds 4,460 tokens to every session, about $0.0223 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-30.