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.
npx agentmods add instructions/lauroguedes/bloomfolio/claude-mdgit clone --depth 1 https://github.com/lauroguedes/bloomfolioWrote 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.
[](https://agentmods.dev/instructions/lauroguedes/bloomfolio/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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
/keystaticroute (auto-generated by@keystatic/astro) - Configuration in
keystatic.config.ts - Local storage mode (stores content in
src/content/) - Integrates with Astro Content Collections
- Admin UI at
Styling System
The styling architecture uses Tailwind CSS 4.x with the new CSS-first configuration:
- Global styles are defined in
src/styles/global.cssusing@import "tailwindcss"and@plugin "daisyui" - The Tailwind Vite plugin is configured in
astro.config.mjs - DaisyUI components are available project-wide through the plugin system
- Component-scoped styles can be added in
<style>tags within.astrofiles
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)
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.
- 5d ago First seen · 647 lines · 4,460 tokens per session scan A cab4922cbb54
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.
Other instructions, from other repositories
karngyan.com CLAUDE.md
Instructions for karngyan/karngyan.com, covering claude.md, commands, architecture, conventions and recipes.
gitprofile AGENTS.md
AGENTS.md instructions for arifszn/gitprofile, covering agents.md, what this project is, customizing a portfolio: edit one file, the base option is the most common source of breakage and layout.
personal-site AGENTS.md
Instructions for mldangelo/personal-site, covering agents.md, quick commands, project structure, code style and git workflow.
zrlog AGENTS.md
AGENTS.md instructions for 94fzb/zrlog, covering agents.md, 工程定位, 目录职责, 必读文档 and 构建与验证.
freek.dev CLAUDE.md
Claude Code instructions for spatie/freek.dev, covering laravel boost guidelines, foundational context, skills activation, conventions and verification scripts.
portfolio-nextjs AGENTS.md
Instructions for nixrajput/portfolio-nextjs, covering ai agent guidelines, project, layout, things that will bite you and adding a brand palette.